@cosmjs/encoding
Advanced tools
Comparing version 0.23.0 to 0.23.1
@@ -17,3 +17,3 @@ "use strict"; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
@@ -20,0 +20,0 @@ return result; |
@@ -17,3 +17,3 @@ "use strict"; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
@@ -20,0 +20,0 @@ return result; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.toUtf8 = exports.fromUtf8 = exports.toRfc3339 = exports.fromRfc3339 = exports.toHex = exports.fromHex = exports.Bech32 = exports.toBase64 = exports.fromBase64 = exports.toAscii = exports.fromAscii = void 0; | ||
var ascii_1 = require("./ascii"); | ||
@@ -4,0 +5,0 @@ Object.defineProperty(exports, "fromAscii", { enumerable: true, get: function () { return ascii_1.fromAscii; } }); |
{ | ||
"name": "@cosmjs/encoding", | ||
"version": "0.23.0", | ||
"version": "0.23.1", | ||
"description": "Encoding helpers for blockchain projects", | ||
@@ -38,3 +38,3 @@ "contributors": [ | ||
"coverage": "nyc --reporter=text --reporter=lcov yarn test --quiet", | ||
"move-types": "shx rm -r ./types/* && shx mv build/types/* ./types && rm -rf ./types/testdata && shx rm -f ./types/*.spec.d.ts", | ||
"move-types": "shx rm -rf ./types/* && shx mv build/types/* ./types && rm -rf ./types/testdata && shx rm -f ./types/*.spec.d.ts", | ||
"format-types": "prettier --write --loglevel warn \"./types/**/*.d.ts\"", | ||
@@ -55,3 +55,3 @@ "prebuild": "shx rm -rf ./build", | ||
}, | ||
"gitHead": "432801364c32ea4a2a956b8525f324c5a1e5e140" | ||
"gitHead": "ba76bf333bfb178a3ace83814521109be8b438f9" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32512
258