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.2 to 9.0.3

14

build/utils/plugin-resolver.js

@@ -76,2 +76,16 @@ "use strict";

}
const packageMainEntry = _resolveFrom().default.silent(projectRoot, pluginReference);
if (packageMainEntry) {
const relativePluginPath = packageMainEntry.replace(projectRoot, '').replace(/^\//, '');
console.warn(`"${pluginReference}" config plugin is being resolved from its package.json main entry (${relativePluginPath}).
This approach is deprecated and will throw an error in Expo SDK53.
To fix this:
1. Report this issue to the maintainer of "${pluginReference}" - they need to migrate to using \`app.plugin.js\` instead.
2. For immediate unblocking, reference the config plugin file directly: ${relativePluginPath}`);
return {
isPluginFile: false,
filePath: packageMainEntry
};
}
}

@@ -78,0 +92,0 @@ throw new (_errors().PluginError)(`Failed to resolve plugin for module "${pluginReference}" relative to "${projectRoot}"`, 'PLUGIN_NOT_FOUND');

4

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

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

},
"gitHead": "0a07b965c4bef67e7718355a0dc770d524ad3cee"
"gitHead": "fc8a1408cab82e003dd2424db2994d7dea958067"
}

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