Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

underscore.deep

Package Overview
Dependencies
Maintainers
6
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

underscore.deep - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

.circleci/config.yml

6

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc