Installations
npm install smart-eql
Developer Guide
Typescript
No
Module System
CommonJS
Min. Node Version
*
Node Version
4.4.0
NPM Version
3.9.5
Releases
Unable to fetch releases
Contributors
Unable to fetch Contributors
Languages
JavaScript (100%)
Love this project? Help keep it running — sponsor us today! 🚀
Developer
Nordstrom
Download Statistics
Total Downloads
28,572
Last Day
1
Last Week
7
Last Month
12
Last Year
84
GitHub Statistics
30 Commits
6 Watching
1 Branches
1 Contributors
Bundle Size
2.35 kB
Minified
0.99 kB
Minified + Gzipped
Package Meta Information
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
Total Downloads
Cumulative downloads
Total Downloads
28,572
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
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Dependencies
1
smart-eql
Smart deep equality testing for Node.js. This was forked from deep-eql, with the addition of regex and function testing.
Installation
smart-eql
is available on npm.
$ npm install --save smart-eql
Usage
Rules
- Strict equality for non-traversable nodes according to egal.
eql(NaN, NaN).should.be.true;
eql(-0, +0).should.be.false;
- Arguments are not Arrays:
eql([], arguments).should.be.false;
eql([], Array.prototype.slice.call(arguments)).should.be.true;
- Use regex to test values:
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
- Info: project has a license file: LICENSE:0
- Info: FSF or OSI recognized license: MIT License: LICENSE:0
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
- Warn: no pull requests merged into dev branch
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
- Warn: no fuzzer integrations found
Reason
security policy file not detected
Details
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Score
3
/10
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