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

@azteam/error

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@azteam/error - npm Package Compare versions

Comparing version 1.0.20 to 1.0.21

2

package.json
{
"name": "@azteam/error",
"version": "1.0.20",
"version": "1.0.21",
"description": "",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -49,2 +49,10 @@ const {NOT_FOUND, NOT_NULL, UNIQUE, UNKNOWN} = require('./code');

});
} else if (e.name === 'MongoServerError') {
if (e.code === 11000) {
errors.push({
code: UNIQUE,
message: UNIQUE,
data: e.keyValue,
});
}
}

@@ -51,0 +59,0 @@ }

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