Socket
Socket
Sign inDemoInstall

rollup-plugin-terser

Package Overview
Dependencies
4
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.0.0 to 7.0.1

2

package.json
{
"name": "rollup-plugin-terser",
"version": "7.0.0",
"version": "7.0.1",
"description": "Rollup plugin to minify generated es bundle",

@@ -5,0 +5,0 @@ "type": "commonjs",

@@ -9,11 +9,4 @@ import { Plugin } from "rollup";

numWorkers?: number;
/**
* Generates source maps and passes them to rollup.
*
* @default true
*/
sourcemap?: boolean;
}
export declare function terser(options?: Options): Plugin;
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc