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

baucis

Package Overview
Dependencies
Maintainers
1
Versions
202
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

baucis - npm Package Compare versions

Comparing version 1.3.2 to 1.3.3

1

Controller/errors.js

@@ -57,2 +57,3 @@ // __Dependencies__

if (!error) return next();
if (!error.message) return next(error);
if (error.message.indexOf('E11000 duplicate key error') === -1) {

@@ -59,0 +60,0 @@ next(error);

2

package.json

@@ -9,3 +9,3 @@ {

"homepage": "https://github.com/wprl/baucis",
"version": "1.3.2",
"version": "1.3.3",
"main": "index.js",

@@ -12,0 +12,0 @@ "scripts": {

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