Socket
Socket
Sign inDemoInstall

metro-hermes-compiler

Package Overview
Dependencies
0
Maintainers
2
Versions
46
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.75.1 to 0.76.0

4

package.json
{
"name": "metro-hermes-compiler",
"version": "0.75.1",
"version": "0.76.0",
"description": "🚇 Hermes bytecode compiler for Metro.",

@@ -16,4 +16,4 @@ "main": "src/index.js",

"engines": {
"node": ">=14.17.0"
"node": ">=16"
}
}

@@ -89,4 +89,3 @@ /**

// on the heap to avoid problems with large ones.
const sourceMapNotNull =
sourceMap !== null && sourceMap !== void 0 ? sourceMap : "";
const sourceMapNotNull = sourceMap ?? "";
const mapOnHeap = strdup(sourceMapNotNull);

@@ -93,0 +92,0 @@ let result;

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