Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "ind", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Module for IND (India) API functions", | ||
"main": "index.js", | ||
"main": "src/index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 0" | ||
"test": "npm run compile && mocha --compilers js:babel-core/register", | ||
"compile": "babel src/ -d lib/", | ||
"prepublish": "npm run compile" | ||
}, | ||
@@ -26,6 +28,13 @@ "repository": { | ||
"devDependencies": { | ||
"babel-cli": "^6.14.0", | ||
"babel-core": "^6.14.0", | ||
"babel-preset-es2015": "^6.14.0", | ||
"chai": "^3.5.0", | ||
"istanbul": "^0.4.5", | ||
"mocha": "^3.0.2", | ||
"xyz": "^1.0.0" | ||
}, | ||
"dependencies": { | ||
"bluebird": "^3.4.6" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
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
2595
7
28
1
0
1
7
+ Addedbluebird@^3.4.6
+ Addedbluebird@3.7.2(transitive)