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

@brillout/vite-plugin-server-entry

Package Overview
Dependencies
Maintainers
0
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@brillout/vite-plugin-server-entry - npm Package Compare versions

Comparing version 0.4.11 to 0.4.12

2

dist/utils/assert.d.ts
export { assert };
export { assertUsage };
export { logLabel };
declare const logLabel: "[@brillout/vite-plugin-server-entry@0.4.11]";
declare const logLabel: "[@brillout/vite-plugin-server-entry@0.4.12]";
declare function assert(condition: unknown, debugInfo?: unknown): asserts condition;
declare function assertUsage(condition: unknown, errorMessage: string): asserts condition;

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

export declare const PROJECT_VERSION: "0.4.11";
export declare const PROJECT_VERSION: "0.4.12";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.PROJECT_VERSION = void 0;
exports.PROJECT_VERSION = '0.4.11';
exports.PROJECT_VERSION = '0.4.12';
export declare const projectInfo: {
projectName: "@brillout/vite-plugin-server-entry";
npmPackageName: "@brillout/vite-plugin-server-entry";
projectVersion: "0.4.11";
projectVersion: "0.4.12";
githubRepository: "https://github.com/brillout/vite-plugin-server-entry";
};
{
"name": "@brillout/vite-plugin-server-entry",
"version": "0.4.11",
"version": "0.4.12",
"repository": "https://github.com/brillout/vite-plugin-server-entry",

@@ -12,2 +12,3 @@ "dependencies": {

"./plugin.js": "./dist/plugin/index.js",
"./importServerEntry": "./dist/runtime/index.js",
"./importServerEntry.js": "./dist/runtime/index.js"

@@ -51,2 +52,5 @@ },

],
"importServerEntry": [
"./dist/runtime/index.d.ts"
],
"importServerEntry.js": [

@@ -53,0 +57,0 @@ "./dist/runtime/index.d.ts"

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