Socket
Socket
Sign inDemoInstall

starknet

Package Overview
Dependencies
Maintainers
1
Versions
220
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

starknet - npm Package Compare versions

Comparing version 1.5.2 to 1.5.3

6

CHANGELOG.md

@@ -0,1 +1,7 @@

## [1.5.3](https://github.com/seanjameshan/starknet.js/compare/v1.5.2...v1.5.3) (2021-11-03)
### Bug Fixes
- more types ([e816a3b](https://github.com/seanjameshan/starknet.js/commit/e816a3b7160dd775dd4bf0b6f133cd3f34e92ff8))
## [1.5.2](https://github.com/seanjameshan/starknet.js/compare/v1.5.1...v1.5.2) (2021-11-03)

@@ -2,0 +8,0 @@

5

contract.d.ts
import { Abi } from './types';
import { BigNumberish } from './utils/number';
declare type Args = {
export declare type Args = {
[inputName: string]: string | string[];
};
declare type Calldata = string[];
export declare type Calldata = string[];
export declare class Contract {

@@ -28,2 +28,1 @@ connectedTo: string | null;

}
export {};
import { Abi } from './types';
import { BigNumberish } from './utils/number';
declare type Args = {
export declare type Args = {
[inputName: string]: string | string[];
};
declare type Calldata = string[];
export declare type Calldata = string[];
export declare class Contract {

@@ -24,2 +24,1 @@ connectedTo: string | null;

}
export {};

2

package.json
{
"name": "starknet",
"version": "1.5.2",
"version": "1.5.3",
"description": "JavaScript library for StarkNet",

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

@@ -9,4 +9,4 @@ import BN from 'bn.js';

type Args = { [inputName: string]: string | string[] };
type Calldata = string[];
export type Args = { [inputName: string]: string | string[] };
export type Calldata = string[];

@@ -13,0 +13,0 @@ function parseFelt(candidate: string): BN {

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