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

@svgr/babel-preset

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@svgr/babel-preset - npm Package Compare versions

Comparing version 6.0.0-alpha.0 to 6.0.0-alpha.1

dist/index.d.ts

37

package.json
{
"name": "@svgr/babel-preset",
"description": "SVGR preset that apply transformations from config",
"version": "6.0.0-alpha.0",
"main": "lib/index.js",
"version": "6.0.0-alpha.1",
"main": "./dist/index.js",
"exports": "./dist/index.js",
"typings": "./dist/index.d.ts",
"repository": "https://github.com/gregberge/svgr/tree/master/packages/babel-preset",

@@ -24,18 +26,21 @@ "author": "Greg Bergé <berge.greg@gmail.com>",

"license": "MIT",
"dependencies": {
"@svgr/babel-plugin-add-jsx-attribute": "^6.0.0-alpha.1",
"@svgr/babel-plugin-remove-jsx-attribute": "^6.0.0-alpha.1",
"@svgr/babel-plugin-remove-jsx-empty-expression": "^6.0.0-alpha.1",
"@svgr/babel-plugin-replace-jsx-attribute-value": "^6.0.0-alpha.1",
"@svgr/babel-plugin-svg-dynamic-title": "^6.0.0-alpha.1",
"@svgr/babel-plugin-svg-em-dimensions": "^6.0.0-alpha.1",
"@svgr/babel-plugin-transform-react-native-svg": "^6.0.0-alpha.1",
"@svgr/babel-plugin-transform-svg-component": "^6.0.0-alpha.1"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"scripts": {
"prebuild": "rm -rf lib/",
"build": "babel --config-file ../../babel.config.js -d lib --ignore \"**/*.test.js\" src",
"prepublishOnly": "yarn run build"
"reset": "rm -rf dist",
"build": "rollup -c ../../build/rollup.config.js",
"prepublishOnly": "npm run reset && npm run build"
},
"dependencies": {
"@svgr/babel-plugin-add-jsx-attribute": "^5.4.0",
"@svgr/babel-plugin-remove-jsx-attribute": "^5.4.0",
"@svgr/babel-plugin-remove-jsx-empty-expression": "^5.0.1",
"@svgr/babel-plugin-replace-jsx-attribute-value": "^5.0.1",
"@svgr/babel-plugin-svg-dynamic-title": "^5.4.0",
"@svgr/babel-plugin-svg-em-dimensions": "^5.4.0",
"@svgr/babel-plugin-transform-react-native-svg": "^5.4.0",
"@svgr/babel-plugin-transform-svg-component": "^6.0.0-alpha.0"
},
"gitHead": "4ab46a3a4f7b9aa589e991c98058473b8bd48af6"
"gitHead": "22e2736665552263fff88683e1551b8ad852b150"
}
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