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

@cedx/esbuild-plugins

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cedx/esbuild-plugins - npm Package Compare versions

Comparing version 0.3.0 to 1.0.0

2

lib/index.js

@@ -1,5 +0,3 @@

export * from "./coffeescript.js";
export * from "./dedupe_modules.js";
export * from "./minify_html_literals.js";

7

package.json

@@ -9,3 +9,3 @@ {

"type": "module",
"version": "0.3.0",
"version": "1.0.0",
"author": {

@@ -17,3 +17,2 @@ "email": "cedric@belin.io",

"dependencies": {
"coffeescript": "^2.7.0",
"minify-html-literals": "^1.3.5",

@@ -24,5 +23,5 @@ "pkg-dir": "^8.0.0"

"@coffeelint/cli": "^5.2.11",
"@types/coffeescript": "^2.5.7",
"@types/gulp": "^4.0.17",
"@types/node": "^22.10.6",
"@types/node": "^22.10.7",
"esbuild": "^0.24.2",
"gulp": "^5.0.0"

@@ -29,0 +28,0 @@ },

@@ -17,5 +17,5 @@ import {Plugin} from "esbuild";

/**
* The path of the file system directory to use when resolving an import path.
* The path of the directory to use when resolving an import path.
*/
resolveDir: string;
}>;

@@ -1,3 +0,2 @@

export * from "./coffeescript.js";
export * from "./dedupe_modules.js";
export * from "./minify_html_literals.js";

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