Socket
Socket
Sign inDemoInstall

@esbuild/android-arm

Package Overview
Dependencies
Maintainers
2
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@esbuild/android-arm - npm Package Compare versions

Comparing version 0.17.5 to 0.17.6

2

package.json
{
"name": "@esbuild/android-arm",
"version": "0.17.5",
"version": "0.17.6",
"description": "A WebAssembly shim for esbuild on Android ARM.",

@@ -5,0 +5,0 @@ "repository": "https://github.com/evanw/esbuild",

@@ -22,4 +22,4 @@ // Copyright 2018 The Go Authors. All rights reserved.

if (nl != -1) {
console.log(outputBuf.substr(0, nl));
outputBuf = outputBuf.substr(nl + 1);
console.log(outputBuf.substring(0, nl));
outputBuf = outputBuf.substring(nl + 1);
}

@@ -26,0 +26,0 @@ return buf.length;

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