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

gigawatts

Package Overview
Dependencies
Maintainers
4
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gigawatts - npm Package Compare versions

Comparing version 4.1.0 to 4.1.1

2

index.js

@@ -157,3 +157,3 @@ var EventEmitter = require('events').EventEmitter

}
if (res.value instanceof WattPromise) {
if (res.value instanceof Promise || res.value instanceof WattPromise) {
res.value.then(this.next.bind(this), this.error.bind(this))

@@ -160,0 +160,0 @@ }

{
"name": "gigawatts",
"version": "4.1.0",
"version": "4.1.1",
"description": "Powerful generator control flow (fork of watt)",

@@ -5,0 +5,0 @@ "main": "index.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