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

kgo

Package Overview
Dependencies
Maintainers
2
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kgo - npm Package Compare versions

Comparing version 4.0.1 to 4.0.2

5

kgo.js

@@ -79,3 +79,6 @@ var run = require('./run'),

var stack = new Error().stack.match(/(\s+?at[^]*$)/)[1];
// Firefox/safari dont have a normal stacks..?
// Meh, no stack for them, no one develops in them anyway.
var stackMatch = new Error().stack.match(/(\s+?at[^]*$)/),
stack = stackMatch ? stackMatch[1] : '';

@@ -82,0 +85,0 @@ names.map(function(name){

2

package.json
{
"name": "kgo",
"version": "4.0.1",
"version": "4.0.2",
"description": "Flow control the super easy way",

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