Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@chainsafe/ssz

Package Overview
Dependencies
Maintainers
5
Versions
72
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.9.3 to 0.9.4

8

CHANGELOG.md

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

## [0.9.4](http://chainsafe/ssz/compare/@chainsafe/ssz@0.9.3...@chainsafe/ssz@0.9.4) (2022-12-08)
**Note:** Version bump only for package @chainsafe/ssz
## [0.9.3](http://chainsafe/ssz/compare/@chainsafe/ssz@0.9.2...@chainsafe/ssz@0.9.3) (2022-12-08)

@@ -8,0 +16,0 @@

2

lib/type/uint.d.ts

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

constructor(byteLength: UintBigintByteLen, opts?: UintBigintOpts);
static named(byteLength: UintNumberByteLen, opts: Require<UintBigintOpts, "typeName">): UintBigintType;
static named(byteLength: UintBigintByteLen, opts: Require<UintBigintOpts, "typeName">): UintBigintType;
defaultValue(): bigint;

@@ -79,0 +79,0 @@ value_serializeToBytes({ dataView }: ByteViews, offset: number, value: bigint): number;

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

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

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

],
"gitHead": "2f2d12702d7ffffb43c0179dbc3ef2cf5b9b540a"
"gitHead": "861804bc508907dd479f7d66207692a841abed99"
}
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