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

@chialab/esbuild-plugin-transform

Package Overview
Dependencies
Maintainers
2
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.11.13 to 0.11.35

2

lib/index.js

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

if (args.path === fullInput && stdin) {
entry = await getEntry(build, args.path, stdin.contents);
entry = await getEntry(build, args.path, stdin.contents.toString());
} else {

@@ -254,0 +254,0 @@ entry = await getEntry(build, args.path);

{
"name": "@chialab/esbuild-plugin-transform",
"type": "module",
"version": "0.11.13",
"version": "0.11.35",
"description": "Pipe transformation plugin for esbuild.",

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

},
"gitHead": "811f6670e63e201b8b59ffda850a7b17bbdaedb2"
"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