New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.0.1 to 0.0.2

2

lib/line.js

@@ -31,6 +31,6 @@ var line, _context, _running;

_this.results.push(args);
if (fn) fn.apply(_this, args);
if (args[0] && !_this.stopped) _this.stop.apply(_this, args);
if (!--_this.waiting && !_this.stopped) {
args.shift();
if (fn) fn.apply(_this, args);
return _this.next(args);

@@ -37,0 +37,0 @@ }

{
"name": "line",
"version": "0.0.1",
"version": "0.0.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

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