Comparing version 0.1.2 to 0.1.3
0.1.3 / 2013-10-10 | ||
================== | ||
* pkg: update type-detect version | ||
* index,test: conditional require in test bootstrap | ||
0.1.2 / 2013-09-18 | ||
@@ -3,0 +9,0 @@ ================== |
@@ -1,3 +0,1 @@ | ||
module.exports = process.env.eql_COV | ||
? require('./lib-cov/eql') | ||
: require('./lib/eql'); | ||
module.exports = require('./lib/eql'); |
{ | ||
"name": "deep-eql" | ||
, "version": "0.1.2" | ||
, "version": "0.1.3" | ||
, "description": "Improved deep equality testing for Node.js and the browser." | ||
@@ -25,3 +25,3 @@ , "author": "Jake Luer <jake@alogicalparadox.com>" | ||
, "dependencies": { | ||
"type-detect": "0.1.0" | ||
"type-detect": "0.1.1" | ||
} | ||
@@ -28,0 +28,0 @@ , "devDependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
8902
0
239
+ Addedtype-detect@0.1.1(transitive)
- Removedtype-detect@0.1.0(transitive)
Updatedtype-detect@0.1.1