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

@rsbuild/shared

Package Overview
Dependencies
Maintainers
3
Versions
193
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rsbuild/shared - npm Package Compare versions

Comparing version 0.6.3 to 0.6.4

9

dist/types/config/output.d.ts

@@ -163,2 +163,5 @@ import type { RspackConfig } from '../rspack';

export type InlineChunkTest = RegExp | InlineChunkTestFunction;
export type EmitAssets = (params: {
target: RsbuildTarget;
}) => boolean;
export interface OutputConfig {

@@ -259,2 +262,7 @@ /**

copy?: CopyPluginOptions | CopyPluginOptions['patterns'];
/**
* Whether to emit static assets such as image, font, etc.
* Return `false` to avoid outputting unnecessary assets for some scenarios such as SSR.
*/
emitAssets?: EmitAssets;
}

@@ -284,2 +292,3 @@ export type OverrideBrowserslist = string[] | Partial<Record<RsbuildTarget, string[]>>;

};
emitAssets: EmitAssets;
}

4

dist/url.d.ts

@@ -9,5 +9,5 @@ export declare const normalizeUrl: (url: string) => string;

export declare const getAddressUrls: ({ protocol, port, host, }: {
protocol?: string | undefined;
protocol?: string;
port: number;
host?: string | undefined;
host?: string;
}) => AddressUrl[];
{
"name": "@rsbuild/shared",
"version": "0.6.3",
"version": "0.6.4",
"description": "The internal shared modules and dependencies of Rsbuild.",

@@ -5,0 +5,0 @@ "homepage": "https://rsbuild.dev",

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