Comparing version 0.0.1-security to 0.0.1
{ | ||
"name": "ow", | ||
"version": "0.0.1-security", | ||
"description": "security holding package", | ||
"repository": "npm/security-holder" | ||
"name": "ow", | ||
"version": "0.0.1", | ||
"description": "Argument type validation", | ||
"license": "MIT", | ||
"repository": "sindresorhus/ow", | ||
"author": { | ||
"name": "Sindre Sorhus", | ||
"email": "sindresorhus@gmail.com", | ||
"url": "sindresorhus.com" | ||
}, | ||
"engines": { | ||
"node": ">=4" | ||
}, | ||
"scripts": { | ||
"test": "xo && ava" | ||
}, | ||
"files": [ | ||
"index.js", | ||
"example.js" | ||
], | ||
"keywords": [ | ||
"type", | ||
"types", | ||
"check", | ||
"checking", | ||
"guard", | ||
"guards", | ||
"assert", | ||
"assertion", | ||
"predicate", | ||
"predicates", | ||
"is", | ||
"validate", | ||
"validation", | ||
"utility", | ||
"util", | ||
"typeof", | ||
"instanceof", | ||
"object" | ||
], | ||
"dependencies": { | ||
"@sindresorhus/is": "^0.1.0" | ||
}, | ||
"devDependencies": { | ||
"ava": "*", | ||
"xo": "*" | ||
} | ||
} |
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
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
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
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
4549
5
0
73
1
37
1
2
+ Added@sindresorhus/is@^0.1.0
+ Added@sindresorhus/is@0.1.0(transitive)