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

@multiversx/sdk-core

Package Overview
Dependencies
Maintainers
10
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@multiversx/sdk-core - npm Package Compare versions

Comparing version 12.19.1 to 12.19.2

5

out/index.d.ts

@@ -0,1 +1,6 @@

/**
* A library for interacting with the MultiversX blockchain (in general) and Smart Contracts (in particular).
*
* @packageDocumentation
*/
export * from "./account";

@@ -2,0 +7,0 @@ export * from "./address";

"use strict";
/**
* A library for interacting with the MultiversX blockchain (in general) and Smart Contracts (in particular).
*
* @packageDocumentation
*/
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {

@@ -3,0 +8,0 @@ if (k2 === undefined) k2 = k;

2

out/transaction.d.ts

@@ -8,3 +8,3 @@ /// <reference types="node" />

/**
* An abstraction for creating, signing and broadcasting transactions.
* An abstraction for creating and signing transactions.
*/

@@ -11,0 +11,0 @@ export declare class Transaction {

@@ -37,3 +37,3 @@ "use strict";

/**
* An abstraction for creating, signing and broadcasting transactions.
* An abstraction for creating and signing transactions.
*/

@@ -40,0 +40,0 @@ class Transaction {

{
"name": "@multiversx/sdk-core",
"version": "12.19.1",
"version": "12.19.2",
"description": "MultiversX SDK for JavaScript and TypeScript",

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

@@ -7,3 +7,4 @@ # MultiversX SDK for JavaScript and TypeScript

- [Cookbook](https://docs.multiversx.com/sdk-and-tools/sdk-js/sdk-js-cookbook/)
- [Cookbook](https://docs.multiversx.com/sdk-and-tools/sdk-js/sdk-js-cookbook/)
- [Auto-generated documentation](https://multiversx.github.io/mx-sdk-js-core/)

@@ -67,2 +68,2 @@ ## Distribution

For the `localnet` tests, make sure you have a *local testnet* up & running. In order to start a *local testnet*, follow [this](https://docs.multiversx.com/developers/setup-local-testnet/).
For the `localnet` tests, make sure you have a _local testnet_ up & running. In order to start a _local testnet_, follow [this](https://docs.multiversx.com/developers/setup-local-testnet/).

Sorry, the diff of this file is not supported yet

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