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 8.0.0 to 8.1.0

4

dist/index.js

@@ -120,3 +120,3 @@ 'use strict';

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

@@ -126,3 +126,3 @@ loadConfig.sync = (_c, state = {}) => {

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

@@ -129,0 +129,0 @@

{
"name": "@svgr/core",
"description": "Transform SVG into React Components.",
"version": "8.0.0",
"version": "8.1.0",
"main": "./dist/index.js",

@@ -42,3 +42,3 @@ "types": "./dist/index.d.ts",

"@babel/core": "^7.21.3",
"@svgr/babel-preset": "8.0.0",
"@svgr/babel-preset": "8.1.0",
"camelcase": "^6.2.0",

@@ -51,3 +51,3 @@ "cosmiconfig": "^8.1.3",

},
"gitHead": "52a1079681477587ef0d842c0e78531adf2d2520"
"gitHead": "772592e042be5063e782bfb8711d024b2fefc6b8"
}

Sorry, the diff of this file is not supported yet

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