Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

streamops

Package Overview
Dependencies
Maintainers
0
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

streamops - npm Package Compare versions

Comparing version 0.1.15 to 0.1.16

2

package.json
{
"name": "streamops",
"version": "0.1.15",
"version": "0.1.16",
"main": "./src/main.js",

@@ -5,0 +5,0 @@ "scripts": {

@@ -228,4 +228,4 @@ const EventEmitter = require('events');

function isGenerator(fn) {
return fn.constructor.name === 'GeneratorFunction' ||
fn.constructor.name === 'AsyncGeneratorFunction';
return fn?.constructor?.name === 'GeneratorFunction' ||
fn?.constructor?.name === 'AsyncGeneratorFunction';
}

@@ -232,0 +232,0 @@

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