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.5.0 to 2.5.1

3

dist/index.js

@@ -112,3 +112,4 @@ 'use strict';

define: options2.define,
sourcemap: options2.sourceMap
sourcemap: options2.sourceMap !== false,
sourcefile: id
});

@@ -115,0 +116,0 @@ printWarnings(id, result, this);

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

@@ -19,17 +19,17 @@ "types": "dist/index.d.ts",

"devDependencies": {
"@types/jest": "^26.0.10",
"@types/jest": "^26.0.14",
"@types/mock-fs": "^4.10.0",
"@types/node": "12.12.50",
"esbuild": "^0.6.15",
"jest": "^26.4.2",
"@types/node": "14.11.2",
"esbuild": "^0.7.7",
"jest": "^26.5.0",
"mock-fs": "^4.13.0",
"prettier": "^2.1.1",
"rollup": "^2.26.8",
"prettier": "^2.1.2",
"rollup": "^2.28.2",
"rollup-plugin-dts": "^1.4.10",
"ts-jest": "^26.3.0",
"ts-node": "^8.10.2",
"ts-jest": "^26.4.1",
"ts-node": "^9.0.0",
"typescript": "^3.9.7"
},
"dependencies": {
"@rollup/pluginutils": "^3.1.0",
"@rollup/pluginutils": "^4.0.0",
"joycon": "^2.2.5",

@@ -36,0 +36,0 @@ "strip-json-comments": "^3.1.1"

@@ -59,4 +59,23 @@ # rollup-plugin-esbuild

### Use with Vue JSX
Use this with [rollup-plugin-vue-jsx](https://github.com/xxholly32/rollup-plugin-vue-jsx):
```js
import vueJsx from 'rollup-plugin-vue-jsx-compat'
import esbuild from 'rollup-plugin-esbuild'
export default {
// ...
plugins: [
vueJsx(),
esbuild({
jsxFactory: "vueJsxCompat",
}),
],
}
```
## License
MIT © [EGOIST (Kevin Titor)](https://github.com/sponsors/egoist)
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