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

create-miro-app

Package Overview
Dependencies
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-miro-app - npm Package Compare versions

Comparing version 0.8.1 to 0.8.2

16

dist/templates/react-ts/vite.config.js
const path = require('path');
const fs = require('fs');
const {defineConfig} = require('vite');

@@ -6,9 +7,16 @@ const mkcert = require('vite-plugin-mkcert').default;

// make sure vite picks up all html files in root
const allHtmlEntries = fs
.readdirSync('.')
.filter((file) => path.extname(file) === '.html')
.reduce((acc, file) => {
acc[path.basename(file, '.html')] = path.resolve(__dirname, file);
return acc;
}, {});
module.exports = defineConfig({
build: {
rollupOptions: {
input: {
index: path.resolve(__dirname, 'index.html'),
app: path.resolve(__dirname, 'app.html'),
},
input: allHtmlEntries,
},

@@ -15,0 +23,0 @@ },

const path = require('path');
const fs = require('fs');
const {defineConfig} = require('vite');

@@ -6,9 +7,16 @@ const mkcert = require('vite-plugin-mkcert').default;

// make sure vite picks up all html files in root
const allHtmlEntries = fs
.readdirSync('.')
.filter((file) => path.extname(file) === '.html')
.reduce((acc, file) => {
acc[path.basename(file, '.html')] = path.resolve(__dirname, file);
return acc;
}, {});
module.exports = defineConfig({
build: {
rollupOptions: {
input: {
index: path.resolve(__dirname, 'index.html'),
app: path.resolve(__dirname, 'app.html'),
},
input: allHtmlEntries,
},

@@ -15,0 +23,0 @@ },

const path = require('path');
const fs = require('fs');
const {defineConfig} = require('vite');
const mkcert = require('vite-plugin-mkcert').default;
// make sure vite picks up all html files in root
const allHtmlEntries = fs
.readdirSync('.')
.filter((file) => path.extname(file) === '.html')
.reduce((acc, file) => {
acc[path.basename(file, '.html')] = path.resolve(__dirname, file);
return acc;
}, {});
module.exports = defineConfig({
build: {
rollupOptions: {
input: {
index: path.resolve(__dirname, 'index.html'),
app: path.resolve(__dirname, 'app.html'),
},
input: allHtmlEntries,
},

@@ -13,0 +21,0 @@ },

const path = require('path');
const fs = require('fs');
const {defineConfig} = require('vite');
const mkcert = require('vite-plugin-mkcert').default;
// make sure vite picks up all html files in root
const allHtmlEntries = fs
.readdirSync('.')
.filter((file) => path.extname(file) === '.html')
.reduce((acc, file) => {
acc[path.basename(file, '.html')] = path.resolve(__dirname, file);
return acc;
}, {});
module.exports = defineConfig({
build: {
rollupOptions: {
input: {
index: path.resolve(__dirname, 'index.html'),
app: path.resolve(__dirname, 'app.html'),
},
input: allHtmlEntries,
},

@@ -13,0 +21,0 @@ },

{
"name": "create-miro-app",
"version": "0.8.1",
"version": "0.8.2",
"keywords": [

@@ -5,0 +5,0 @@ "miro",

Sorry, the diff of this file is too big to display

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