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

zig

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zig - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

package.json
{
"name": "zig",
"version": "0.1.0",
"version": "0.1.1",
"description": "Simple, but naughty, control flow for Node.js.",

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

@@ -14,5 +14,5 @@ Zig - Simple, but naughty, control flow for Node.js

Current Version: 0.1.0
Current Version: 0.1.1
Tested on: Node 0.10.35
Tested on: Node 0.10.38

@@ -19,0 +19,0 @@ [![Build Status](https://travis-ci.org/rjrodger/zig.png?branch=master)](https://travis-ci.org/rjrodger/zig)

@@ -158,3 +158,3 @@ "use strict";

var tmp = {}
zig()
zig({timeout:22222})
.start()

@@ -161,0 +161,0 @@ .step(function(){ tmp.a = 1; return true})

@@ -35,5 +35,6 @@ /* Copyright (c) 2014-2015 Richard Rodger, MIT License */

var collect = 0, collector = []
var to
if( options.timeout ) {
setTimeout(function(){
to = setTimeout(function(){
dead = true

@@ -121,2 +122,3 @@

if( 0 < ifdepth ) throw new Error(ifdepth+' missing endifs.')
clearTimeout(to)
return complete(null,data);

@@ -123,0 +125,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