Socket
Socket
Sign inDemoInstall

walker

Package Overview
Dependencies
2
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.0.5

.travis.yml

14

package.json
{
"name": "walker",
"description": "A simple directory tree walker.",
"version": "1.0.3",
"homepage": "https://github.com/nshah/nodejs-walker",
"version": "1.0.5",
"homepage": "https://github.com/daaku/nodejs-walker",
"author": "Naitik Shah <n@daaku.org>",

@@ -11,12 +11,12 @@ "keywords": ["utils", "fs", "filesystem"],

"type": "git",
"url": "https://github.com/nshah/nodejs-walker"
"url": "https://github.com/daaku/nodejs-walker"
},
"scripts": { "test": "./node_modules/.bin/expresso -c" },
"scripts": { "test": "NODE_PATH=./lib mocha --ui exports" },
"dependencies": {
"makeerror": ">= 1.0.0"
"makeerror": "1.0.x"
},
"devDependencies": {
"expresso": ">= 0.8.1"
"mocha": "0.12.x"
},
"engines": { "node": ">= 0.4.1" }
"engines": { "node": "0.6.x" }
}

@@ -1,2 +0,2 @@

walker
walker [![Build Status](https://secure.travis-ci.org/daaku/nodejs-walker.png)](http://travis-ci.org/daaku/nodejs-walker)
======

@@ -3,0 +3,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc