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

@dr.pogodin/babel-preset-svgr

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dr.pogodin/babel-preset-svgr - npm Package Compare versions

Comparing version 1.6.0 to 1.7.0

18

package.json
{
"name": "@dr.pogodin/babel-preset-svgr",
"version": "1.6.0",
"version": "1.7.0",
"description": "Babel preset for SVG import into React apps.",

@@ -32,7 +32,7 @@ "main": "index.js",

"devDependencies": {
"@babel/core": "^7.21.3",
"@babel/preset-env": "^7.20.2",
"@babel/core": "^7.21.8",
"@babel/preset-env": "^7.21.5",
"@babel/preset-react": "^7.18.6",
"babel-jest": "^29.5.0",
"eslint": "^8.37.0",
"eslint": "^8.40.0",
"eslint-config-airbnb": "^19.0.4",

@@ -49,10 +49,10 @@ "eslint-plugin-import": "^2.27.5",

"dependencies": {
"@svgr/core": "^7.0.0",
"@svgr/plugin-jsx": "^7.0.0",
"@svgr/plugin-prettier": "^7.0.0",
"@svgr/plugin-svgo": "^7.0.0"
"@svgr/core": "^8.0.0",
"@svgr/plugin-jsx": "^8.0.1",
"@svgr/plugin-prettier": "^8.0.1",
"@svgr/plugin-svgo": "^8.0.1"
},
"peerDependencies": {
"@babel/parser": "^7.21.3"
"@babel/parser": "^7.21.8"
}
}

@@ -7,5 +7,6 @@ # Babel Preset SVGR

[![GitHub Repo stars](https://img.shields.io/github/stars/birdofpreyru/babel-preset-svgr?style=social)](https://github.com/birdofpreyru/babel-preset-svgr)
[![Dr. Pogodin Studio](https://raw.githubusercontent.com/birdofpreyru/babel-preset-svgr/master/.README/logo-dr-pogodin-studio.svg)](https://dr.pogodin.studio/docs/babel-preset-svgr)
[SVGR](https://github.com/smooth-code/svgr) is the most popular library for
importing SVG images into React applications (~1.8M weekly downloads).
importing SVG images into React applications (~5.8M weekly downloads).
It provides SVG Webpack loader, Node API, and CLI tool, but there was no

@@ -20,3 +21,3 @@ way to use it with Babel (see https://github.com/smooth-code/svgr/issues/306,

[![Sponsor](.README/sponsor.png)](https://github.com/sponsors/birdofpreyru)
[![Sponsor](https://raw.githubusercontent.com/birdofpreyru/babel-preset-svgr/master/.README/sponsor.svg)](https://github.com/sponsors/birdofpreyru)

@@ -23,0 +24,0 @@ ### Content

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