core-assert alternatives and similar modules
Based on the "Node.Js" category.
Alternatively, view core-assert alternatives based on common mentions on social networks and blogs.
-
Ts.ED
:triangular_ruler: Ts.ED is a Node.js and TypeScript framework on top of Express to write your application with TypeScript (or ES6). It provides a lot of decorators and guideline to make your code more readable and less error-prone. ⭐️ Star to support our work! -
deep-strict-equal
DISCONTINUED. Test for deep equality - Node.js `assert.deepStrictEqual()` algorithm as a standalone module -
node-amp-live-list
Liveblog in AMP that shows Youtube videos. Implemented with the amp-live-list component and a Node.js/Express/EJS backend.
InfluxDB - Purpose built for real-time analytics at any scale.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of core-assert or a related project?
README
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
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 all licence references and agreements mentioned in the core-assert README section above
are relevant to that project's source code only.