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

2

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

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

@@ -6,2 +6,6 @@ kgo

## Depricated
While kgo still works fine, I've since moved my efforts over to the much cleaner, faster, better tested, more flexible, and better maintained, [righto](https://github.com/korynunn/righto), to which you can easily and incrementally migrate to if you want.
## Why

@@ -230,2 +234,2 @@

}
```
```

@@ -7,3 +7,3 @@ var symbols = require('./symbols'),

if(error instanceof Error){
currentStack = error.stack.replace(cleanErrorRegex, '');
currentStack = error.stack ? error.stack.replace(cleanErrorRegex, '') : currentStack;
}else{

@@ -10,0 +10,0 @@ error = new Error(error);

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