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

@dydxprotocol/starkex-lib

Package Overview
Dependencies
Maintainers
8
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dydxprotocol/starkex-lib - npm Package Compare versions

Comparing version 0.2.4 to 0.2.5

__tests__/registration.test.ts

4

build/src/types.d.ts

@@ -64,2 +64,6 @@ import * as elliptic from 'elliptic';

}
export interface InternalRegistration {
ethereumAddress: string;
publicKey: string;
}
export interface StarkwareSignable {

@@ -66,0 +70,0 @@ publicKey: string;

2

package.json
{
"name": "@dydxprotocol/starkex-lib",
"version": "0.2.4",
"version": "0.2.5",
"description": "Cryptographic functions for use with StarkEx",

@@ -5,0 +5,0 @@ "main": "build/src/index.js",

@@ -79,2 +79,7 @@ import * as elliptic from 'elliptic';

export interface InternalRegistration {
ethereumAddress: string,
publicKey: string,
}
export interface StarkwareSignable {

@@ -81,0 +86,0 @@ publicKey: string;

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