Socket
Socket
Sign inDemoInstall

@svgr/babel-plugin-transform-react-native-svg

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@svgr/babel-plugin-transform-react-native-svg - npm Package Compare versions

Comparing version 6.0.0 to 6.3.0

4

dist/index.js

@@ -86,4 +86,4 @@ 'use strict';

Program(path, state) {
state.replacedComponents = new Set();
state.unsupportedComponents = new Set();
state.replacedComponents = /* @__PURE__ */ new Set();
state.unsupportedComponents = /* @__PURE__ */ new Set();
path.traverse(svgElementVisitor, state);

@@ -90,0 +90,0 @@ path.traverse(importDeclarationVisitor, state);

{
"name": "@svgr/babel-plugin-transform-react-native-svg",
"description": "Transform DOM elements into react-native-svg components",
"version": "6.0.0",
"version": "6.3.0",
"main": "./dist/index.js",
"exports": "./dist/index.js",
"typings": "./dist/index.d.ts",
"types": "./dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./package.json": "./package.json"
},
"repository": "https://github.com/gregberge/svgr/tree/master/packages/babel-plugin-transform-react-native-svg",

@@ -33,3 +39,3 @@ "author": "Greg Bergé <berge.greg@gmail.com>",

},
"gitHead": "af9a6cbd4387180c7d6683713330a7ffcfb600e9"
"gitHead": "d29884e118288a36fb68bd939983824b0d81fc8a"
}

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