Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vite-plugin-rollbar

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vite-plugin-rollbar - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7-beta.0

2

package.json
{
"name": "vite-plugin-rollbar",
"version": "0.0.6",
"version": "0.0.7-beta.0",
"description": "A Vite plugin to upload sourcemaps to Rollbar after build.",

@@ -5,0 +5,0 @@ "main": "./cjs/index.js",

@@ -61,3 +61,3 @@ // Custom rollup plugin for uploading rollbar deploys

},
name: 'rollbar-sourcemap-vite-plugin',
name: 'vite-plugin-rollbar',
async writeBundle() {

@@ -93,3 +93,3 @@ const files = await glob('./**/*.map', { cwd: outputDir })

Promise.all(
sourcemaps.forEach((asset) => {
sourcemaps.map((asset) => {
const form = new FormData()

@@ -96,0 +96,0 @@ form.append('access_token', accessToken)

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