openssl-wrapper
Advanced tools
Comparing version 0.2.3 to 0.3.0
{ | ||
"name": "openssl-wrapper", | ||
"version": "0.2.3", | ||
"description": "OpenSSL wrapper", | ||
"main": "index.js", | ||
"version": "0.3.0", | ||
"description": "NodeJS OpenSSL wrapper", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"test": "nodeunit test" | ||
"start": "npm run test:watch", | ||
"test": "mocha", | ||
"test:watch": "npm run test -- --watch", | ||
"test:coverage": "nyc --reporter=lcov npm test -- --reporter dot && nyc report", | ||
"lint": "eslint src/", | ||
"compile": "rimraf lib/*; babel src/ -d lib/ -s", | ||
"compile:watch": "npm run compile -- -w", | ||
"prepublish": "npm run compile" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/mgcrea/node-openssl-wrapper" | ||
"author": "Olivier Louvignes <olivier@mg-crea.com>", | ||
"repository": "github:mgcrea/node-openssl-wrapper", | ||
"license": "MIT", | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"babel-cli": "^6.7.7", | ||
"babel-eslint": "^6.0.4", | ||
"babel-plugin-transform-class-properties": "^6.6.0", | ||
"babel-plugin-transform-function-bind": "^6.5.2", | ||
"babel-plugin-transform-object-rest-spread": "^6.6.5", | ||
"babel-preset-es2015": "^6.6.0", | ||
"babel-register": "^6.7.2", | ||
"codeclimate-test-reporter": "^0.3.1", | ||
"eslint": "^2.8.0", | ||
"eslint-config-airbnb": "^8.0.0", | ||
"eslint-plugin-import": "^1.5.0", | ||
"eslint-plugin-jsx-a11y": "^1.0.2", | ||
"expect": "^1.18.0", | ||
"mocha": "^2.4.5", | ||
"nyc": "^6.4.0", | ||
"rimraf": "^2.5.2" | ||
}, | ||
@@ -17,13 +42,3 @@ "keywords": [ | ||
"rsa" | ||
], | ||
"author": "Olivier Louvignes", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/mgcrea/node-openssl-wrapper/issues" | ||
}, | ||
"dependencies": { | ||
"debug": "~0.7.2", | ||
"q": "~0.9.3" | ||
}, | ||
"devDependencies": {} | ||
] | ||
} |
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
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
23693
0
14
173
84
16
2
2
4
- Removeddebug@~0.7.2
- Removedq@~0.9.3
- Removeddebug@0.7.4(transitive)
- Removedq@0.9.7(transitive)