New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

error-ninja

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

error-ninja - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

2

package.json

@@ -10,3 +10,3 @@ {

"name": "error-ninja",
"version": "1.1.2",
"version": "1.1.3",
"description": "Allows us to pre-define error types and error messages in each module.",

@@ -13,0 +13,0 @@ "keywords": [

@@ -33,3 +33,3 @@ 'use strict';

// Set the number of frames in stack traces from this point onwards.
Error.stackTraceLimit = options.stackTraceLimit;
Error.stackTraceLimit = setupOptions.stackTraceLimit;

@@ -36,0 +36,0 @@ // Install uncaught exception handlers.

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