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.3 to 0.12.9

2

lib/index.js

@@ -8,4 +8,2 @@ import path from 'path';

export * from './typescriptTransform.js';
/**

@@ -12,0 +10,0 @@ * @typedef {Map<string, import('@chialab/estransform').Pipeline>} Store

8

package.json
{
"name": "@chialab/esbuild-plugin-transform",
"type": "module",
"version": "0.12.3",
"version": "0.12.9",
"description": "Pipe transformation plugin for esbuild.",

@@ -37,9 +37,9 @@ "main": "lib/index.js",

"@chialab/esbuild-helpers": "^0.12.2",
"@chialab/estransform": "^0.12.3",
"esbuild": "^0.13.0"
"@chialab/estransform": "^0.12.9"
},
"devDependencies": {
"esbuild": "^0.13.0",
"typescript": "^4.3.0"
},
"gitHead": "952c8715e5f2b4eea8f403762e20911062ab75da"
"gitHead": "eb87471a0254e6d7e72a7cca7f0713031c07a23e"
}

@@ -64,3 +64,2 @@ /**

export const SCRIPT_LOADERS: string[];
export * from "./typescriptTransform.js";
export type Store = Map<string, import('@chialab/estransform').Pipeline>;

@@ -67,0 +66,0 @@ export type TransformOptions = {

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