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

typesafe-exception

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typesafe-exception - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

12

package.json
{
"name": "typesafe-exception",
"version": "1.0.0",
"version": "1.0.1",
"description": "Type-safe serialization-friendly Exception class",
"main": "out/main/index.js",
"types": "out/main/index.d.ts",
"files": [

@@ -14,4 +15,10 @@ "out/main/**/*"

"lint": "eslint --ext=.js,.ts,.vue --cache .",
"test": "NODE_ENV=test mocha"
"test": "NODE_ENV=test mocha",
"preversion": "npm run lint",
"version": "npm run compile",
"postversion": "npm publish --access=public"
},
"pre-commit": [
"lint"
],
"repository": {

@@ -35,4 +42,5 @@ "type": "git",

"mocha": "^9.0.2",
"pre-commit": "^1.2.2",
"typescript": "^4.3.5"
}
}
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