Huge News!Announcing our $40M Series B led by Abstract Ventures.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.2.1 to 1.2.2

2

breeze.js

@@ -89,3 +89,3 @@ // Constructor

if (system.err) return
if (error) return system.handleError(error)
if (error) return system.onUncaughtError(error)
if (arguments.length > 1) {

@@ -92,0 +92,0 @@ if (lookup) {

{
"name": "breeze",
"version": "1.2.1",
"version": "1.2.2",
"description": "Functional async flow control library",

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

@@ -113,2 +113,2 @@ # Breeze

[download]: https://github.com/Nijikokun/breeze/archive/v1.2.1.zip
[download]: https://github.com/Nijikokun/breeze/archive/v1.2.2.zip
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