Socket
Socket
Sign inDemoInstall

wasmparser

Package Overview
Dependencies
1
Maintainers
3
Versions
99
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.10.0 to 5.11.0

7

CHANGELOG.md

@@ -0,1 +1,8 @@

# [5.11.0](https://github.com/wasdk/wasmparser/compare/v5.10.0...v5.11.0) (2024-03-15)
### Features
* fix text representation of some ref and relaxed_simd ops ([#144](https://github.com/wasdk/wasmparser/issues/144)) ([41a16d5](https://github.com/wasdk/wasmparser/commit/41a16d5f5ff5bfada881eb7509c37cb9666cec9e))
# [5.10.0](https://github.com/wasdk/wasmparser/compare/v5.9.0...v5.10.0) (2024-03-14)

@@ -2,0 +9,0 @@

1

dist/cjs/WasmDis.d.ts

@@ -106,2 +106,3 @@ import { BinaryReader } from "./WasmParser.js";

private typeIndexToString;
private refTypeToString;
private typeToString;

@@ -108,0 +109,0 @@ private maybeMut;

4

dist/cjs/WasmParser.d.ts

@@ -562,4 +562,4 @@ export declare const enum SectionCode {

i16x8_relaxed_q15mulr_s = 1036561,
i16x8_dot_i8x16_i7x16_s = 1036562,
i32x4_dot_i8x16_i7x16_add_s = 1036563,
i16x8_relaxed_dot_i8x16_i7x16_s = 1036562,
i32x4_relaxed_dot_i8x16_i7x16_add_s = 1036563,
struct_new = 64256,

@@ -566,0 +566,0 @@ struct_new_default = 64257,

@@ -106,2 +106,3 @@ import { BinaryReader } from "./WasmParser.js";

private typeIndexToString;
private refTypeToString;
private typeToString;

@@ -108,0 +109,0 @@ private maybeMut;

@@ -562,4 +562,4 @@ export declare const enum SectionCode {

i16x8_relaxed_q15mulr_s = 1036561,
i16x8_dot_i8x16_i7x16_s = 1036562,
i32x4_dot_i8x16_i7x16_add_s = 1036563,
i16x8_relaxed_dot_i8x16_i7x16_s = 1036562,
i32x4_relaxed_dot_i8x16_i7x16_add_s = 1036563,
struct_new = 64256,

@@ -566,0 +566,0 @@ struct_new_default = 64257,

{
"name": "wasmparser",
"version": "5.10.0",
"version": "5.11.0",
"description": "Binary WebAssembly file parser.",

@@ -5,0 +5,0 @@ "main": "dist/cjs/index.js",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc