New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@flarehr/apollo-super-campaign

Package Overview
Dependencies
Maintainers
8
Versions
1908
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flarehr/apollo-super-campaign - npm Package Compare versions

Comparing version 0.1.47 to 0.1.48

dist/apollo-super-campaign.js

2

package.json
{
"name": "@flarehr/apollo-super-campaign",
"version": "0.1.47",
"version": "0.1.48",
"description": "Flare Apollo Campaign",

@@ -5,0 +5,0 @@ "license": "SEE LICENSE IN LICENSE.md",

import { defineConfig } from 'vite'
import preact from '@preact/preset-vite'
const entryFileName = 'apollo-super-campaign.js';
// https://vitejs.dev/config/

@@ -10,5 +12,19 @@ export default defineConfig(({command}) => {

build: {
sourcemap: true, // Enable source maps only for development
rollupOptions: {
output: {
manualChunks: false,
entryFileNames: entryFileName,
format: 'iife',
},
onLog(level, log, handler) {
if (level === 'warn') {
handler('info', log); // Azure Pipeline treats warnings as errors, so we log as info instead
} else {
handler(level, log);
}
},
},
chunkSizeWarningLimit: 1000,
},
};
})

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