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.10 to 0.1.0-alpha.11

6

lib/Exception.js

@@ -103,6 +103,10 @@ const UNKNOWN_FUNCTION = '?';

if ('Object.construct' === element.function && element.file.match(/Namespace\.js$/)) {
continue;
}
stack.push(element);
}
if (!stack.length) {
if (! stack.length) {
return null;

@@ -109,0 +113,0 @@ }

4

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

@@ -21,3 +21,3 @@ "main": "index.js",

"chai": "^3.5.0",
"mocha": "^3.0"
"mocha": "^5.0"
},

@@ -24,0 +24,0 @@ "config": {

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