New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

oprf

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oprf - npm Package Compare versions

Comparing version 0.1.0 to 0.9.0

.editorconfig

57

package.json
{
"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"
}
}
index.js
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc