Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ecurve-names

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ecurve-names - npm Package Compare versions

Comparing version 0.1.1 to 0.2.0

4

CHANGELOG.md

@@ -0,1 +1,5 @@

0.2.0 / 2013-12-08
------------------
* updated to `bigi` dep
0.1.1 / 2013-11-21

@@ -2,0 +6,0 @@ ------------------

6

lib/ecurve-names.js

@@ -9,7 +9,3 @@ !function(globals) {

ECCurveFp = require('ecurve')
try { //Node.js
BigInteger = require('cryptocoin-bigint')
} catch (e) { //Component
BigInteger = require('bigint')
}
BigInteger = require('bigi')
module.exports = getSECCurveByName

@@ -16,0 +12,0 @@ } else {

{
"name": "ecurve-names",
"version": "0.1.1",
"version": "0.2.0",
"description": "Elliptical Curve Cryptography Named Parameters",

@@ -23,5 +23,5 @@ "keywords": [

"dependencies": {
"cryptocoin-bigint": "0.1.x",
"ecurve": "0.1.x"
"bigi": "0.2.x",
"ecurve": "0.2.x"
}
}
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