shallow-equal-without
Advanced tools
Comparing version 0.1.0 to 0.2.0
@@ -1,7 +0,1 @@ | ||
/** | ||
* @copyright Maichong Software Ltd. 2017 http://maichong.it | ||
* @date 2017-01-16 | ||
* @author Liang <liang@maichong.it> | ||
*/ | ||
var _ = require('lodash'); | ||
@@ -8,0 +2,0 @@ |
{ | ||
"name": "shallow-equal-without", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "Shallow equal check object without specified properties.", | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"scripts": {}, | ||
@@ -18,4 +19,4 @@ "repository": { | ||
"dependencies": { | ||
"lodash": "^4.17.4" | ||
"lodash": "^4.17.11" | ||
} | ||
} |
2885
5
29
Updatedlodash@^4.17.11