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

@waves/ts-types

Package Overview
Dependencies
Maintainers
13
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 0.1.0-beta-2 to 0.2.0-beta-1

dist/index.d.ts

13

package.json
{
"name": "@waves/ts-types",
"version": "0.1.0-beta-2",
"version": "0.2.0-beta-1",
"main": "dist/index.js",
"types": "index.ts"
"types": "dist/index.d.ts",
"scripts": {
"prepublish": "tsc",
"postversion": "npm publish",
"postpublish": "git push",
"prepare": "tsc"
},
"devDependencies": {
"typescript": "^3.2.4"
}
}

2

transactions/api.d.ts

@@ -12,3 +12,3 @@ import {

TRANSACTION_TYPE
} from '..';
} from '../src';

@@ -15,0 +15,0 @@ export namespace api {

export * from './sign';
export * from './api';
import { DATA_FIELD_TYPE, TRANSACTION_TYPE } from '..';
import { DATA_FIELD_TYPE, TRANSACTION_TYPE } from '../src';

@@ -5,0 +5,0 @@

import {
IAliasTransaction,
IBurnTransaction,
ICancelLeaseTransaction,
IDataTransaction,
IIssueTransaction,
ILeaseTransaction,
IMassTransferItem,
IMassTransferTransaction,
IReissueTransaction,
ISetScriptTransaction,
ISponsorship,
ITransaction,
ITransferTransaction,
IWithChainId,
IWithId,

@@ -22,3 +10,3 @@ IWithProofs,

TRANSACTION_TYPE
} from '..';
} from '../src';

@@ -25,0 +13,0 @@ export namespace sign {

@@ -5,7 +5,13 @@ {

"module": "commonjs",
"declaration": false,
"outDir": "dist/",
"moduleResolution": "node",
"declaration": true,
"outDir": "dist",
"lib": ["es2017"]
}
},
"files": [
"src/index.ts"
],
"exclude": [
"node_modules",
"dist"
]
}
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