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

@chialab/estransform

Package Overview
Dependencies
Maintainers
2
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chialab/estransform - npm Package Compare versions

Comparing version 0.17.4 to 0.17.5

2

package.json
{
"name": "@chialab/estransform",
"type": "module",
"version": "0.17.4",
"version": "0.17.5",
"description": "Execute multiple transformations on JavaScript sources with full sourcemaps support.",

@@ -6,0 +6,0 @@ "main": "dist/index.js",

@@ -43,11 +43,3 @@ /**

code: string;
map: {
version: number;
sources: string[];
names: string[];
sourceRoot?: string | undefined;
sourcesContent?: string[] | undefined;
mappings: string;
file?: string | undefined;
} | import("magic-string").SourceMap | null;
map: any;
}>;

@@ -54,0 +46,0 @@ };

@@ -28,11 +28,3 @@ /**

*/
export function mergeSourcemaps(sourceMaps: SourceMap[]): Promise<{
version: number;
sources: string[];
names: string[];
sourceRoot?: string | undefined;
sourcesContent?: string[] | undefined;
mappings: string;
file?: string | undefined;
} | null>;
export function mergeSourcemaps(sourceMaps: SourceMap[]): Promise<any>;
/**

@@ -39,0 +31,0 @@ * @param {string} code

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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