Socket
Socket
Sign inDemoInstall

metro-transform-plugins

Package Overview
Dependencies
Maintainers
2
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

metro-transform-plugins - npm Package Compare versions

Comparing version 0.77.0 to 0.78.0

src/inline-requires-plugin.js

6

package.json
{
"name": "metro-transform-plugins",
"version": "0.77.0",
"version": "0.78.0",
"description": "🚇 Transform plugins for Metro.",

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

"@babel/plugin-transform-flow-strip-types": "^7.20.0",
"@babel/plugin-transform-modules-commonjs": "^7.0.0",
"@babel/types": "^7.20.0",
"metro": "0.77.0"
"babel-plugin-tester": "^6.0.1",
"metro": "0.78.0"
},

@@ -30,0 +32,0 @@ "engines": {

@@ -14,2 +14,4 @@ /**

// TODO: Type this properly
module.exports = {

@@ -33,2 +35,7 @@ // $FlowIgnore[unsafe-getters-setters]

// $FlowIgnore[unsafe-getters-setters]
get inlineRequiresPlugin() {
// $FlowFixMe[untyped-import]
return require("./inline-requires-plugin");
},
// $FlowIgnore[unsafe-getters-setters]
get normalizePseudoGlobals() {

@@ -35,0 +42,0 @@ return require("./normalizePseudoGlobals");

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