Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

npm-stats-api

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-stats-api - npm Package Compare versions

Comparing version 1.2.3 to 2.0.0

lib/.gitignore

2

app.js

@@ -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"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc