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.17.6 to 0.17.7

build/decimal.js

2

build/index.js

@@ -5,2 +5,4 @@ "use strict";

exports.Bech32 = bech32_1.Bech32;
var decimal_1 = require("./decimal");
exports.Decimal = decimal_1.Decimal;
var encoding_1 = require("./encoding");

@@ -7,0 +9,0 @@ exports.Encoding = encoding_1.Encoding;

4

package.json
{
"name": "@iov/encoding",
"version": "0.17.6",
"version": "0.17.7",
"description": "Encoding helpers for IOV projects",

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

},
"gitHead": "2f5b824605596ed715968d8a58303433325adcdc"
"gitHead": "69743bbaf8b5aadb93f199b8aecc7a740253954e"
}
export { Bech32 } from "./bech32";
export { Decimal } from "./decimal";
export { Encoding } from "./encoding";

@@ -3,0 +4,0 @@ export { Int53, Uint32, Uint53, Uint64 } from "./integers";

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