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 4.5.0 to 4.6.0

1

dist/index.d.ts

@@ -13,2 +13,3 @@ import { Plugin } from 'rollup';

minifySyntax?: boolean;
keepNames?: boolean;
legalComments?: CommonOptions['legalComments'];

@@ -15,0 +16,0 @@ target?: string | string[];

3

dist/index.js

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

pure: options.pure,
legalComments: options.legalComments
legalComments: options.legalComments,
keepNames: options.keepNames
});

@@ -226,0 +227,0 @@ await warn(this, result.warnings);

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

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

"devDependencies": {
"@types/jest": "^26.0.23",
"@types/mock-fs": "^4.13.0",
"@types/jest": "^26.0.24",
"@types/mock-fs": "^4.13.1",
"@types/node": "14.14.37",

@@ -26,11 +26,11 @@ "esbuild": "^0.12.5",

"mock-fs": "^4.14.0",
"prettier": "^2.3.0",
"rollup": "^2.50.5",
"prettier": "^2.3.2",
"rollup": "^2.51.2",
"rollup-plugin-dts": "^1.4.10",
"ts-jest": "^26.5.6",
"ts-node": "^9.1.1",
"typescript": "^3.9.9"
"typescript": "^3.9.10"
},
"dependencies": {
"@rollup/pluginutils": "^4.1.0",
"@rollup/pluginutils": "^4.1.1",
"joycon": "^3.0.1",

@@ -37,0 +37,0 @@ "jsonc-parser": "^3.0.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