Socket
Socket
Sign inDemoInstall

vite-plugin-svgr

Package Overview
Dependencies
256
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.0 to 3.2.0

dist/index.cjs

7

package.json
{
"name": "vite-plugin-svgr",
"version": "3.1.0",
"version": "3.2.0",
"description": "Vite plugin to transform SVGs into React components",

@@ -11,3 +11,4 @@ "type": "module",

"types": "./dist/index.d.ts",
"import": "./dist/index.js"
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},

@@ -20,3 +21,3 @@ "./client": {

"dev": "tsc --watch",
"build": "tsc",
"build": "tsc --module commonjs && mv dist/index.js dist/index.cjs && tsc",
"prepare": "npm run build"

@@ -23,0 +24,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc