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 5.0.0 to 5.1.0

2

package.json
{
"name": "error",
"version": "5.0.0",
"version": "5.1.0",
"description": "Custom errors",

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

@@ -43,3 +43,7 @@ var camelize = require("camelize")

extend(result, options)
result.message = template(message, options)
if (opts.message) {
result.message = template(opts.message, options)
} else {
result.message = template(message, options)
}

@@ -46,0 +50,0 @@ return result

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