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.15.39 to 0.15.40

4

lib/index.js
import path from 'path';
import { isUrl, appendSearchParam } from '@chialab/node-resolve';
import { isUrl } from '@chialab/node-resolve';
import { parse, walk, getIdentifierValue, getBlock, getLocation, TokenType } from '@chialab/estransform';

@@ -214,3 +214,3 @@ import { useRna } from '@chialab/esbuild-rna';

} else {
entryPoint = appendSearchParam(`./${path.relative(path.dirname(args.path), resolvedPath)}`, 'emit', isChunk ? 'chunk' : 'file');
entryPoint = `./${path.relative(path.dirname(args.path), resolvedPath)}`;
}

@@ -217,0 +217,0 @@

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

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

],
"scripts": {
"types": "rimraf './{types,*.tsbuildinfo}' && tsc -b",
"prepack": "yarn types"
},
"files": [

@@ -38,3 +34,3 @@ "lib",

"dependencies": {
"@chialab/esbuild-rna": "^0.15.38",
"@chialab/esbuild-rna": "^0.15.39",
"@chialab/estransform": "^0.15.28",

@@ -45,5 +41,4 @@ "@chialab/node-resolve": "^0.15.28"

"esbuild": "^0.14.8",
"rimraf": "^3.0.2",
"typescript": "^4.3.0"
}
}
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