create-miro-app
Advanced tools
Comparing version 1.8.0 to 1.9.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.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, |
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 2 instances in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
900263
115
3628
45
19