Socket
Socket
Sign inDemoInstall

@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 4.3.1 to 4.3.2

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [4.3.2](https://github.com/smooth-code/svgr/tree/master/packages/core/compare/v4.3.1...v4.3.2) (2019-07-15)
**Note:** Version bump only for package @svgr/core
## [4.3.1](https://github.com/smooth-code/svgr/tree/master/packages/core/compare/v4.3.0...v4.3.1) (2019-07-01)

@@ -8,0 +16,0 @@

4

lib/config.js

@@ -79,3 +79,3 @@ "use strict";

const rcConfig = state.filePath && baseConfig.runtimeConfig !== false ? await resolveConfig(state.filePath, configFile) : {};
return _extends({}, DEFAULT_CONFIG, rcConfig, baseConfig);
return _extends({}, DEFAULT_CONFIG, {}, rcConfig, {}, baseConfig);
}

@@ -90,3 +90,3 @@

const rcConfig = state.filePath && baseConfig.runtimeConfig !== false ? resolveConfig.sync(state.filePath, configFile) : {};
return _extends({}, DEFAULT_CONFIG, rcConfig, baseConfig);
return _extends({}, DEFAULT_CONFIG, {}, rcConfig, {}, baseConfig);
};
{
"name": "@svgr/core",
"description": "Transform SVG into React Components.",
"version": "4.3.1",
"version": "4.3.2",
"main": "lib/index.js",

@@ -28,7 +28,7 @@ "repository": "https://github.com/smooth-code/svgr/tree/master/packages/core",

"dependencies": {
"@svgr/plugin-jsx": "^4.3.1",
"@svgr/plugin-jsx": "^4.3.2",
"camelcase": "^5.3.1",
"cosmiconfig": "^5.2.1"
},
"gitHead": "06e1e996a92289183fca0aabe4ba286e3a227f1b"
"gitHead": "85446119414d768be3ab660ed4a20930a59f8eb5"
}
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