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

@webassemblyjs/leb128

Package Overview
Dependencies
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webassemblyjs/leb128 - npm Package Compare versions

Comparing version 1.6.0 to 1.7.0-0

esm/bits.js

4

lib/index.js

@@ -19,3 +19,3 @@ "use strict";

/**
* According to https://webassembly.github.io/spec/binary/values.html#binary-int
* According to https://webassembly.github.io/spec/core/binary/values.html#binary-int
* max = ceil(32/7)

@@ -25,3 +25,3 @@ */

/**
* According to https://webassembly.github.io/spec/binary/values.html#binary-int
* According to https://webassembly.github.io/spec/core/binary/values.html#binary-int
* max = ceil(64/7)

@@ -28,0 +28,0 @@ */

{
"name": "@webassemblyjs/leb128",
"version": "1.6.0",
"version": "1.7.0-0",
"description": "LEB128 decoder and encoder",
"license": "MIT",
"main": "lib/index.js",
"module": "esm/index.js",
"scripts": {

@@ -8,0 +9,0 @@ "test": "echo \"Error: no test specified\" && exit 1"

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