@svgr/core
Advanced tools
Comparing version 6.0.0-alpha.0 to 6.0.0-alpha.1
{ | ||
"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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21425
236
1
6
1