Socket
Socket
Sign inDemoInstall

@iov/encoding

Package Overview
Dependencies
Maintainers
3
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iov/encoding - npm Package Compare versions

Comparing version 0.13.0-alpha.0 to 0.13.0

4

build/integers.js

@@ -49,6 +49,2 @@ "use strict";

}
/** @deprecated use toNumber() */
asNumber() {
return this.toNumber();
}
}

@@ -55,0 +51,0 @@ exports.Uint32 = Uint32;

4

package.json
{
"name": "@iov/encoding",
"version": "0.13.0-alpha.0",
"version": "0.13.0",
"description": "Encoding helpers for IOV projects",

@@ -42,3 +42,3 @@ "author": "IOV SAS <admin@iov.one>",

},
"gitHead": "3b88ba18d9906ca04a608406329c7684d92e83bd"
"gitHead": "a24d0f66e3b8d9bab496971ebc05972ac65fc0ac"
}

@@ -66,7 +66,2 @@ /* tslint:disable:no-bitwise */

}
/** @deprecated use toNumber() */
public asNumber(): number {
return this.toNumber();
}
}

@@ -73,0 +68,0 @@

@@ -12,4 +12,2 @@ interface Integer {

toString(): string;
/** @deprecated use toNumber() */
asNumber(): number;
}

@@ -16,0 +14,0 @@ export declare class Int53 implements Integer {

Sorry, the diff of this file is not supported yet

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