Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "omit.js", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Utility function to create a shallow copy of an object which had dropped some fields.", | ||
"main": "lib/index.js", | ||
"module": "es/index.js", | ||
"types": "index.d.ts", | ||
"files": [ | ||
"lib", | ||
"es", | ||
"dist" | ||
"dist", | ||
"index.d.ts" | ||
], | ||
@@ -12,0 +14,0 @@ "scripts": { |
@@ -18,3 +18,3 @@ # omit.js | ||
var omit = require('omit.js'); | ||
omit({ name: 'Benjy', age: 18 }, [ 'name' ]); | ||
omit({ name: 'Benjy', age: 18 }, [ 'name' ]); // => { age: 18 } | ||
``` | ||
@@ -21,0 +21,0 @@ |
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
4096
6
30
1