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

depay-blockchain-token

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

depay-blockchain-token - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

1

dist/cjs/index.js

@@ -199,2 +199,3 @@ 'use strict';

exports.ERC20 = ERC20;
exports.Token = Token;

2

dist/es/index.js

@@ -191,2 +191,2 @@ import CONSTANTS from 'depay-blockchain-constants';

export { Token };
export { ERC20, Token };

@@ -197,2 +197,3 @@ (function (global, factory) {

exports.ERC20 = ERC20;
exports.Token = Token;

@@ -199,0 +200,0 @@

{
"name": "depay-blockchain-token",
"moduleName": "BlockchainToken",
"version": "1.0.0",
"version": "1.1.0",
"description": "JavaScript library providing basic functionalities to work with tokens.",

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

@@ -85,2 +85,10 @@ ## Quickstart

### Token Standards
`depay-blockchain-token` exports standard token apis, like `ERC20`, `BEP20` etc.:
```javascript
import { ERC20 } from 'depay-blockchain-token'
```
## Development

@@ -87,0 +95,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