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

@vkontakte/create-vk-mini-app

Package Overview
Dependencies
Maintainers
3
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vkontakte/create-vk-mini-app - npm Package Compare versions

Comparing version 2.0.9 to 2.0.10

4

CHANGELOG.md

@@ -0,1 +1,5 @@

## v2.0.10
- Добавили настройки vite для hot-reload @vkontakte/vk-tunnel.
## v2.0.7

@@ -2,0 +6,0 @@

2

package.json
{
"name": "@vkontakte/create-vk-mini-app",
"version": "2.0.9",
"version": "2.0.10",
"description": "VK Mini Apps Boilerplate",

@@ -5,0 +5,0 @@ "repository": "https://github.com/VKCOM/create-vk-mini-app",

@@ -149,2 +149,2 @@ # create-vk-mini-app

6. Отправьте MR нам на проверку.
6. Отправьте MR нам на проверку.

@@ -59,2 +59,11 @@ import { defineConfig, transformWithEsbuild } from 'vite';

server: {
port: 5173,
host: 'localhost',
hmr: {
protocol: 'ws',
host: 'localhost',
},
},
build: {

@@ -61,0 +70,0 @@ outDir: 'build',

@@ -59,2 +59,11 @@ import { defineConfig, transformWithEsbuild } from 'vite';

server: {
port: 5173,
host: 'localhost',
hmr: {
protocol: 'ws',
host: 'localhost',
},
},
build: {

@@ -61,0 +70,0 @@ outDir: 'build',

@@ -35,2 +35,11 @@ import { defineConfig } from 'vite';

server: {
port: 5173,
host: 'localhost',
hmr: {
protocol: 'ws',
host: 'localhost',
},
},
build: {

@@ -37,0 +46,0 @@ outDir: 'build',

@@ -35,2 +35,11 @@ import { defineConfig } from 'vite';

server: {
port: 5173,
host: 'localhost',
hmr: {
protocol: 'ws',
host: 'localhost',
},
},
build: {

@@ -37,0 +46,0 @@ outDir: 'build',

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