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

braque

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

braque - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

4

lib/handler.js

@@ -8,4 +8,6 @@ "use strict";

sendError: function(err, block, msg, callback) {
Util.log(err, block, msg.user, "error");
if (this.client.debug)
Util.log(err, block, msg.user, "error");
if (typeof err == "string")

@@ -12,0 +14,0 @@ err = new error.InternalServerError(err);

{
"name": "braque",
"version": "1.1.2",
"version": "1.1.3",
"author": {

@@ -5,0 +5,0 @@ "name": "Stephan Smith",

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