Socket
Socket
Sign inDemoInstall

@cosmjs/utils

Package Overview
Dependencies
Maintainers
1
Versions
106
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cosmjs/utils - npm Package Compare versions

Comparing version 0.22.0 to 0.22.1

build/arrays.js

2

build/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var arrays_1 = require("./arrays");
Object.defineProperty(exports, "arrayContentEquals", { enumerable: true, get: function () { return arrays_1.arrayContentEquals; } });
var assert_1 = require("./assert");

@@ -4,0 +6,0 @@ Object.defineProperty(exports, "assert", { enumerable: true, get: function () { return assert_1.assert; } });

4

package.json
{
"name": "@cosmjs/utils",
"version": "0.22.0",
"version": "0.22.1",
"description": "Utility tools, primarily for testing code",

@@ -44,3 +44,3 @@ "contributors": [

},
"gitHead": "3a5c23c2e863744686332dd4c743d93a3b84913d"
"gitHead": "04a086a6cbaa79e52bda62e13913c88d6500139a"
}

@@ -0,3 +1,4 @@

export { arrayContentEquals } from "./arrays";
export { assert } from "./assert";
export { sleep } from "./sleep";
export { isNonNullObject, isUint8Array } from "./typechecks";

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