Socket
Socket
Sign inDemoInstall

@cosmjs/utils

Package Overview
Dependencies
0
Maintainers
1
Versions
106
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.23.0 to 0.23.1

1

build/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.isUint8Array = exports.isNonNullObject = exports.sleep = exports.assertDefined = exports.assert = exports.arrayContentEquals = void 0;
var arrays_1 = require("./arrays");

@@ -4,0 +5,0 @@ Object.defineProperty(exports, "arrayContentEquals", { enumerable: true, get: function () { return arrays_1.arrayContentEquals; } });

6

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

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

"lint-fix": "eslint --max-warnings 0 \"**/*.{js,ts}\" --fix",
"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\"",

@@ -47,3 +47,3 @@ "prebuild": "shx rm -rf ./build",

},
"gitHead": "432801364c32ea4a2a956b8525f324c5a1e5e140"
"gitHead": "ba76bf333bfb178a3ace83814521109be8b438f9"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc