New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

rollup

Package Overview
Dependencies
Maintainers
5
Versions
855
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rollup - npm Package Compare versions

Comparing version 4.33.0 to 4.34.0

4

dist/es/getLogFilter.js
/*
@license
Rollup.js v4.33.0
Sat, 01 Feb 2025 07:11:29 GMT - commit 494483e8df7b5d04796b30e37f54d7e96fa91a97
Rollup.js v4.34.0
Sat, 01 Feb 2025 08:39:54 GMT - commit 979d62888dbe75f92e50fdd64246c737c52f5f1f

@@ -6,0 +6,0 @@ https://github.com/rollup/rollup

/*
@license
Rollup.js v4.33.0
Sat, 01 Feb 2025 07:11:29 GMT - commit 494483e8df7b5d04796b30e37f54d7e96fa91a97
Rollup.js v4.34.0
Sat, 01 Feb 2025 08:39:54 GMT - commit 979d62888dbe75f92e50fdd64246c737c52f5f1f

@@ -6,0 +6,0 @@ https://github.com/rollup/rollup

/*
@license
Rollup.js v4.33.0
Sat, 01 Feb 2025 07:11:29 GMT - commit 494483e8df7b5d04796b30e37f54d7e96fa91a97
Rollup.js v4.34.0
Sat, 01 Feb 2025 08:39:54 GMT - commit 979d62888dbe75f92e50fdd64246c737c52f5f1f

@@ -6,0 +6,0 @@ https://github.com/rollup/rollup

/*
@license
Rollup.js v4.33.0
Sat, 01 Feb 2025 07:11:29 GMT - commit 494483e8df7b5d04796b30e37f54d7e96fa91a97
Rollup.js v4.34.0
Sat, 01 Feb 2025 08:39:54 GMT - commit 979d62888dbe75f92e50fdd64246c737c52f5f1f

@@ -6,0 +6,0 @@ https://github.com/rollup/rollup

/*
@license
Rollup.js v4.33.0
Sat, 01 Feb 2025 07:11:29 GMT - commit 494483e8df7b5d04796b30e37f54d7e96fa91a97
Rollup.js v4.34.0
Sat, 01 Feb 2025 08:39:54 GMT - commit 979d62888dbe75f92e50fdd64246c737c52f5f1f

@@ -6,0 +6,0 @@ https://github.com/rollup/rollup

/*
@license
Rollup.js v4.33.0
Sat, 01 Feb 2025 07:11:29 GMT - commit 494483e8df7b5d04796b30e37f54d7e96fa91a97
Rollup.js v4.34.0
Sat, 01 Feb 2025 08:39:54 GMT - commit 979d62888dbe75f92e50fdd64246c737c52f5f1f

@@ -6,0 +6,0 @@ https://github.com/rollup/rollup

/*
@license
Rollup.js v4.33.0
Sat, 01 Feb 2025 07:11:29 GMT - commit 494483e8df7b5d04796b30e37f54d7e96fa91a97
Rollup.js v4.34.0
Sat, 01 Feb 2025 08:39:54 GMT - commit 979d62888dbe75f92e50fdd64246c737c52f5f1f

@@ -6,0 +6,0 @@ https://github.com/rollup/rollup

/*
@license
Rollup.js v4.33.0
Sat, 01 Feb 2025 07:11:29 GMT - commit 494483e8df7b5d04796b30e37f54d7e96fa91a97
Rollup.js v4.34.0
Sat, 01 Feb 2025 08:39:54 GMT - commit 979d62888dbe75f92e50fdd64246c737c52f5f1f

@@ -6,0 +6,0 @@ https://github.com/rollup/rollup

/*
@license
Rollup.js v4.33.0
Sat, 01 Feb 2025 07:11:29 GMT - commit 494483e8df7b5d04796b30e37f54d7e96fa91a97
Rollup.js v4.34.0
Sat, 01 Feb 2025 08:39:54 GMT - commit 979d62888dbe75f92e50fdd64246c737c52f5f1f

@@ -6,0 +6,0 @@ https://github.com/rollup/rollup

/*
@license
Rollup.js v4.33.0
Sat, 01 Feb 2025 07:11:29 GMT - commit 494483e8df7b5d04796b30e37f54d7e96fa91a97
Rollup.js v4.34.0
Sat, 01 Feb 2025 08:39:54 GMT - commit 979d62888dbe75f92e50fdd64246c737c52f5f1f

@@ -24,4 +24,4 @@ https://github.com/rollup/rollup

require('path');
require('util');
require('fs');
require('util');
require('stream');

@@ -369,19 +369,3 @@ require('os');

*/
onExit,
/**
* Load the listeners. Likely you never need to call this, unless
* doing a rather deep integration with signal-exit functionality.
* Mostly exposed for the benefit of testing.
*
* @internal
*/
load,
/**
* Unload the listeners. Likely you never need to call this, unless
* doing a rather deep integration with signal-exit functionality.
* Mostly exposed for the benefit of testing.
*
* @internal
*/
unload, } = signalExitWrap(processOk(process$1) ? new SignalExit(process$1) : new SignalExitFallback());
onExit} = signalExitWrap(processOk(process$1) ? new SignalExit(process$1) : new SignalExitFallback());

@@ -388,0 +372,0 @@ const CLEAR_SCREEN = '\u001Bc';

/*
@license
Rollup.js v4.33.0
Sat, 01 Feb 2025 07:11:29 GMT - commit 494483e8df7b5d04796b30e37f54d7e96fa91a97
Rollup.js v4.34.0
Sat, 01 Feb 2025 08:39:54 GMT - commit 979d62888dbe75f92e50fdd64246c737c52f5f1f

@@ -24,4 +24,4 @@ https://github.com/rollup/rollup

require('node:fs/promises');
require('util');
require('fs');
require('util');
require('stream');

@@ -28,0 +28,0 @@ require('os');

{
"name": "rollup",
"version": "4.33.0",
"version": "4.34.0",
"description": "Next-generation ES module bundler",

@@ -113,21 +113,21 @@ "main": "dist/rollup.js",

"fsevents": "~2.3.2",
"@rollup/rollup-darwin-arm64": "4.33.0",
"@rollup/rollup-android-arm64": "4.33.0",
"@rollup/rollup-win32-arm64-msvc": "4.33.0",
"@rollup/rollup-freebsd-arm64": "4.33.0",
"@rollup/rollup-linux-arm64-gnu": "4.33.0",
"@rollup/rollup-linux-arm64-musl": "4.33.0",
"@rollup/rollup-android-arm-eabi": "4.33.0",
"@rollup/rollup-linux-arm-gnueabihf": "4.33.0",
"@rollup/rollup-linux-arm-musleabihf": "4.33.0",
"@rollup/rollup-win32-ia32-msvc": "4.33.0",
"@rollup/rollup-linux-loongarch64-gnu": "4.33.0",
"@rollup/rollup-linux-riscv64-gnu": "4.33.0",
"@rollup/rollup-linux-powerpc64le-gnu": "4.33.0",
"@rollup/rollup-linux-s390x-gnu": "4.33.0",
"@rollup/rollup-darwin-x64": "4.33.0",
"@rollup/rollup-win32-x64-msvc": "4.33.0",
"@rollup/rollup-freebsd-x64": "4.33.0",
"@rollup/rollup-linux-x64-gnu": "4.33.0",
"@rollup/rollup-linux-x64-musl": "4.33.0"
"@rollup/rollup-darwin-arm64": "4.34.0",
"@rollup/rollup-android-arm64": "4.34.0",
"@rollup/rollup-win32-arm64-msvc": "4.34.0",
"@rollup/rollup-freebsd-arm64": "4.34.0",
"@rollup/rollup-linux-arm64-gnu": "4.34.0",
"@rollup/rollup-linux-arm64-musl": "4.34.0",
"@rollup/rollup-android-arm-eabi": "4.34.0",
"@rollup/rollup-linux-arm-gnueabihf": "4.34.0",
"@rollup/rollup-linux-arm-musleabihf": "4.34.0",
"@rollup/rollup-win32-ia32-msvc": "4.34.0",
"@rollup/rollup-linux-loongarch64-gnu": "4.34.0",
"@rollup/rollup-linux-riscv64-gnu": "4.34.0",
"@rollup/rollup-linux-powerpc64le-gnu": "4.34.0",
"@rollup/rollup-linux-s390x-gnu": "4.34.0",
"@rollup/rollup-darwin-x64": "4.34.0",
"@rollup/rollup-win32-x64-msvc": "4.34.0",
"@rollup/rollup-freebsd-x64": "4.34.0",
"@rollup/rollup-linux-x64-gnu": "4.34.0",
"@rollup/rollup-linux-x64-musl": "4.34.0"
},

@@ -134,0 +134,0 @@ "dependencies": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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