Gathering detailed insights and metrics for smart-eql
Gathering detailed insights and metrics for smart-eql
npm install smart-eql
Typescript
Module System
Min. Node Version
Node Version
NPM Version
JavaScript (100%)
Love this project? Help keep it running — sponsor us today! 🚀
Total Downloads
28,572
Last Day
1
Last Week
7
Last Month
12
Last Year
84
30 Commits
6 Watching
1 Branches
1 Contributors
Minified
Minified + Gzipped
Latest Version
0.2.0
Package Id
smart-eql@0.2.0
Size
7.13 kB
NPM Version
3.9.5
Node Version
4.4.0
Cumulative downloads
Total Downloads
Last day
0%
1
Compared to previous day
Last week
250%
7
Compared to previous week
Last month
71.4%
12
Compared to previous month
Last year
-16.8%
84
Compared to previous year
1
Smart deep equality testing for Node.js. This was forked from deep-eql, with the addition of regex and function testing.
smart-eql
is available on npm.
$ npm install --save smart-eql
eql(NaN, NaN).should.be.true;
eql(-0, +0).should.be.false;
eql([], arguments).should.be.false;
eql([], Array.prototype.slice.call(arguments)).should.be.true;
eql({a: /he.+world/}, {a: 'hello world'}).should.be.true;
eql('hxllo world', /he.+world/).should.be.false;
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2025-02-03
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More