Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@svgr/plugin-jsx

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@svgr/plugin-jsx - npm Package Compare versions

Comparing version 6.2.1 to 6.3.0

1

dist/index.js

@@ -61,2 +61,3 @@ 'use strict';

titleProp: config.titleProp,
descProp: config.descProp,
expandProps: config.expandProps,

@@ -63,0 +64,0 @@ dimensions: config.dimensions,

22

package.json
{
"name": "@svgr/plugin-jsx",
"description": "Transform SVG into JSX",
"version": "6.2.1",
"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/plugin-jsx",

@@ -34,8 +40,8 @@ "author": "Greg Bergé <berge.greg@gmail.com>",

"dependencies": {
"@babel/core": "^7.15.5",
"@svgr/babel-preset": "^6.2.0",
"@svgr/hast-util-to-babel-ast": "^6.2.1",
"svg-parser": "^2.0.2"
"@babel/core": "^7.18.5",
"@svgr/babel-preset": "^6.3.0",
"@svgr/hast-util-to-babel-ast": "^6.3.0",
"svg-parser": "^2.0.4"
},
"gitHead": "6158fe7027da781425d544d942f0996a973689c5"
"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