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.7 to 1.0.8

6

package.json
{
"name": "@tsdotnet/exceptions",
"version": "1.0.7",
"version": "1.0.8",
"description": "",

@@ -23,3 +23,3 @@ "author": "electricessence",

"build": "npm prune && npm install && npm run clean && copyfiles -u 1 src/**/*.d.ts dist && tsc && tsc -p tsconfig.esm.json",
"bump": "npm run precommit && npm version patch && npm run docs && git commit -m \"Updated docs.\" docs && git push",
"bump": "npm run precommit && npm version patch",
"docs": "rimraf docs/* && rimraf docs/.nojekyll && typedoc --options typedoc.json --readme none --theme minimal && node ./.build/create-nojekyll.js",

@@ -30,3 +30,3 @@ "lint": "eslint src/**/*.ts",

"preversion": "npm run lint",
"postversion": "git push && git push --tags",
"postversion": "npm run docs && git commit -m \"Updated docs.\" docs && git push && git push --tags",
"test": "ts-node -P ./tsconfig.json ./node_modules/jasmine/bin/jasmine --config=spec/jasmine.json",

@@ -33,0 +33,0 @@ "validate": "node ./.build/validate-package.js"

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