Socket
Socket
Sign inDemoInstall

@flareapp/vite-plugin-sourcemap-uploader

Package Overview
Dependencies
199
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

6

package.json
{
"name": "@flareapp/vite-plugin-sourcemap-uploader",
"version": "1.0.2",
"version": "1.0.3",
"main": "dist/index.js",

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

"typescript": "^4.9.4",
"vite": "^2.7||^3.0||^4.0"
"vite": "^2.7||^3.0||^4.0||^5.0"
},

@@ -40,3 +40,3 @@ "dependencies": {

"peerDependencies": {
"vite": "^2.7||^3.0||^4.0"
"vite": "^2.7||^3.0||^4.0||^5.0"
},

@@ -43,0 +43,0 @@ "publishConfig": {

@@ -16,5 +16,5 @@ # Vite plugin for sending sourcemaps to Flare

```bash
yarn add --dev @flareapp/vite-plugin-sourcemap-uploader
yarn add @flareapp/vite-plugin-sourcemap-uploader
# or
npm install --save-dev @flareapp/vite-plugin-sourcemap-uploader
npm install @flareapp/vite-plugin-sourcemap-uploader
```

@@ -21,0 +21,0 @@ Next, add the plugin to your `vite.config.js` file:

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