Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "esendex", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Esendex Node.js client library.", | ||
"main": "dist/lib/index.js", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"build": "rm -rf dist && cd src && tsc", | ||
"test": "cd dist && mocha --require source-map-support/register", | ||
"build": "gulp build", | ||
"test": "gulp test", | ||
"tsd": "tsd install", | ||
"coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --require source-map-support/register -R spec dist/test/*.js && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coveralls" | ||
@@ -28,3 +29,3 @@ }, | ||
"engines": { | ||
"node": ">=0.10 <=5" | ||
"node": ">=0.10" | ||
}, | ||
@@ -40,6 +41,12 @@ "author": "David Wood <david.p.wood@gmail.com> (http://www.codesleuth.co.uk/)", | ||
"express": "^4.13.3", | ||
"gulp": "^3.9.0", | ||
"gulp-mocha": "^2.2.0", | ||
"gulp-sourcemaps": "^1.6.0", | ||
"gulp-typescript": "^2.9.2", | ||
"istanbul": "^0.4.0", | ||
"merge2": "^0.3.6", | ||
"mocha": "^2.3.4", | ||
"mocha-lcov-reporter": "^1.0.0", | ||
"proxyquire": "^1.7.3", | ||
"rimraf": "^2.4.3", | ||
"sinon": "^1.17.2", | ||
@@ -46,0 +53,0 @@ "source-map-support": "^0.3.3", |
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
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
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
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
0
45863
17
33
412