omit-deep-lodash
Advanced tools
Comparing version 0.9.0 to 1.0.0
{ | ||
"name": "omit-deep-lodash", | ||
"description": "Omit object key/values recursively with lodash as only dependency.", | ||
"version": "0.9.0", | ||
"version": "1.0.0", | ||
"license": "MIT", | ||
"homepage": "https://github.com/odynvolk/omit-deep-lodash", | ||
"author": "Alexi Rahman (https://github.com/odynvolk)", | ||
"repository": "odynvolk/omit-deep-lodash", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/odynvolk/omit-deep-lodash.git" | ||
}, | ||
"bugs": { | ||
"url": "https://odynvolk/omit-deep-lodash/issues" | ||
}, | ||
"license": "MIT", | ||
"files": [ | ||
"index.js" | ||
], | ||
"main": "index.js", | ||
"main": "lib/index.js", | ||
"engines": { | ||
@@ -20,3 +20,5 @@ "node": ">=0.10.0" | ||
"scripts": { | ||
"test": "mocha" | ||
"test": "npm run compile && mocha && eslint . --cache", | ||
"compile": "gulp", | ||
"prepublish": "npm run compile" | ||
}, | ||
@@ -27,3 +29,15 @@ "dependencies": { | ||
"devDependencies": { | ||
"should": "^8.3.1" | ||
"babel-cli": "^6.10.1", | ||
"babel-core": "^6.18.2", | ||
"babel-eslint": "^7.1.1", | ||
"babel-preset-es2015": "^6.9.0", | ||
"babel-preset-stage-1": "^6.5.0", | ||
"chai": "^3.5.0", | ||
"coffee-script": "^1.12.5", | ||
"del": "^2.2.2", | ||
"eslint": "^3.19.0", | ||
"gulp": "^3.9.1", | ||
"gulp-babel": "^6.1.2", | ||
"mocha": "^3.2.0", | ||
"mocha-cakes-2": "^2.1.0" | ||
}, | ||
@@ -30,0 +44,0 @@ "keywords": [ |
@@ -8,2 +8,5 @@ # omit-deep-lodash | ||
The code for this module uses new features in the Javascript language, but the code is transpiled by Babel to ES2015 so most | ||
projects who needs it should be able to use it. | ||
Note! All non-omitted properties that are objects lose their prototype chains and thus their true type. This implementation | ||
@@ -56,2 +59,3 @@ is thus best used for simple JSON type objects like data objects and not typed object graphs where members have objects | ||
+ [github.com/InterAl](https://github.com/InterAl) | ||
+ [github.com/mathianasj](https://github.com/mathianasj) | ||
@@ -58,0 +62,0 @@ ## License |
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
48793
17
42
0
63
0
13
141224