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

create-miro-app

Package Overview
Dependencies
Maintainers
6
Versions
71
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 1.8.0 to 1.9.0

dist/all/client/README.md.template

17

dist/targets/client/react/cma-config.ts

@@ -8,2 +8,3 @@ import pc from 'picocolors';

} from '../../../../src/interfaces';
import {SharedTemplates} from '../../../../src/generatedTemplatesList';

@@ -15,2 +16,16 @@ const CONFIG: Framework = {

color: pc.cyan,
templates: [SharedTemplates.Client],
customPackageJSONFields: {
scripts: {
start: 'vite',
build: 'vite build',
serve: 'vite preview',
},
dependencies: {
mirotone: '3',
},
devDependencies: {
vite: '3.0.3',
},
},
variants: [

@@ -40,4 +55,4 @@ {

},
devDependencies: {
'@mirohq/websdk-types': 'latest',
'@types/react': '18.0.15',

@@ -44,0 +59,0 @@ '@types/react-dom': '18.0.6',

4

dist/targets/client/react/vite.config.js

@@ -5,3 +5,3 @@ import path from 'path';

import {defineConfig} from 'vite';
import reactRefresh from '@vitejs/plugin-react-refresh';
import react from '@vitejs/plugin-react';

@@ -28,3 +28,3 @@ // https://vitejs.dev/config/server-options.html#server-host

},
plugins: [reactRefresh()],
plugins: [react()],
server: {

@@ -31,0 +31,0 @@ port: 3000,

@@ -5,3 +5,3 @@ import path from 'path';

import {defineConfig} from 'vite';
import reactRefresh from '@vitejs/plugin-react-refresh';
import react from '@vitejs/plugin-react';

@@ -28,3 +28,3 @@ // https://vitejs.dev/config/server-options.html#server-host

},
plugins: [reactRefresh()],
plugins: [react()],
server: {

@@ -31,0 +31,0 @@ port: 3000,

@@ -8,2 +8,3 @@ import pc from 'picocolors';

} from '../../../../src/interfaces';
import {SharedTemplates} from '../../../../src/generatedTemplatesList';

@@ -15,2 +16,16 @@ const CONFIG: Framework = {

color: pc.yellow,
templates: [SharedTemplates.Client],
customPackageJSONFields: {
scripts: {
start: 'vite',
build: 'vite build',
serve: 'vite preview',
},
dependencies: {
mirotone: '3',
},
devDependencies: {
vite: '3.0.3',
},
},
variants: [

@@ -29,2 +44,3 @@ {

devDependencies: {
'@mirohq/websdk-types': 'latest',
...DEPENDENCIES.typescript,

@@ -31,0 +47,0 @@ },

@@ -8,2 +8,3 @@ import pc from 'picocolors';

} from '../../../../src/interfaces';
import {SharedTemplates} from '../../../../src/generatedTemplatesList';

@@ -15,2 +16,16 @@ const CONFIG: Framework = {

color: pc.green,
templates: [SharedTemplates.Client],
customPackageJSONFields: {
scripts: {
start: 'vite',
build: 'vite build',
serve: 'vite preview',
},
dependencies: {
mirotone: '3',
},
devDependencies: {
vite: '3.0.3',
},
},
variants: [

@@ -39,2 +54,3 @@ {

devDependencies: {
'@mirohq/websdk-types': 'latest',
...DEPENDENCIES.vitePluginVue,

@@ -41,0 +57,0 @@ ...DEPENDENCIES.typescript,

@@ -13,5 +13,14 @@ import pc from 'picocolors';

display: 'Miro Node Client Library with Express',
color: pc.red,
installationNote:
"This option is in BETA. Use with caution!! \nWe don't support JS yet with Express. ",
color: pc.blue,
customPackageJSONFields: {
scripts: {
start: 'vite',
build: 'vite build',
serve: 'vite preview',
},
devDependencies: {
vite: '3.0.3',
},
type: 'module',
},
variants: [

@@ -47,2 +56,3 @@ {

devDependencies: {
'@mirohq/websdk-types': 'latest',
...DEPENDENCIES.expressTypes,

@@ -49,0 +59,0 @@ ...DEPENDENCIES.expressCookieTypes,

@@ -8,2 +8,3 @@ import pc from 'picocolors';

} from '../../../../src/interfaces';
import {SharedTemplates} from '../../../../src/generatedTemplatesList';

@@ -15,2 +16,16 @@ const CONFIG: Framework = {

color: pc.cyan,
templates: [SharedTemplates.Client],
customPackageJSONFields: {
scripts: {
start: 'vite',
build: 'vite build',
serve: 'vite preview',
},
dependencies: {
mirotone: '3',
},
devDependencies: {
vite: '3.0.3',
},
},
variants: [

@@ -40,4 +55,4 @@ {

},
devDependencies: {
'@mirohq/websdk-types': 'latest',
'@types/react': '18.0.15',

@@ -44,0 +59,0 @@ '@types/react-dom': '18.0.6',

@@ -5,3 +5,3 @@ import path from 'path';

import {defineConfig} from 'vite';
import reactRefresh from '@vitejs/plugin-react-refresh';
import react from '@vitejs/plugin-react';

@@ -28,3 +28,3 @@ // https://vitejs.dev/config/server-options.html#server-host

},
plugins: [reactRefresh()],
plugins: [react()],
server: {

@@ -31,0 +31,0 @@ port: 3000,

@@ -5,3 +5,3 @@ import path from 'path';

import {defineConfig} from 'vite';
import reactRefresh from '@vitejs/plugin-react-refresh';
import react from '@vitejs/plugin-react';

@@ -28,3 +28,3 @@ // https://vitejs.dev/config/server-options.html#server-host

},
plugins: [reactRefresh()],
plugins: [react()],
server: {

@@ -31,0 +31,0 @@ port: 3000,

@@ -8,2 +8,3 @@ import pc from 'picocolors';

} from '../../../../src/interfaces';
import {SharedTemplates} from '../../../../src/generatedTemplatesList';

@@ -15,2 +16,16 @@ const CONFIG: Framework = {

color: pc.yellow,
templates: [SharedTemplates.Client],
customPackageJSONFields: {
scripts: {
start: 'vite',
build: 'vite build',
serve: 'vite preview',
},
dependencies: {
mirotone: '3',
},
devDependencies: {
vite: '3.0.3',
},
},
variants: [

@@ -29,2 +44,3 @@ {

devDependencies: {
'@mirohq/websdk-types': 'latest',
...DEPENDENCIES.typescript,

@@ -31,0 +47,0 @@ },

@@ -8,2 +8,3 @@ import pc from 'picocolors';

} from '../../../../src/interfaces';
import {SharedTemplates} from '../../../../src/generatedTemplatesList';

@@ -15,2 +16,16 @@ const CONFIG: Framework = {

color: pc.green,
templates: [SharedTemplates.Client],
customPackageJSONFields: {
scripts: {
start: 'vite',
build: 'vite build',
serve: 'vite preview',
},
dependencies: {
mirotone: '3',
},
devDependencies: {
vite: '3.0.3',
},
},
variants: [

@@ -39,2 +54,3 @@ {

devDependencies: {
'@mirohq/websdk-types': 'latest',
...DEPENDENCIES.vitePluginVue,

@@ -41,0 +57,0 @@ ...DEPENDENCIES.typescript,

@@ -13,5 +13,14 @@ import pc from 'picocolors';

display: 'Miro Node Client Library with Express',
color: pc.red,
installationNote:
"This option is in BETA. Use with caution!! \nWe don't support JS yet with Express. ",
color: pc.blue,
customPackageJSONFields: {
scripts: {
start: 'vite',
build: 'vite build',
serve: 'vite preview',
},
devDependencies: {
vite: '3.0.3',
},
type: 'module',
},
variants: [

@@ -47,2 +56,3 @@ {

devDependencies: {
'@mirohq/websdk-types': 'latest',
...DEPENDENCIES.expressTypes,

@@ -49,0 +59,0 @@ ...DEPENDENCIES.expressCookieTypes,

{
"name": "create-miro-app",
"version": "1.8.0",
"version": "1.9.0",
"keywords": [

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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