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

@waves/ts-types

Package Overview
Dependencies
Maintainers
12
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@waves/ts-types - npm Package Compare versions

Comparing version 1.0.6-beta.2 to 1.0.6-beta.3

dist/src/index.d.ts

2

dist/transactions/index.d.ts

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

import { InvokeScriptCall, InvokeScriptPayment, MassTransferItem, DataTransactionEntry, ExchangeTransactionOrder, TRANSACTION_TYPE, TransactionType, Long, AssetDecimals, Base64Script, Base58Bytes, WithVersion, SignedIExchangeTransactionOrder } from '../index';
import { InvokeScriptCall, InvokeScriptPayment, MassTransferItem, DataTransactionEntry, ExchangeTransactionOrder, TRANSACTION_TYPE, TransactionType, Long, AssetDecimals, Base64Script, Base58Bytes, WithVersion, SignedIExchangeTransactionOrder } from '../src';
export declare type BaseTransaction<LONG = Long, TYPE extends TransactionType = TransactionType> = {

@@ -3,0 +3,0 @@ type: TYPE;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var index_1 = require("../index");
var src_1 = require("../src");
{
"name": "@waves/ts-types",
"version": "1.0.6-beta.2",
"version": "1.0.6-beta.3",
"main": "dist/src/index.js",

@@ -5,0 +5,0 @@ "types": "dist/src/index.d.ts",

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

export * from './transactions';
export * from '../transactions';
export * from './parts';

@@ -3,0 +3,0 @@

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