amb-client-js
Advanced tools
Comparing version 0.0.1 to 17.0.1
{ | ||
"name": "amb-client-js", | ||
"version": "0.0.1", | ||
"description": "", | ||
"main": "index.js", | ||
"version": "17.0.1", | ||
"private": false, | ||
"description": "Asynchronous Message Bus JavaScript Client", | ||
"license": "MIT", | ||
"keywords": [ | ||
"ServiceNow", | ||
"amb" | ||
], | ||
"dependencies": { | ||
"cometd": "3.1.4", | ||
"crypto-js": "3.1.9-1" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.6.2", | ||
"@babel/core": "^7.6.2", | ||
"@babel/plugin-proposal-class-properties": "^7.5.5", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.6.2", | ||
"@babel/preset-env": "^7.6.2", | ||
"babel-jest": "^24.9.0", | ||
"cross-env": "^6.0.3", | ||
"eslint": "^6.5.1", | ||
"jest": "^24.9.0", | ||
"jest-cli": "^24.9.0", | ||
"onchange": "^4.0.0", | ||
"rimraf": "^3.0.0" | ||
}, | ||
"engines": { | ||
"node": ">=8.5.0" | ||
}, | ||
"main": "lib/index.js", | ||
"directories": {}, | ||
"files": [ | ||
"src", | ||
"lib" | ||
], | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"author": "", | ||
"license": "ISC" | ||
"watch": "onchange 'src/**/*.js' -- npm run build:lib", | ||
"build": "npm run clean:lib && npm run build:lib", | ||
"build:lib": "cross-env babel src --out-dir lib --ignore \"src/**/*.spec.js\",\"src/**/*.test.js\"", | ||
"clean:lib": "rimraf lib", | ||
"cover:unit": "jest --coverage --no-cache", | ||
"lint": "eslint --config .eslintrc.js src/**/*.js", | ||
"prepublishOnly": "npm run verify && npm run build", | ||
"test": "jest", | ||
"test:unit": "jest --no-cache", | ||
"test:unit:clean": "jest -u", | ||
"verify": "npm run lint && npm run cover:unit" | ||
} | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
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 README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
159413
41
4404
1
1
1
2
12
2
+ Addedcometd@3.1.4
+ Addedcrypto-js@3.1.9-1
+ Addedcometd@3.1.4(transitive)
+ Addedcrypto-js@3.1.9-1(transitive)