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
1
Versions
38
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.2 to 0.4.3

2

dist/plugin/index.d.ts

@@ -15,3 +15,3 @@ export { serverEntryPlugin };

*/
declare function serverEntryPlugin(pluginConfigProvidedByLibrary: PluginConfigProvidedByLibrary): Plugin_;
declare function serverEntryPlugin(pluginConfigProvidedByLibrary: PluginConfigProvidedByLibrary): Plugin_[];
declare type Plugin_ = any;

@@ -18,0 +18,0 @@ declare function findServerEntry<OutputBundle extends Record<string, {

export { assert };
export { assertUsage };
export { logLabel };
declare const logLabel: "[@brillout/vite-plugin-server-entry@0.4.2]";
declare const logLabel: "[@brillout/vite-plugin-server-entry@0.4.3]";
declare function assert(condition: unknown, debugInfo?: unknown): asserts condition;
declare function assertUsage(condition: unknown, errorMessage: string): asserts condition;
export declare const projectInfo: {
projectName: "@brillout/vite-plugin-server-entry";
npmPackageName: "@brillout/vite-plugin-server-entry";
projectVersion: "0.4.2";
projectVersion: "0.4.3";
githubRepository: "https://github.com/brillout/vite-plugin-server-entry";
};
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.projectInfo = void 0;
const PROJECT_VERSION = '0.4.2';
const PROJECT_VERSION = '0.4.3';
exports.projectInfo = {

@@ -6,0 +6,0 @@ projectName: '@brillout/vite-plugin-server-entry',

{
"name": "@brillout/vite-plugin-server-entry",
"version": "0.4.2",
"version": "0.4.3",
"dependencies": {

@@ -5,0 +5,0 @@ "@brillout/import": "^0.2.3"

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