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.12.11 to 0.12.12

2

lib/index.js
import path from 'path';
import { readFile } from 'fs/promises';
import { createPipeline, finalize } from '@chialab/estransform';
import { escapeRegexBody } from '@chialab/esbuild-helpers';
import { escapeRegexBody } from '@chialab/node-resolve';

@@ -6,0 +6,0 @@ export const SCRIPT_LOADERS = ['tsx', 'ts', 'jsx', 'js'];

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

@@ -36,4 +36,4 @@ "main": "lib/index.js",

"dependencies": {
"@chialab/esbuild-helpers": "^0.12.2",
"@chialab/estransform": "^0.12.11"
"@chialab/estransform": "^0.12.11",
"@chialab/node-resolve": "^0.12.12"
},

@@ -44,3 +44,3 @@ "devDependencies": {

},
"gitHead": "f74a8eb0dc5038d5d2783506e40c41904dd28472"
"gitHead": "0cc2ddd1f60660cf7f2ca44018c12451bb6a32d0"
}
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