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

@jymfony/exceptions

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jymfony/exceptions - npm Package Compare versions

Comparing version 0.1.0-alpha.29 to 0.1.0-alpha.30

2

package.json
{
"name": "@jymfony/exceptions",
"version": "0.1.0-alpha.29",
"version": "0.1.0-alpha.30",
"description": "Jymfony exception (core package)",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -48,14 +48,17 @@ /// <reference lib="es2015" />

declare module NodeJS {
interface Global {
Exception: Newable<Exception>;
BadMethodCallException: Newable<BadMethodCallException>;
DomainException: Newable<DomainException>;
InvalidArgumentException: Newable<InvalidArgumentException>;
LogicException: Newable<LogicException>;
OutOfBoundsException: Newable<OutOfBoundsException>;
RuntimeException: Newable<RuntimeException>;
UnderflowException: Newable<UnderflowException>;
UnexpectedValueException: Newable<UnexpectedValueException>;
export {};
declare global {
namespace NodeJS {
interface Global {
Exception: Newable<Exception>;
BadMethodCallException: Newable<BadMethodCallException>;
DomainException: Newable<DomainException>;
InvalidArgumentException: Newable<InvalidArgumentException>;
LogicException: Newable<LogicException>;
OutOfBoundsException: Newable<OutOfBoundsException>;
RuntimeException: Newable<RuntimeException>;
UnderflowException: Newable<UnderflowException>;
UnexpectedValueException: Newable<UnexpectedValueException>;
}
}
}

Sorry, the diff of this file is not supported yet

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