Socket
Socket
Sign inDemoInstall

@chainsafe/lodestar-utils

Package Overview
Dependencies
Maintainers
3
Versions
843
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.23.0 to 0.23.1-alpha.0

lib/perf/utils/index.d.ts

1

lib/index.d.ts

@@ -16,2 +16,3 @@ export * from "./logger";

export * from "./json";
export * from "./perf/utils";
//# sourceMappingURL=index.d.ts.map

@@ -201,2 +201,15 @@ "use strict";

});
var _utils = require("./perf/utils");
Object.keys(_utils).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (key in exports && exports[key] === _utils[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _utils[key];
}
});
});
//# sourceMappingURL=index.js.map

4

package.json

@@ -14,3 +14,3 @@ {

},
"version": "0.23.0",
"version": "0.23.1-alpha.0+7ff5465",
"main": "lib/index.js",

@@ -60,3 +60,3 @@ "files": [

],
"gitHead": "8f4e720c0ed5b701149e2b432c22f0c2b536555a"
"gitHead": "7ff5465baa2414e78c9b0519ff3e262f1d09f36d"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc