New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

as-wasi

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

as-wasi - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

4

assembly/as-wasi.ts

@@ -365,3 +365,3 @@ import {

}
return read <= 0 ? null : data;
return read < 0 ? null : data;
}

@@ -398,3 +398,3 @@

}
return read <= 0 ? null : data;
return read < 0 ? null : data;
}

@@ -401,0 +401,0 @@

{
"name": "as-wasi",
"version": "0.4.1",
"version": "0.4.2",
"scripts": {

@@ -5,0 +5,0 @@ "asbuild:untouched": "asc assembly/index.ts -b build/untouched.wasm -t build/untouched.wat --use abort=wasi_abort --debug",

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