Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Socket
Sign inDemoInstall

rollup-plugin-esbuild

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rollup-plugin-esbuild - npm Package Compare versions

Comparing version 2.2.0 to 2.3.0

4

dist/index.d.ts
import { Plugin } from 'rollup';
import { Target, Loader } from 'esbuild';
import { Loader } from 'esbuild';
import { FilterPattern } from '@rollup/pluginutils';

@@ -10,3 +10,3 @@

minify?: boolean;
target?: Target;
target?: string | string[];
jsxFactory?: string;

@@ -13,0 +13,0 @@ jsxFragment?: string;

@@ -8,3 +8,3 @@ 'use strict';

let __assign = Object.assign;
var __assign = Object.assign;
const defaultLoaders = {

@@ -11,0 +11,0 @@ ".js": "js",

{
"name": "rollup-plugin-esbuild",
"version": "2.2.0",
"version": "2.3.0",
"main": "dist/index.js",

@@ -20,2 +20,3 @@ "types": "dist/index.d.ts",

"@types/mock-fs": "^4.10.0",
"esbuild": "^0.6.3",
"jest": "^26.1.0",

@@ -31,5 +32,7 @@ "mock-fs": "^4.12.0",

"dependencies": {
"@rollup/pluginutils": "^3.1.0",
"esbuild": "^0.5.9"
"@rollup/pluginutils": "^3.1.0"
},
"peerDependencies": {
"esbuild": "^0.6.0"
}
}

@@ -8,3 +8,3 @@ # rollup-plugin-esbuild

```bash
yarn add rollup-plugin-esbuild --dev
yarn add esbuild rollup-plugin-esbuild --dev
```

@@ -11,0 +11,0 @@

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