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.1.35 to 0.1.36

2

build/eosiolib/symbol.js

@@ -35,5 +35,5 @@ "use strict";

isEqual(comparison) {
return comparison.code === this.code && comparison.precision === this.precision;
return comparison.code() === this.code() && comparison.precision === this.precision;
}
}
exports.Symbol = Symbol;
{
"name": "eos-common",
"version": "0.1.35",
"version": "0.1.36",
"description": "EOSIO Smart Contract common library used for Typescript",

@@ -5,0 +5,0 @@ "main": "build/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