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.5.0 to 0.5.1

2

dist/runtime/importServerProductionEntry.d.ts
export { importServerProductionEntry };
declare function importServerProductionEntry({ tolerateNotFound, outDir }?: {
tolerateNotFound?: true;
tolerateNotFound?: boolean;
outDir?: string;
}): Promise<null | boolean>;
export { assert };
export { assertUsage };
export { logLabel };
declare const logLabel: "[@brillout/vite-plugin-server-entry@0.5.0]";
declare const logLabel: "[@brillout/vite-plugin-server-entry@0.5.1]";
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.5.0";
export declare const PROJECT_VERSION: "0.5.1";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.PROJECT_VERSION = void 0;
exports.PROJECT_VERSION = '0.5.0';
exports.PROJECT_VERSION = '0.5.1';
export declare const projectInfo: {
projectName: "@brillout/vite-plugin-server-entry";
npmPackageName: "@brillout/vite-plugin-server-entry";
projectVersion: "0.5.0";
projectVersion: "0.5.1";
githubRepository: "https://github.com/brillout/vite-plugin-server-entry";
};
{
"name": "@brillout/vite-plugin-server-entry",
"version": "0.5.0",
"version": "0.5.1",
"repository": "https://github.com/brillout/vite-plugin-server-entry",

@@ -5,0 +5,0 @@ "dependencies": {

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