npm-stats-api
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -23,3 +23,3 @@ export type ErrorType = { | ||
}>; | ||
export declare function stat(pkg: string, start: Date, end: Date): StatType; | ||
export declare function stat(pkg: string, start: string, end: string): StatType; | ||
export declare function details(pkg: string): DetailType; |
{ | ||
"name": "npm-stats-api", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Node Package's Statistics API | Our functions will provide statistics of node package | This is a Node.js API wrapper for the NPM API and Registry. Based on the original npm-stat-api.", | ||
@@ -16,4 +16,4 @@ "files": [ | ||
"devDependencies": { | ||
"@babel/core": "7.24.4", | ||
"@babel/preset-env": "7.24.4", | ||
"@babel/core": "7.24.5", | ||
"@babel/preset-env": "7.24.5", | ||
"@rollup/plugin-babel": "^6.0.3", | ||
@@ -76,4 +76,4 @@ "@rollup/plugin-commonjs": "^25.0.0", | ||
"volta": { | ||
"node": "20.12.1" | ||
"node": "20.13.1" | ||
} | ||
} |
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
13386