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

@react-native-community/cli-hermes

Package Overview
Dependencies
Maintainers
41
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-native-community/cli-hermes - npm Package Compare versions

Comparing version 7.0.1 to 8.0.0-alpha.0

2

build/profileHermes/downloadProfile.js

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

const androidProject = (0, _cliPlatformAndroid().getAndroidProject)(ctx);
const packageNameWithSuffix = [appId || (0, _cliPlatformAndroid().getPackageName)(androidProject), appIdSuffix].filter(Boolean).join('.'); // If file name is not specified, pull the latest file from device
const packageNameWithSuffix = [appId || androidProject.packageName, appIdSuffix].filter(Boolean).join('.'); // If file name is not specified, pull the latest file from device

@@ -120,0 +120,0 @@ const file = filename || getLatestFile(packageNameWithSuffix);

{
"name": "@react-native-community/cli-hermes",
"version": "7.0.1",
"version": "8.0.0-alpha.0",
"license": "MIT",

@@ -11,4 +11,4 @@ "main": "build/index.js",

"dependencies": {
"@react-native-community/cli-platform-android": "^7.0.1",
"@react-native-community/cli-tools": "^7.0.1",
"@react-native-community/cli-platform-android": "^8.0.0-alpha.0",
"@react-native-community/cli-tools": "^8.0.0-alpha.0",
"chalk": "^4.1.2",

@@ -24,3 +24,3 @@ "hermes-profile-transformer": "^0.0.6",

"devDependencies": {
"@react-native-community/cli-types": "^7.0.1",
"@react-native-community/cli-types": "^8.0.0-alpha.0",
"@types/ip": "^1.1.0"

@@ -27,0 +27,0 @@ },

Sorry, the diff of this file is not supported yet

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