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

@catcessory/common

Package Overview
Dependencies
Maintainers
1
Versions
356
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@catcessory/common - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

build/errors/custom-error.d.ts

22

package.json
{
"name": "@catcessory/common",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"main": "index.js",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"files": [
"build/**/*"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"clean": "del ./build/*",
"build": "npm run clean && tsc",
"pub": "git add . && git commit -m \"Updates\" && npm version patch && npm run build && npm publish"
},
"keywords": [],
"author": "",
"license": "ISC"
"license": "ISC",
"devDependencies": {
"del-cli": "^5.0.0",
"typescript": "^4.7.4"
},
"dependencies": {
"@types/express": "^4.17.13",
"express": "^4.18.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