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

verror

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

verror - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

.npmignore

8

lib/verror.js

@@ -24,3 +24,9 @@ /*

args = Array.prototype.slice.call(arguments, 1);
if (cause instanceof Error) {
args = Array.prototype.slice.call(arguments, 1);
} else {
args = Array.prototype.slice.call(arguments, 0);
cause = undefined;
}
tailmsg = args.length > 0 ?

@@ -27,0 +33,0 @@ mod_extsprintf.sprintf.apply(null, args) : '';

2

package.json
{
"name": "verror",
"version": "1.0.1",
"version": "1.1.0",
"description": "richer JavaScript errors",

@@ -5,0 +5,0 @@ "main": "./lib/verror.js",

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