UNPKG

@smartledger/elliptic-fix

Version:

Security fix for signature malleability vulnerability in Elliptic package v6.5.5 used by bsv@1.5.6

36 lines (35 loc) 812 B
{ "name": "@smartledger/elliptic-fix", "version": "1.0.0", "description": "Security fix for signature malleability vulnerability in Elliptic package v6.5.5 used by bsv@1.5.6", "main": "index.js", "scripts": { "test": "node verify-fix.js", "postinstall": "node install.js" }, "dependencies": { "elliptic": "6.5.5" }, "peerDependencies": { "bsv": "1.5.6" }, "keywords": [ "bsv", "elliptic", "security", "fix", "signature", "malleability", "eddsa" ], "author": "SmartLedger", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/smartledger/elliptic-fix" }, "bugs": { "url": "https://github.com/smartledger/elliptic-fix/issues" }, "homepage": "https://github.com/smartledger/elliptic-fix#readme" }