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

@craftamap/esbuild-plugin-html

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.3.1 to 0.3.2

5

lib/cjs/index.d.ts
import esbuild from 'esbuild';
interface Configuration {
export interface Configuration {
files: HtmlFileConfiguration[];
}
interface HtmlFileConfiguration {
export interface HtmlFileConfiguration {
filename: string;

@@ -15,2 +15,1 @@ entryPoints: string[];

export declare const htmlPlugin: (configuration?: Configuration) => esbuild.Plugin;
export {};

2

package.json
{
"name": "@craftamap/esbuild-plugin-html",
"version": "0.3.1",
"version": "0.3.2",
"main": "./lib/cjs/index.js",

@@ -5,0 +5,0 @@ "repository": {

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