npm-stats-api
Advanced tools
Comparing version 1.2.3 to 2.0.0
@@ -1,2 +0,2 @@ | ||
const npm = require("./index"); | ||
const npm = require("./lib"); | ||
@@ -3,0 +3,0 @@ // 200 ok pattern about 'stat' method |
{ | ||
"name": "npm-stats-api", | ||
"version": "1.2.3", | ||
"version": "2.0.0", | ||
"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.", | ||
"main": "index.js", | ||
"main": "lib/index.js", | ||
"files": [ | ||
"index.js", | ||
"lib/*.js", | ||
@@ -13,22 +12,25 @@ "app.js" | ||
"babel-polyfill": "^6.26.0", | ||
"superagent": "^8.0.3" | ||
"superagent": "^8.1.2" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "7.20.7", | ||
"@babel/preset-env": "7.20.2", | ||
"@babel/core": "7.22.15", | ||
"@babel/preset-env": "7.22.15", | ||
"@rollup/plugin-babel": "^6.0.3", | ||
"@rollup/plugin-commonjs": "^25.0.0", | ||
"@rollup/plugin-typescript": "^11.0.0", | ||
"@types/jest": "^29.5.3", | ||
"@types/request": "^2.48.8", | ||
"@types/superagent": "^4.1.18", | ||
"babel": "6.23.0", | ||
"dayjs": "1.11.7", | ||
"esm": "3.2.25", | ||
"gulp": "4.0.2", | ||
"gulp-babel": "8.0.0", | ||
"gulp-plumber": "1.2.1", | ||
"gulp-prettier": "4.0.0", | ||
"husky": "8.0.2", | ||
"jest": "29.3.1", | ||
"prettier": "2.8.1" | ||
"husky": "8.0.3", | ||
"jest": "29.6.4", | ||
"prettier": "3.0.3", | ||
"rollup": "^3.9.0", | ||
"ts-jest": "^29.1.1", | ||
"tslib": "^2.4.1", | ||
"typescript": "^5.0.0" | ||
}, | ||
"scripts": { | ||
"dev": "gulp", | ||
"babel:index": "gulp babel:index", | ||
"babel:lib": "gulp babel:lib", | ||
"dev": "yarn build --watch", | ||
"build": "rollup --config rollup.config.ts --configPlugin typescript", | ||
"format": "prettier --write 'test/*'", | ||
@@ -73,4 +75,4 @@ "test": "jest ./test/*", | ||
"volta": { | ||
"node": "18.12.1" | ||
"node": "18.17.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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
6865
16
352
5
41
1
+ Addedgopd@1.0.1(transitive)
- Removedgopd@1.1.0(transitive)
Updatedsuperagent@^8.1.2