New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@chialab/esbuild-plugin-html

Package Overview
Dependencies
Maintainers
2
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chialab/esbuild-plugin-html - npm Package Compare versions

Comparing version 0.11.33 to 0.11.35

4

lib/index.js

@@ -146,3 +146,5 @@ import path from 'path';

const contents = filePath === fullInput && stdin ? stdin.contents : await readFile(filePath, 'utf-8');
const contents = filePath === fullInput && stdin ?
stdin.contents.toString() :
await readFile(filePath, 'utf-8');
const basePath = path.dirname(filePath);

@@ -149,0 +151,0 @@ const relativePath = `./${path.relative(sourceDir, basePath)}`;

{
"name": "@chialab/esbuild-plugin-html",
"type": "module",
"version": "0.11.33",
"version": "0.11.35",
"description": "A HTML loader plugin for esbuild.",

@@ -49,3 +49,3 @@ "main": "lib/index.js",

},
"gitHead": "dc3331e08d7eb0778f27921ec2cb7776ac0389ee"
"gitHead": "ea00bad06278de34a104d65a25c6dd8f4f422373"
}
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