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.28 to 0.1.0-alpha.29

.github/workflows/test.yml

5

lib/Exception.js

@@ -55,3 +55,6 @@ const UNKNOWN_FUNCTION = '?';

Error.captureStackTrace(this, this.constructor);
if ('function' === typeof Error.captureStackTrace) {
Error.captureStackTrace(this, this.constructor);
}
this._originalStack = this.stack.split('\n').join('\n');

@@ -58,0 +61,0 @@

2

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

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

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