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

rollup

Package Overview
Dependencies
Maintainers
0
Versions
851
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.30.0-1 to 4.30.0

4

dist/es/getLogFilter.js
/*
@license
Rollup.js v4.30.0-1
Mon, 30 Dec 2024 06:51:45 GMT - commit 41ab39a6e4a5181e9be21e816dd6f11c57e1c52a
Rollup.js v4.30.0
Mon, 06 Jan 2025 06:36:11 GMT - commit 958d5ebabd49297e9a4b78ad34ac0a0132305dea

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

/*
@license
Rollup.js v4.30.0-1
Mon, 30 Dec 2024 06:51:45 GMT - commit 41ab39a6e4a5181e9be21e816dd6f11c57e1c52a
Rollup.js v4.30.0
Mon, 06 Jan 2025 06:36:11 GMT - commit 958d5ebabd49297e9a4b78ad34ac0a0132305dea

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

/*
@license
Rollup.js v4.30.0-1
Mon, 30 Dec 2024 06:51:45 GMT - commit 41ab39a6e4a5181e9be21e816dd6f11c57e1c52a
Rollup.js v4.30.0
Mon, 06 Jan 2025 06:36:11 GMT - commit 958d5ebabd49297e9a4b78ad34ac0a0132305dea

@@ -18,2 +18,1 @@ https://github.com/rollup/rollup

import 'node:fs/promises';
import 'tty';
/*
@license
Rollup.js v4.30.0-1
Mon, 30 Dec 2024 06:51:45 GMT - commit 41ab39a6e4a5181e9be21e816dd6f11c57e1c52a
Rollup.js v4.30.0
Mon, 06 Jan 2025 06:36:11 GMT - commit 958d5ebabd49297e9a4b78ad34ac0a0132305dea

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

/*
@license
Rollup.js v4.30.0-1
Mon, 30 Dec 2024 06:51:45 GMT - commit 41ab39a6e4a5181e9be21e816dd6f11c57e1c52a
Rollup.js v4.30.0
Mon, 06 Jan 2025 06:36:11 GMT - commit 958d5ebabd49297e9a4b78ad34ac0a0132305dea

@@ -21,3 +21,2 @@ https://github.com/rollup/rollup

const loadConfigFile_js = require('./shared/loadConfigFile.js');
require('tty');
require('path');

@@ -24,0 +23,0 @@ require('./native.js');

/*
@license
Rollup.js v4.30.0-1
Mon, 30 Dec 2024 06:51:45 GMT - commit 41ab39a6e4a5181e9be21e816dd6f11c57e1c52a
Rollup.js v4.30.0
Mon, 06 Jan 2025 06:36:11 GMT - commit 958d5ebabd49297e9a4b78ad34ac0a0132305dea

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

/*
@license
Rollup.js v4.30.0-1
Mon, 30 Dec 2024 06:51:45 GMT - commit 41ab39a6e4a5181e9be21e816dd6f11c57e1c52a
Rollup.js v4.30.0
Mon, 06 Jan 2025 06:36:11 GMT - commit 958d5ebabd49297e9a4b78ad34ac0a0132305dea

@@ -18,3 +18,2 @@ https://github.com/rollup/rollup

require('node:process');
require('tty');
require('node:path');

@@ -21,0 +20,0 @@ require('path');

/*
@license
Rollup.js v4.30.0-1
Mon, 30 Dec 2024 06:51:45 GMT - commit 41ab39a6e4a5181e9be21e816dd6f11c57e1c52a
Rollup.js v4.30.0
Mon, 06 Jan 2025 06:36:11 GMT - commit 958d5ebabd49297e9a4b78ad34ac0a0132305dea

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

/*
@license
Rollup.js v4.30.0-1
Mon, 30 Dec 2024 06:51:45 GMT - commit 41ab39a6e4a5181e9be21e816dd6f11c57e1c52a
Rollup.js v4.30.0
Mon, 06 Jan 2025 06:36:11 GMT - commit 958d5ebabd49297e9a4b78ad34ac0a0132305dea

@@ -66,3 +66,3 @@ https://github.com/rollup/rollup

if (!silent) {
rollup.stderr(rollup.bold(rollup.blue(log.message)));
rollup.stderr(rollup.bold(rollup.pc.blue(log.message)));
defaultBody(log);

@@ -74,3 +74,3 @@ }

if (!silent) {
rollup.stderr(rollup.bold(rollup.cyan(log.message)));
rollup.stderr(rollup.bold(rollup.pc.cyan(log.message)));
defaultBody(log);

@@ -77,0 +77,0 @@ }

/*
@license
Rollup.js v4.30.0-1
Mon, 30 Dec 2024 06:51:45 GMT - commit 41ab39a6e4a5181e9be21e816dd6f11c57e1c52a
Rollup.js v4.30.0
Mon, 06 Jan 2025 06:36:11 GMT - commit 958d5ebabd49297e9a4b78ad34ac0a0132305dea

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

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

@@ -32,3 +32,2 @@ require('os');

require('node:path');
require('tty');
require('../native.js');

@@ -371,3 +370,19 @@ require('node:perf_hooks');

*/
onExit} = signalExitWrap(processOk(process$1) ? new SignalExit(process$1) : new SignalExitFallback());
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());

@@ -407,3 +422,3 @@ const CLEAR_SCREEN = '\u001Bc';

if (!command.silent) {
rollup.stderr(rollup.cyan$1(`watch.${hook} ${rollup.bold(`$ ${cmd}`)}`));
rollup.stderr(rollup.cyan(`watch.${hook} ${rollup.bold(`$ ${cmd}`)}`));
}

@@ -503,3 +518,3 @@ try {

}
rollup.stderr(rollup.cyan$1(`bundles ${rollup.bold(input)} → ${rollup.bold(event.output.map(parseAst_js.relativeId).join(', '))}...`));
rollup.stderr(rollup.cyan(`bundles ${rollup.bold(input)} → ${rollup.bold(event.output.map(parseAst_js.relativeId).join(', '))}...`));
}

@@ -506,0 +521,0 @@ runWatchHook('onBundleStart');

/*
@license
Rollup.js v4.30.0-1
Mon, 30 Dec 2024 06:51:45 GMT - commit 41ab39a6e4a5181e9be21e816dd6f11c57e1c52a
Rollup.js v4.30.0
Mon, 06 Jan 2025 06:36:11 GMT - commit 958d5ebabd49297e9a4b78ad34ac0a0132305dea

@@ -21,8 +21,7 @@ https://github.com/rollup/rollup

require('../native.js');
require('tty');
require('path');
require('node:perf_hooks');
require('node:fs/promises');
require('fs');
require('util');
require('fs');
require('stream');

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

@@ -193,17 +193,2 @@ # Rollup core license

## colorette
License: MIT
By: Jorge Bucaran
Repository: jorgebucaran/colorette
> Copyright © Jorge Bucaran <<https://jorgebucaran.com>>
>
> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
>
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
>
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------
## date-time

@@ -474,2 +459,25 @@ License: MIT

## picocolors
License: ISC
By: Alexey Raspopov
Repository: alexeyraspopov/picocolors
> ISC License
>
> Copyright (c) 2021-2024 Oleksii Raspopov, Kostiantyn Denysov, Anton Verinov
>
> Permission to use, copy, modify, and/or distribute this software for any
> purpose with or without fee is hereby granted, provided that the above
> copyright notice and this permission notice appear in all copies.
>
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
> OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
---------------------------------------
## picomatch

@@ -476,0 +484,0 @@ License: MIT

{
"name": "rollup",
"version": "4.30.0-1",
"version": "4.30.0",
"description": "Next-generation ES module bundler",

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

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

@@ -173,3 +173,2 @@ "dependencies": {

"chokidar": "^3.6.0",
"colorette": "^2.0.20",
"concurrently": "^9.1.0",

@@ -200,2 +199,3 @@ "core-js": "3.38.1",

"nyc": "^17.1.0",
"picocolors": "^1.1.1",
"pinia": "^2.3.0",

@@ -202,0 +202,0 @@ "prettier": "^3.4.2",

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