Socket
Socket
Sign inDemoInstall

@svgr/babel-plugin-add-jsx-attribute

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@svgr/babel-plugin-add-jsx-attribute - npm Package Compare versions

Comparing version 5.4.0 to 6.0.0-alpha.1

dist/index.d.ts

17

package.json
{
"name": "@svgr/babel-plugin-add-jsx-attribute",
"description": "Add JSX attribute",
"version": "5.4.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-plugin-add-jsx-attribute",

@@ -23,8 +25,11 @@ "author": "Greg Bergé <berge.greg@gmail.com>",

"license": "MIT",
"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"
},
"gitHead": "e9c9d2fbfbce7a6879c90cd8522101caf2406d42"
"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