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

gigawatts

Package Overview
Dependencies
Maintainers
1
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.0.0 to 4.0.1

3

index.js

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

var desc = Object.getOwnPropertyDescriptor(object, name)
if (!(desc && !desc['get']) ||
if (desc && desc['get']) return
if (
!object[name] || !object[name].constructor ||

@@ -67,0 +68,0 @@ object[name].constructor.name !== 'GeneratorFunction') return

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

@@ -12,3 +12,5 @@ "main": "index.js",

"author": "Matt Bell <mappum@gmail.com>",
"contributors": ["Mathieu Schroeter <mathieu@schroetersa.ch>"],
"contributors": [
"Mathieu Schroeter <mathieu@schroetersa.ch>"
],
"license": "MIT",

@@ -15,0 +17,0 @@ "dependencies": {

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