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.3.1 to 6.4.0

2

dist/index.js

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

};
const VALID_CHAR_REGEX = /[^a-zA-Z0-9_-]/g;
const VALID_CHAR_REGEX = /[^a-zA-Z0-9 _-]/g;
const getComponentName = (filePath) => {

@@ -34,0 +34,0 @@ if (!filePath)

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

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

"dependencies": {
"@svgr/plugin-jsx": "^6.3.1",
"@svgr/babel-preset": "^6.4.0",
"@svgr/plugin-jsx": "^6.4.0",
"camelcase": "^6.2.0",

@@ -49,3 +50,3 @@ "cosmiconfig": "^7.0.1"

},
"gitHead": "1dbc3e2c2027253b3b81b92fd4eb09a4aa8ae25e"
"gitHead": "fd423ae712087c34ba044ecb9016e862ca32eac1"
}

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