Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@tsdotnet/exceptions

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tsdotnet/exceptions - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

8

package.json
{
"name": "@tsdotnet/exceptions",
"version": "1.0.5",
"version": "1.0.6",
"description": "",

@@ -25,7 +25,7 @@ "author": "electricessence",

"lint": "eslint src/**/*.ts",
"precommit": "npm run lint && npm run test && npm run build",
"prepublishOnly": "npm run build && npm run test",
"precommit": "npm run lint && npm run test && npm run build && node validate-package.js",
"prepublishOnly": "npm run build && node validate-package.js && npm run test",
"preversion": "npm run lint",
"postversion": "git push && git push --tags",
"test": "ts-node -P ./spec/tsconfig.json ./node_modules/jasmine/bin/jasmine --config=spec/jasmine.json"
"test": "ts-node -P ./tsconfig.json ./node_modules/jasmine/bin/jasmine --config=spec/jasmine.json"
},

@@ -32,0 +32,0 @@ "repository": {

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