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

bridgets

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bridgets - npm Package Compare versions

Comparing version 1.0.31 to 1.0.32

2

dist/Lib/Handler/handler.js

@@ -26,3 +26,3 @@ "use strict";

for (const res of results)
if (res.error)
if (res && res.error)
return res;

@@ -29,0 +29,0 @@ return super.handle({ ...data, mid: Object.assign({}, ...results) });

{
"name": "bridgets",
"version": "1.0.31",
"version": "1.0.32",
"description": "",

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

Sorry, the diff of this file is not supported yet

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