Socket
Socket
Sign inDemoInstall

magic-string

Package Overview
Dependencies
1
Maintainers
4
Versions
114
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.30.4 to 0.30.5

8

dist/magic-string.cjs.d.ts

@@ -40,3 +40,3 @@ export interface BundleOptions {

sources: string[];
sourcesContent: (string | null)[];
sourcesContent?: string[];
names: string[];

@@ -53,3 +53,3 @@ mappings: SourceMapSegment[][];

sources: string[];
sourcesContent: (string | null)[];
sourcesContent?: string[];
names: string[];

@@ -85,4 +85,4 @@ mappings: string;

clone(): Bundle;
generateMap(options?: SourceMapOptions): SourceMap;
generateDecodedMap(options?: SourceMapOptions): DecodedSourceMap;
generateMap(options?: SourceMapOptions): Omit<SourceMap, 'sourcesContent'> & { sourcesContent: Array<string | null> };
generateDecodedMap(options?: SourceMapOptions): Omit<DecodedSourceMap, 'sourcesContent'> & { sourcesContent: Array<string | null> };
getIndentString(): string;

@@ -89,0 +89,0 @@ indent(indentStr?: string): Bundle;

{
"name": "magic-string",
"version": "0.30.4",
"version": "0.30.5",
"description": "Modify strings, generate sourcemaps",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc