New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

spelunk

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spelunk - npm Package Compare versions

Comparing version 0.4.0 to 0.5.0

dist/spelunk.js

7

CHANGELOG.md
# changelog
## 0.5.0
* Support arrays of directories
* ES6-ified
## 0.4.0

@@ -7,2 +12,2 @@

* Internal refactor
* Started maintaining a changelog
* Started maintaining a changelog
{
"name": "spelunk",
"description": "Traverse a folder in node, turning its contents into an object for easy consumption",
"version": "0.4.0",
"version": "0.5.0",
"homepage": "https://github.com/Rich-Harris/spelunk",

@@ -24,3 +24,8 @@ "author": {

],
"main": "spelunk.js",
"main": "dist/spelunk.js",
"files": [
"src",
"dist",
"README.md"
],
"dependencies": {

@@ -32,4 +37,16 @@ "graceful-fs": "~2.0.1",

"scripts": {
"test": "node test/spelunk_tests.js"
"test": "mocha test/test.js",
"pretest": "npm run build",
"build": "gobble build -f dist",
"prepublish": "npm test"
},
"devDependencies": {
"console-group": "^0.1.2",
"eslint": "^1.6.0",
"gobble": "^0.10.2",
"gobble-cli": "^0.4.4",
"gobble-rollup-babel": "^0.4.0",
"mocha": "^2.3.3",
"source-map-support": "^0.3.2"
}
}
.npmignore
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