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

@hubspot/cms-dev-server

Package Overview
Dependencies
Maintainers
23
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hubspot/cms-dev-server - npm Package Compare versions

Comparing version

to
0.8.1

5

dist/index.js

@@ -9,3 +9,3 @@ // src/createViteDevServer.ts

var viteCommand;
function resolveIslandPlugin() {
function resolveIslandPlugin(islandsSet) {
return {

@@ -29,2 +29,5 @@ enforce: "pre",

const moduleId = (viteCommand === "serve" ? idWithNoParam : modulePath).concat("?client-entry");
if (islandsSet) {
islandsSet.add(moduleId);
}
return `

@@ -31,0 +34,0 @@ const moduleId = '${moduleId}';

@@ -201,3 +201,3 @@ // ../cms-js-internal/dist/index.js

var viteCommand;
function resolveIslandPlugin() {
function resolveIslandPlugin(islandsSet) {
return {

@@ -221,2 +221,5 @@ enforce: "pre",

const moduleId = (viteCommand === "serve" ? idWithNoParam : modulePath).concat("?client-entry");
if (islandsSet) {
islandsSet.add(moduleId);
}
return `

@@ -223,0 +226,0 @@ const moduleId = '${moduleId}';

@@ -128,3 +128,3 @@ var __defProp = Object.defineProperty;

}
function resolveIslandPlugin() {
function resolveIslandPlugin(islandsSet) {
return {

@@ -148,2 +148,5 @@ enforce: "pre",

const moduleId = (viteCommand === "serve" ? idWithNoParam : modulePath).concat("?client-entry");
if (islandsSet) {
islandsSet.add(moduleId);
}
return `

@@ -150,0 +153,0 @@ const moduleId = '${moduleId}';

6

package.json
{
"name": "@hubspot/cms-dev-server",
"version": "0.8.0",
"version": "0.8.1",
"license": "Apache-2.0",

@@ -28,3 +28,3 @@ "type": "module",

"@hubspot/cli-lib": "^3.0.12",
"@hubspot/cms-components": "^0.8.0",
"@hubspot/cms-components": "^0.8.1",
"@originjs/vite-plugin-commonjs": "^1.0.3",

@@ -104,3 +104,3 @@ "@storybook/addon-actions": "7.0.7",

},
"gitHead": "554152ecb8091d5484f085c82a2ccecf6ce467d4"
"gitHead": "04a7200e723321f2179d2487979aa32f9b6690c6"
}

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