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

chainsaw

Package Overview
Dependencies
Maintainers
0
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chainsaw - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

11

index.js

@@ -23,5 +23,4 @@ var Traverse = require('traverse');

return typeof node != 'function'
? node
: function () {
if (typeof node === 'function') {
this.update(function () {
saw.actions.push({

@@ -32,5 +31,5 @@ path : ps,

return ch;
}
;
}).value;
});
}
});

@@ -37,0 +36,0 @@ process.nextTick(function () {

{
"name" : "chainsaw",
"version" : "0.0.5",
"version" : "0.0.6",
"description" : "Build chainable fluent interfaces the easy way... with a freakin' chainsaw!",
"modules" : {
"index" : "./index.js",
},
"main" : "./index.js",
"repository" : {

@@ -13,3 +11,3 @@ "type" : "git",

"dependencies" : {
"traverse" : ">=0.2.3"
"traverse" : ">=0.3.0"
},

@@ -23,9 +21,5 @@ "keywords" : [

],
"author" : {
"name" : "James Halliday",
"email" : "mail@substack.net",
"url" : "http://substack.net"
},
"author" : "James Halliday <mail@substack.net> (http://substack.net)",
"license" : "MIT/X11",
"engine" : ["node >=0.2.0"]
"engine" : { "node" : ">=0.2.0" }
}

@@ -6,6 +6,6 @@ var Chainsaw = require('chainsaw');

assert.fail('builder never fired');
}, 50);
}, 1000);
var ch = Chainsaw(function (saw) {
clearInterval(to);
clearTimeout(to);
var num = 0;

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