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

@svgr/webpack

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@svgr/webpack - npm Package Compare versions

Comparing version 6.1.2 to 6.2.0

10

package.json
{
"name": "@svgr/webpack",
"description": "SVGR webpack loader.",
"version": "6.1.2",
"version": "6.2.0",
"main": "./dist/index.js",

@@ -40,5 +40,5 @@ "exports": "./dist/index.js",

"@babel/preset-typescript": "^7.15.0",
"@svgr/core": "^6.1.2",
"@svgr/plugin-jsx": "^6.1.2",
"@svgr/plugin-svgo": "^6.1.2"
"@svgr/core": "^6.2.0",
"@svgr/plugin-jsx": "^6.2.0",
"@svgr/plugin-svgo": "^6.2.0"
},

@@ -51,3 +51,3 @@ "devDependencies": {

},
"gitHead": "39913892ef19bc4224812e69856aa0daf71d5f23"
"gitHead": "ba84ff56c2ec8487235cabf2f841b72d04cba95b"
}

@@ -86,3 +86,3 @@ # @svgr/webpack

By default, `@svgr/webpack` includes a `babel-loader` with [an optimized configuration](https://github.com/gregberge/svgr/blob/master/packages/webpack/src/index.js). In some case you may want to apply a custom one (if you are using Preact for an example). You can turn off Babel transformation by specifying `babel: false` in options.
By default, `@svgr/webpack` includes a `babel-loader` with [an optimized configuration](https://github.com/gregberge/svgr/blob/main/packages/webpack/src/index.ts). In some case you may want to apply a custom one (if you are using Preact for an example). You can turn off Babel transformation by specifying `babel: false` in options.

@@ -89,0 +89,0 @@ ```js

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