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

@svgr/core

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@svgr/core - npm Package Compare versions

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

dist/index.d.ts

21

package.json
{
"name": "@svgr/core",
"description": "Transform SVG into React Components.",
"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/core",

@@ -21,3 +23,3 @@ "author": "Greg Bergé <berge.greg@gmail.com>",

},
"types": "src",
"types": "lib/index.d.ts",
"homepage": "https://react-svgr.com",

@@ -30,12 +32,15 @@ "funding": {

"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/plugin-jsx": "^6.0.0-alpha.0",
"@svgr/plugin-jsx": "^6.0.0-alpha.1",
"camelcase": "^6.2.0",
"cosmiconfig": "^7.0.1"
},
"gitHead": "4ab46a3a4f7b9aa589e991c98058473b8bd48af6"
"devDependencies": {
"@types/svgo": "^2.6.0"
},
"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