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

@expo/config-plugins

Package Overview
Dependencies
Maintainers
27
Versions
171
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@expo/config-plugins - npm Package Compare versions

Comparing version 9.0.5 to 9.0.6

5

build/android/Paths.js

@@ -67,3 +67,6 @@ "use strict";

function getProjectFilePath(projectRoot, name) {
const filePath = (0, _glob().globSync)(path().join(projectRoot, `android/app/src/main/java/**/${name}.@(java|kt)`))[0];
const filePath = (0, _glob().globSync)(`android/app/src/main/java/**/${name}.@(java|kt)`, {
cwd: projectRoot,
absolute: true
})[0];
(0, _assert().default)(filePath, `Project file "${name}" does not exist in android project for root "${projectRoot}"`);

@@ -70,0 +73,0 @@ return filePath;

4

package.json
{
"name": "@expo/config-plugins",
"version": "9.0.5",
"version": "9.0.6",
"description": "A library for Expo config plugins",

@@ -60,3 +60,3 @@ "main": "build/index.js",

},
"gitHead": "d97ae0839fa465cee14e13ca38f3c6c84c124d82"
"gitHead": "a64603dce90981bf7688657f87dfa4be3e24f58b"
}

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