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

eos-common

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eos-common - npm Package Compare versions

Comparing version 0.7.5 to 0.7.6

13

dist/eosiolib/asset.d.ts

@@ -208,14 +208,7 @@ import { Sym } from "./symbol";

*
* asset("1.0000 EOS")
* const quantity = asset( "1.0000 EOS" )
* asset( quantity )
*/
(asset?: string): Asset;
(asset?: Asset | string): Asset;
/**
* Asset
*
* @example
*
* asset( asset("1.0000 EOS") )
*/
(asset?: Asset): Asset;
/**
* Amount & Sym

@@ -222,0 +215,0 @@ *

@@ -78,25 +78,11 @@ import { SymbolCode } from "./symbol_code";

/**
* Symbol
* Symbol & String & Raw
*
* @example
*
* symbol( symbol("4,EOS") )
*/
(sym?: Sym): Sym;
/**
* String
*
* @example
*
* symbol("4,EOS")
*/
(sym?: string): Sym;
/**
* Raw
*
* @example
*
* const sym = symbol("4,EOS")
* symbol( sym )
* symbol( 0 )
*/
(sym?: number | BigInteger): Sym;
(sym?: Sym | string | number | BigInteger): Sym;
/**

@@ -103,0 +89,0 @@ * SymbolCode & Precision

{
"name": "eos-common",
"version": "0.7.5",
"version": "0.7.6",
"description": "EOSIO Smart Contract common library used for Typescript",

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

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