All Projects → sindresorhus → core-assert

sindresorhus / core-assert

Licence: MIT license
Node.js `assert` as a standalone module

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to core-assert

firefox-better-history
A Better History page inspired by Vivaldi ⛺
Stars: ✭ 43 (+59.26%)
Mutual labels:  deprecated
Sphero-Win-SDK
🚫 DEPRECATED: Sphero SDK for Win 8.1+ using RFCOMM
Stars: ✭ 36 (+33.33%)
Mutual labels:  deprecated
foundation-server
(v1) A scalable cryptocurrency mining pool server written in Node.js
Stars: ✭ 45 (+66.67%)
Mutual labels:  deprecated
opensextant
Deprecated Module: See Xponents or OpenSextantToolbox as active code base.
Stars: ✭ 31 (+14.81%)
Mutual labels:  deprecated
api-blueprint-ast
API Blueprint AST Serialization Media Types [adhd, apib]
Stars: ✭ 30 (+11.11%)
Mutual labels:  deprecated
TiTsEd
A save editor for Trials in Tainted Space.
Stars: ✭ 86 (+218.52%)
Mutual labels:  deprecated
XpringKit
XpringKit provides a Swift SDK for interacting with Xpring Protocols (XRP/PayID/ILP). This library is deprecated.
Stars: ✭ 23 (-14.81%)
Mutual labels:  deprecated
papilo
DEPRECATED: Stream data processing micro-framework
Stars: ✭ 24 (-11.11%)
Mutual labels:  deprecated
dcos-windows
Microsoft Windows support to DCOS
Stars: ✭ 12 (-55.56%)
Mutual labels:  deprecated
python-bandwidth
Public API for interfacing with Bandwidth from Python
Stars: ✭ 16 (-40.74%)
Mutual labels:  deprecated
octopush
[DEPRECATED] Open Source Octopush project
Stars: ✭ 22 (-18.52%)
Mutual labels:  deprecated
nest-desktop-legacy
A web-based GUI application for NEST simulator (legacy, moved to nest-desktop/nest-desktop)
Stars: ✭ 18 (-33.33%)
Mutual labels:  deprecated
eeglab plugin aar
AAR plug-in for EEGLAB
Stars: ✭ 18 (-33.33%)
Mutual labels:  deprecated
evil-and-not-wholly-awesome-firefox
[deprecated since Mozilla turned evil] A list of resources for and about Mozilla Firefox
Stars: ✭ 29 (+7.41%)
Mutual labels:  deprecated
soph
AI in action
Stars: ✭ 39 (+44.44%)
Mutual labels:  deprecated
contentstats
DEPRECATED – See how many entries have been created for channels and structures in your Craft CMS website.
Stars: ✭ 29 (+7.41%)
Mutual labels:  deprecated
otc-tools
(Deprecated) Simple bash/curl/jq based command line tool using the OpenStack and OTC specific REST APIs.
Stars: ✭ 27 (+0%)
Mutual labels:  deprecated
authn
Prototype version of AuthN service. See: keratin/authn-server
Stars: ✭ 34 (+25.93%)
Mutual labels:  deprecated
cartesian ros control
DEPRECATED: A set of packages to bring Cartesian control functionality to the ROS-control framework.
Stars: ✭ 33 (+22.22%)
Mutual labels:  deprecated
marquez-web
Marquez Web UI
Stars: ✭ 23 (-14.81%)
Mutual labels:  deprecated

Deprecated

I don't have time or interest in keeping it in sync with Node.js anymore. It should continue to work fine though. It's just missing some improvements from later Node.js versions.


core-assert Build Status

Node.js assert as a standalone module (ponyfill)

Useful to ensure consistency between Node.js versions as the assert module has changed a lot.

Lets you use the Node.js 4.0 assert.deepStrictEqual()/assert.notDeepStrictEqual() methods all the way back to Node.js 0.10.

Issues and improvements should be done in Node.js first.

Install

$ npm install --save core-assert

Usage

var assert = require('core-assert');

assert.strictEqual('unicorn', 'unicorn');

Related

  • deep-strict-equal - Test for deep equality - Node.js assert.deepStrictEqual() algorithm as a standalone module

License

MIT © Sindre Sorhus

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].