Socket
Socket
Sign inDemoInstall

@rollup/plugin-terser

Package Overview
Dependencies
Maintainers
4
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rollup/plugin-terser - npm Package Compare versions

Comparing version 0.4.3 to 0.4.4

3

dist/cjs/index.js

@@ -14,2 +14,3 @@ 'use strict';

var _documentCurrentScript = typeof document !== 'undefined' ? document.currentScript : null;
const taskInfo = Symbol('taskInfo');

@@ -160,3 +161,3 @@ const freeWorker = Symbol('freeWorker');

workerPool = new WorkerPool({
filePath: url.fileURLToPath((typeof document === 'undefined' ? new (require('u' + 'rl').URL)('file:' + __filename).href : (document.currentScript && document.currentScript.src || new URL('index.js', document.baseURI).href))),
filePath: url.fileURLToPath((typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.src || new URL('index.js', document.baseURI).href))),
maxWorkers

@@ -163,0 +164,0 @@ });

{
"name": "@rollup/plugin-terser",
"version": "0.4.3",
"version": "0.4.4",
"publishConfig": {

@@ -56,3 +56,3 @@ "access": "public"

"peerDependencies": {
"rollup": "^2.x || ^3.x"
"rollup": "^2.0.0||^3.0.0||^4.0.0"
},

@@ -71,3 +71,3 @@ "peerDependenciesMeta": {

"@types/serialize-javascript": "^5.0.2",
"rollup": "^3.0.0-7",
"rollup": "^4.0.0-24",
"typescript": "^4.8.3"

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