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

@chialab/esbuild-plugin-meta-url

Package Overview
Dependencies
Maintainers
2
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chialab/esbuild-plugin-meta-url - npm Package Compare versions

Comparing version 0.17.5 to 0.17.6

4

lib/index.js

@@ -217,3 +217,3 @@ import path from 'path';

const { outputFiles } = await build.emitChunk({
path: `./${entryPoint}`,
path: `./${path.relative(workingDir, resolvedPath)}`,
write: false,

@@ -245,3 +245,3 @@ });

helpers.overwrite(startToken.start, endToken.end, `new URL('./${entryPoint}', ${baseUrl})`);
helpers.overwrite(startToken.start, endToken.end, `new URL('./${entryPoint.split(path.sep).join('/')}', ${baseUrl})`);
return;

@@ -248,0 +248,0 @@ }

{
"name": "@chialab/esbuild-plugin-meta-url",
"type": "module",
"version": "0.17.5",
"version": "0.17.6",
"description": "A file loader plugin for esbuild for constructed URLs using import metadata.",

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

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