Socket
Socket
Sign inDemoInstall

@spinajs/exceptions

Package Overview
Dependencies
Maintainers
1
Versions
208
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spinajs/exceptions - npm Package Compare versions

Comparing version 2.0.12 to 2.0.39

4

lib/index.d.ts

@@ -5,3 +5,3 @@ /**

export declare class Exception extends Error {
inner?: Error;
inner?: Error | unknown;
/**

@@ -13,3 +13,3 @@ * Constructs new exception with message

*/
constructor(message?: string, inner?: Error);
constructor(message?: string, inner?: Error | unknown);
}

@@ -16,0 +16,0 @@ /**

{
"name": "@spinajs/exceptions",
"version": "2.0.12",
"version": "2.0.39",
"description": "exceptions definitions used all across framework modules",

@@ -41,3 +41,3 @@ "main": "lib/index.js",

"homepage": "https://github.com/spinajs/exceptions#readme",
"gitHead": "d7910d799995df6fa9eb8174d4a9b65c81db8352",
"gitHead": "8a3f58de2dc2d8d077186d767581dd53be1d40cb",
"dependencies": {

@@ -44,0 +44,0 @@ "lodash": "^4.17.21"

Sorry, the diff of this file is not supported yet

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