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

breeze

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

breeze - npm Package Compare versions

Comparing version 1.1.6 to 1.1.7

2

breeze.js

@@ -33,3 +33,3 @@ var isPromise = require('is-promise')

if (err) {
if (!system.onError || !system.onDeferredError) {
if (!system.onError && !system.onDeferredError) {
system.err = err

@@ -36,0 +36,0 @@ } else {

{
"name": "breeze",
"version": "1.1.6",
"version": "1.1.7",
"description": "Functional async flow control library",

@@ -5,0 +5,0 @@ "main": "breeze.js",

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