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.6 to 1.0.7

19

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

@@ -23,9 +23,11 @@ "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",
"bump": "npm run precommit && npm version patch && npm run docs && git commit -m \"Updated docs.\" docs && git push",
"docs": "rimraf docs/* && rimraf docs/.nojekyll && typedoc --options typedoc.json --readme none --theme minimal && node ./.build/create-nojekyll.js",
"lint": "eslint src/**/*.ts",
"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",
"precommit": "npm run lint && npm run test && npm run build && npm run validate",
"prepublishOnly": "npm run build && npm run validate && npm run test",
"preversion": "npm run lint",
"postversion": "git push && git push --tags",
"test": "ts-node -P ./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",
"validate": "node ./.build/validate-package.js"
},

@@ -42,4 +44,4 @@ "repository": {

"@types/jasmine": "^3.5.10",
"@typescript-eslint/eslint-plugin": "^2.30.0",
"@typescript-eslint/parser": "^2.30.0",
"@typescript-eslint/eslint-plugin": "^2.31.0",
"@typescript-eslint/parser": "^2.31.0",
"copyfiles": "^2.2.0",

@@ -53,5 +55,6 @@ "eslint": "^6.8.0",

"rimraf": "^3.0.2",
"ts-node": "^8.9.0",
"ts-node": "^8.10.1",
"typedoc": "^0.17.6",
"typescript": "^3.8.3"
}
}

@@ -1,2 +0,2 @@

# ![alt text](https://avatars1.githubusercontent.com/u/64487547?s=30&v=4 "tsdotnet") tsdotnet / exceptions
# ![alt text](https://avatars1.githubusercontent.com/u/64487547?s=30&v=5 "tsdotnet") tsdotnet / exceptions

@@ -6,1 +6,6 @@ [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://github.com/tsdotnet/exceptions/blob/master/LICENSE)

[![npm version](https://img.shields.io/npm/v/@tsdotnet/exceptions.svg?style=flat-square)](https://www.npmjs.com/package/@tsdotnet/exceptions)
A collection of specific .NET style Exception (Error like) classes. Helpful for use with 'catch' and 'instanceof'.
## Docs
[tsdotnet.github.io/exceptions](https://tsdotnet.github.io/exceptions/)
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