New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

shopify-react-native-performance-expo-plugin

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shopify-react-native-performance-expo-plugin - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

4

build/index.d.ts
import { ConfigPlugin } from "@expo/config-plugins";
declare const withShopifyPerformance: ConfigPlugin<{
declare const _default: ConfigPlugin<{
name?: string;
}>;
export default withShopifyPerformance;
export default _default;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const config_plugins_1 = require("@expo/config-plugins");
const withPerformance_android_1 = require("./withPerformance.android");
const withPerformance_ios_1 = require("./withPerformance.ios");
const withShopifyPerformance = (config, { name = "shopify-react-native-performance-expo-plugin" } = {}) => {
const withShopifyPerformance = (config, _props) => {
config = (0, withPerformance_android_1.withAndroidMainApplicationSetup)(config);
config = (0, withPerformance_ios_1.withIOSAppDelegateSetup)(config);
config.name = name;
return config;
};
exports.default = withShopifyPerformance;
exports.default = (0, config_plugins_1.createRunOncePlugin)(withShopifyPerformance, "shopify-react-native-performance-expo-plugin");
{
"name": "shopify-react-native-performance-expo-plugin",
"version": "1.0.1",
"version": "1.0.2",
"description": "Expo plugin to setup the native code for the @shopify/react-native-performance in expo managed workflow",

@@ -5,0 +5,0 @@ "main": "build/index.js",

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