underscore.deep
Advanced tools
Comparing version 0.5.1 to 0.5.2
{ | ||
"name": "underscore.deep", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"description": "Underscore mixins for deeply nested objects", | ||
@@ -19,5 +19,5 @@ "main": "underscore.deep.js", | ||
"devDependencies": { | ||
"underscore": "~1.5.2", | ||
"coffee-script": "~1.6.3", | ||
"mocha": "~1.13.0" | ||
"mocha": "^2.5.3", | ||
"underscore": "~1.5.2" | ||
}, | ||
@@ -24,0 +24,0 @@ "publishConfig": { |
@@ -0,1 +1,5 @@ | ||
# Notice | ||
This repo is not actively maintained by Clever. We currently do not have a drop-in replacement to recommend. | ||
# underscore.deep | ||
@@ -6,3 +10,3 @@ | ||
This README is written in [Literate CoffeeScript](http://coffeescript.org/#literate) as a [Mocha](http://visionmedia.github.io/mocha/) test suite, so you can execute all of the examples - just run: | ||
This README is written in [Literate CoffeeScript](https://coffeescript.org/#literate) as a [Mocha](https://mochajs.org/) test suite, so you can execute all of the examples - just run: | ||
@@ -9,0 +13,0 @@ ``` |
@@ -26,2 +26,5 @@ // Generated by CoffeeScript 1.6.3 | ||
} | ||
if (object instanceof Boolean && object.valueOf() === false) { | ||
return new Boolean(); | ||
} | ||
_ref = [Date, Number, String, Boolean]; | ||
@@ -28,0 +31,0 @@ for (_i = 0, _len = _ref.length; _i < _len; _i++) { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
50150
24
201
324
1