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.2.1 to 6.3.0

5

dist/index.d.ts

@@ -24,2 +24,3 @@ import { Options } from 'prettier';

titleProp?: boolean;
descProp?: boolean;
expandProps?: boolean | 'start' | 'end';

@@ -55,4 +56,4 @@ dimensions?: boolean;

declare const resolveConfig: {
(searchFrom?: string | undefined, configFile?: string | undefined): Promise<Config | null>;
sync(searchFrom?: string | undefined, configFile?: string | undefined): Config | null;
(searchFrom?: string, configFile?: string): Promise<Config | null>;
sync(searchFrom?: string, configFile?: string): Config | null;
};

@@ -59,0 +60,0 @@ declare const resolveConfigFile: {

1

dist/index.js

@@ -91,2 +91,3 @@ 'use strict';

titleProp: false,
descProp: false,
runtimeConfig: true,

@@ -93,0 +94,0 @@ namedExport: "ReactComponent",

{
"name": "@svgr/core",
"description": "Transform SVG into React Components.",
"version": "6.2.1",
"version": "6.3.0",
"main": "./dist/index.js",
"exports": "./dist/index.js",
"typings": "./dist/index.d.ts",
"types": "./dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./package.json": "./package.json"
},
"repository": "https://github.com/gregberge/svgr/tree/master/packages/core",

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

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

@@ -37,3 +42,3 @@ "funding": {

"dependencies": {
"@svgr/plugin-jsx": "^6.2.1",
"@svgr/plugin-jsx": "^6.3.0",
"camelcase": "^6.2.0",

@@ -43,5 +48,5 @@ "cosmiconfig": "^7.0.1"

"devDependencies": {
"@types/svgo": "^2.6.0"
"@types/svgo": "^2.6.3"
},
"gitHead": "6158fe7027da781425d544d942f0996a973689c5"
"gitHead": "d29884e118288a36fb68bd939983824b0d81fc8a"
}

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