flatulence
Advanced tools
Comparing version 0.1.8 to 0.1.10
@@ -1,3 +0,1 @@ | ||
const flatulence = require('./flatulence') | ||
module.exports = flatulence | ||
module.exports = require('./lib') |
{ | ||
"name": "flatulence", | ||
"version": "0.1.8", | ||
"version": "0.1.10", | ||
"description": "Flatten objects and arrays so that each key is the full path to a primitive value. Paths are lodash-compatible.", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "mocha test" | ||
}, | ||
@@ -16,3 +16,7 @@ "keywords": [ | ||
"author": "Kolja Kirchner", | ||
"license": "ISC" | ||
"license": "ISC", | ||
"devDependencies": { | ||
"assert": "^1.4.1", | ||
"mocha": "^3.1.2" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
5295
9
126
2
2