New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@aspecto/core

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aspecto/core - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

8

package.json
{
"name": "@aspecto/core",
"version": "1.0.1",
"version": "1.0.2",
"description": "Aspecto metric collector",

@@ -25,2 +25,3 @@ "main": "index.js",

"@types/pidusage": "^2.0.1",
"husky": "^2.1.0",
"typescript": "^3.2.4"

@@ -38,3 +39,8 @@ },

"ws": "^6.1.2"
},
"husky": {
"hooks": {
"pre-commit": "npm run tsc && npm run test"
}
}
}

@@ -39,2 +39,3 @@ import uuid from "uuid";

url: req.path,
requestBody: req.body,
fullUrl: req.url,

@@ -41,0 +42,0 @@ query: req.query,

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