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

line

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

line - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

11

lib/line.js

@@ -99,6 +99,15 @@ var line, _context, _running;

line.prototype.run = function(fn) {
var done;
var _this = this;
_context = null;
if (fn) this.add(fn);
if (this.parent) this.add(this.parent.wait(null));
if (this.parent) {
done = this.parent.wait();
this.add(function() {
var args;
args = Array.prototype.slice.call(arguments);
args.unshift(null);
return done.apply(_this, args);
});
}
process.nextTick(function() {

@@ -105,0 +114,0 @@ return _this.next();

2

package.json
{
"name": "line",
"version": "0.1.1",
"version": "0.1.2",
"description": "Control flow like a boss",

@@ -5,0 +5,0 @@ "keywords": ["ender", "flow", "control", "async"],

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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