Comparing version 0.4.0 to 0.5.0
# 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" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
15124
352
3
7
9