@aleclarson/npm-view
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -1,2 +0,2 @@ | ||
declare const npmView: (name: string, range?: string) => Promise<object | null> | ||
declare const npmView: (name: string, range?: string) => Promise<{ [key: string]: any } | null> | ||
export default npmView |
{ | ||
"name": "@aleclarson/npm-view", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Inspect the package.json of NPM packages", | ||
@@ -5,0 +5,0 @@ "repository": "aleclarson/npm-view", |
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
1556