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

error

Package Overview
Dependencies
Maintainers
2
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

error - npm Package Compare versions

Comparing version 6.4.2 to 6.4.3

2

package.json
{
"name": "error",
"version": "6.4.2",
"version": "6.4.3",
"description": "Custom errors",

@@ -5,0 +5,0 @@ "keywords": [],

@@ -5,2 +5,3 @@ 'use strict';

var extend = require('xtend/mutable');
var assert = require('assert');

@@ -66,1 +67,6 @@ var isWordBoundary = /[_.-](\w|$)/g;

}
function has(obj, key) {
return Object.prototype.hasOwnProperty.call(obj, key);
}
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