Socket
Socket
Sign inDemoInstall

@chainsafe/ssz

Package Overview
Dependencies
Maintainers
6
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chainsafe/ssz - npm Package Compare versions

Comparing version 0.14.2 to 0.14.3

7

CHANGELOG.md

@@ -6,2 +6,9 @@ # Change Log

## [0.14.3](https://github.com/ChainSafe/ssz/compare/ssz-v0.14.2...ssz-v0.14.3) (2024-02-10)
### Bug Fixes
* relax other instances of intersectValues ([#344](https://github.com/ChainSafe/ssz/issues/344)) ([e000351](https://github.com/ChainSafe/ssz/commit/e0003516dd4e50005182b55ab954baab81d9cc12))
## [0.14.2](https://github.com/ChainSafe/ssz/compare/ssz-v0.14.1...ssz-v0.14.2) (2024-02-10)

@@ -8,0 +15,0 @@

2

lib/view/bitArray.d.ts

@@ -25,3 +25,3 @@ import { Tree, Node } from "@chainsafe/persistent-merkle-tree";

/** @see BitArray.intersectValues */
intersectValues<T>(values: T[]): T[];
intersectValues<T>(values: ArrayLike<T>): T[];
/** @see BitArray.getTrueBitIndexes */

@@ -28,0 +28,0 @@ getTrueBitIndexes(): number[];

@@ -28,3 +28,3 @@ import { Node } from "@chainsafe/persistent-merkle-tree";

/** @see BitArray.intersectValues */
intersectValues<T>(values: T[]): T[];
intersectValues<T>(values: ArrayLike<T>): T[];
/** @see BitArray.getTrueBitIndexes */

@@ -31,0 +31,0 @@ getTrueBitIndexes(): number[];

@@ -7,3 +7,3 @@ {

"homepage": "https://github.com/chainsafe/ssz",
"version": "0.14.2",
"version": "0.14.3",
"main": "lib/index.js",

@@ -10,0 +10,0 @@ "files": [

Sorry, the diff of this file is not supported yet

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