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 1.0.1 to 1.1.0

dist/index.d.ts

16

package.json
{
"name": "rollup-plugin-esbuild",
"version": "1.0.1",
"main": "src/index.js",
"version": "1.1.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "EGOIST",
"license": "MIT",
"scripts": {
"example": "rollup -c example/rollup.config.js"
"test": "jest",
"example": "rollup -c example/rollup.config.js",
"build": "tsc",
"prepublishOnly": "npm run build"
},
"files": [
"src"
"dist"
],
"devDependencies": {
"@types/jest": "^25.2.1",
"jest": "^26.0.1",
"prettier": "^2.0.5",
"rollup": "^2.8.2",
"ts-jest": "^25.5.1",
"typescript": "^3.8.3"

@@ -16,0 +24,0 @@ },

@@ -25,2 +25,4 @@ # rollup-plugin-esbuild

target: 'es2015' // default, or 'es20XX', 'esnext'
jsxFactory: 'React.createElement',
jsxFragment: 'React.Fragment'
}),

@@ -27,0 +29,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