Comparing version 1.8.0 to 1.8.1
{ | ||
"name": "bal-util", | ||
"version": "1.8.0", | ||
"version": "1.8.1", | ||
"description": "Common utility functions for Node.js used and maintained by Benjamin Lupton", | ||
@@ -38,3 +38,3 @@ "homepage": "https://github.com/balupton/bal-util", | ||
}, | ||
"dependencies": { | ||
"optionalDependencies": { | ||
"request": "2.9.x" | ||
@@ -44,12 +44,11 @@ }, | ||
"coffee-script": "1.3.x", | ||
"docco": "0.3.x", | ||
"mocha": "1.1.x" | ||
"joe": "0.3.x" | ||
}, | ||
"directories": { | ||
"lib": "lib" | ||
"lib": "./out/lib" | ||
}, | ||
"scripts": { | ||
"test": "node ./node_modules/mocha/bin/mocha" | ||
"test": "node ./out/test/everything.test.js" | ||
}, | ||
"main": "./lib/balutil" | ||
"main": "./out/lib/balutil" | ||
} |
Sorry, the diff of this file is not supported yet
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
103529
2
17
1687
3
- Removedrequest@2.9.x