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

@vostokplatform/waves-api

Package Overview
Dependencies
Maintainers
11
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vostokplatform/waves-api - npm Package Compare versions

Comparing version 1.3.5 to 1.3.6-RC1

2

package.json
{
"name": "@vostokplatform/waves-api",
"version": "1.3.5",
"version": "1.3.6-RC1",
"description": "Vostok client-side API library",

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

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

});
var result = __assign({}, d, { feeAssetId: remap_1.normalizeAssetId(d.feeAssetId), params: data, transactionType: null, type: constants.DOCKER_CREATE_TX_V2, version: constants.DOCKER_CREATE_TX_VERSION_V2 });
var result = __assign({}, d, { feeAssetId: null, params: data, transactionType: null, type: constants.DOCKER_CREATE_TX_V2, version: constants.DOCKER_CREATE_TX_VERSION_V2 });
return result;

@@ -654,0 +654,0 @@ };

@@ -1,2 +0,2 @@

# Waves API GOST implementation (russian state standart) [![npm version](https://badge.fury.io/js/%40waves%2Fwaves-api.svg)](https://www.npmjs.com/package/@waves/waves-api) [![downloads/month](https://img.shields.io/npm/dm/%40waves%2Fwaves-api.svg)](https://www.npmjs.com/package/@waves/waves-api)
# Waves API GOST implementation (russian state standart) [![npm version](https://badge.fury.io/js/%40waves%2Fwaves-api.svg)](https://www.npmjs.com/package/@vostokplatform/waves-api) [![downloads/month](https://img.shields.io/npm/dm/%40waves%2Fwaves-api.svg)](https://www.npmjs.com/package/@vostokplatform/waves-api)

@@ -10,3 +10,3 @@ Waves Platform core features and Waves API library for both Node.js and browser.

```
npm install @waves/waves-api --save
npm install @vostokplatform/waves-api --save
```

@@ -17,3 +17,3 @@

```
const WavesAPI = require('@waves/waves-api');
const WavesAPI = require('@vostokplatform/waves-api');
```

@@ -24,6 +24,6 @@

```
<script src="./node_modules/@waves/waves-api/dist/waves-api.min.js"></script>
<script src="./node_modules/@vostokplatform/waves-api/dist/waves-api.min.js"></script>
```
You can use `@waves/waves-api` even within Web Workers.
You can use `@vostokplatform/waves-api` even within Web Workers.

@@ -581,3 +581,3 @@ ## Usage

```
cd ./node_modules/@waves/waves-api/
cd ./node_modules/@vostokplatform/waves-api/
npm install

@@ -590,3 +590,3 @@ npm run test # to run tests in Node.js

Test configuration may be changed in the _./node_modules/@waves/waves-api/karma.conf.js_ file.
Test configuration may be changed in the _./node_modules/@vostokplatform/waves-api/karma.conf.js_ file.

@@ -593,0 +593,0 @@ Tests: 'npm run test-api' and 'test-api-long-tests' may be broken, because data and seeds on testnet removed.

@@ -752,3 +752,3 @@ import { TTransactionRequest } from '../../utils/request'

...d,
feeAssetId: normalizeAssetId(d.feeAssetId),
feeAssetId: null,
params: data,

@@ -755,0 +755,0 @@ transactionType: null,

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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