You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

dry-underscore

Package Overview
Dependencies
Maintainers
1
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dry-underscore - npm Package Compare versions

Comparing version

to
0.23.5

9

lib/common.test.js

@@ -979,2 +979,11 @@ "use strict";

test('property_ne_error', function(){
var records = [{ a: 'a'}];
records = _.filter(records, function(a){
return _.prop_ne("ignore", true)(a);
});
});
test("property_comparer", function(){

@@ -981,0 +990,0 @@ var comp = _.propertyComparer("z");

4

package.json
{
"name": "dry-underscore",
"version": "0.23.4",
"version": "0.23.5",
"main": "./index/node.index.js",

@@ -33,3 +33,3 @@ "description": "The DRY Underscore Library",

"dependencies": {
"deep-diff": "^0.3.8",
"deep-diff": "^0.3.3",
"formidable": "",

@@ -36,0 +36,0 @@ "handlebars": "",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display