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 2.1.0 to 2.1.1

2

index.d.ts

@@ -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"
}
}
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