Comparing version 0.1.0 to 0.9.0
{ | ||
"name": "oprf", | ||
"version": "0.1.0", | ||
"description": "", | ||
"main": "index.js", | ||
"version": "0.9.0", | ||
"description": "Oblivious pseudo-random function over an elliptic curve (ED25519)", | ||
"main": "dist/oprf.js", | ||
"types": "dist/oprf.d.ts", | ||
"directories": { | ||
"test": "test" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"build": "tsc", | ||
"build-web": "webpack --mode=production", | ||
"test": "tslint -c tslint.json --project tsconfig.json && nyc mocha -r ts-node/register -r source-map-support/register test/oprf.spec.ts" | ||
}, | ||
"author": "Lucy Qin <lucyzqin@gmail.com>", | ||
"nyc": { | ||
"extension": [ | ||
".ts" | ||
], | ||
"exclude": [ | ||
"**/*.d.ts", | ||
"**/*.js", | ||
"**/*.spec.ts" | ||
] | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/multiparty/oprf.git" | ||
}, | ||
"author": "Boston University - Software & Application Innovation Lab", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/multiparty/oprf/issues" | ||
}, | ||
"homepage": "https://github.com/multiparty/oprf#readme", | ||
"dependencies": { | ||
"libsodium-wrappers": "^0.7.3" | ||
"bn.js": "^4.11.8", | ||
"elliptic": "^6.4.0" | ||
}, | ||
"devDependencies": { | ||
"@types/chai": "^4.1.4", | ||
"@types/mocha": "^5.2.3", | ||
"@types/node": "^10.3.6", | ||
"chai": "^4.1.2", | ||
"libsodium-wrappers-sumo": "^0.7.3", | ||
"mocha": "^5.2.0", | ||
"nyc": "^12.0.2", | ||
"source-map-support": "^0.5.6", | ||
"ts-loader": "^4.4.2", | ||
"ts-node": "^7.0.0", | ||
"tslint": "^5.10.0", | ||
"types-bn": "0.0.1", | ||
"typescript": "^2.9.2", | ||
"webpack": "^4.14.0", | ||
"webpack-cli": "^3.0.8" | ||
}, | ||
"peerDependencies": { | ||
"libsodium-wrappers-sumo": "^0.7.3" | ||
} | ||
} |
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
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 2 instances in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
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
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 website
QualityPackage does not have a website.
Found 1 instance in 1 package
387079
25
1757
0
2
36
0
3
15
6
+ Addedbn.js@^4.11.8
+ Addedelliptic@^6.4.0
+ Addedbn.js@4.12.1(transitive)
+ Addedbrorand@1.1.0(transitive)
+ Addedelliptic@6.6.1(transitive)
+ Addedhash.js@1.1.7(transitive)
+ Addedhmac-drbg@1.0.1(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedlibsodium-sumo@0.7.15(transitive)
+ Addedlibsodium-wrappers-sumo@0.7.15(transitive)
+ Addedminimalistic-assert@1.0.1(transitive)
+ Addedminimalistic-crypto-utils@1.0.1(transitive)
- Removedlibsodium-wrappers@^0.7.3
- Removedlibsodium@0.7.15(transitive)
- Removedlibsodium-wrappers@0.7.15(transitive)