🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

packagespy

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

packagespy - npm Package Compare versions

Comparing version

to
1.0.1

12

package.json
{
"name": "packagespy",
"version": "1.0.0",
"description": "",
"version": "1.0.1",
"description": "A Node.js package to track and monitor npm package download statistics.",
"main": "index.js",

@@ -11,2 +11,10 @@ "scripts": {

"license": "ISC",
"keywords": [
"npm",
"Package",
"Download",
"Statistics",
"Tracking",
"Inspector"
],
"dependencies": {

@@ -13,0 +21,0 @@ "axios": "^1.6.8"

5

README.md

@@ -0,7 +1,10 @@

# PackageSpy
PackageSpy is a Node.js package that allows you to track and monitor npm package download statistics. You can fetch the total number of downloads for a specific package and retrieve download statistics for all packages published by a particular author.
Installation
## Installation
You can install PackageSpy via npm:
```bash
npm install packagespy

@@ -8,0 +11,0 @@