Socket
Socket
Sign inDemoInstall

metro-transform-plugins

Package Overview
Dependencies
54
Maintainers
2
Versions
70
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.80.1 to 0.80.2

4

package.json
{
"name": "metro-transform-plugins",
"version": "0.80.1",
"version": "0.80.2",
"description": "πŸš‡ Transform plugins for Metro.",

@@ -29,3 +29,3 @@ "main": "src/index.js",

"babel-plugin-tester": "^6.0.1",
"metro": "0.80.1"
"metro": "0.80.2"
},

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

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

);
// $FlowFixMe[deprecated-type]
function isGlobal(binding) {

@@ -50,2 +52,4 @@ return !binding;

const isFlowDeclared = (binding) => t.isDeclareVariable(binding.path);
// $FlowFixMe[deprecated-type]
function isGlobalOrFlowDeclared(binding) {

@@ -52,0 +56,0 @@ return isGlobal(binding) || isFlowDeclared(binding);

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

);
// $FlowFixMe[deprecated-type]
function isGlobal(binding) {

@@ -110,0 +112,0 @@ return !binding;

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚑️ by Socket Inc