🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

rollup

Package Overview
Dependencies
Maintainers
5
Versions
940
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.62.2
to
4.62.3
+2
-2
dist/es/getLogFilter.js
/*
@license
Rollup.js v4.62.2
Fri, 19 Jun 2026 14:55:11 GMT - commit 8faa18777374582bb813d54ce3623f4acf1f9e0b
Rollup.js v4.62.3
Sun, 26 Jul 2026 14:58:21 GMT - commit a80a1974c584bfa8b694fb5d1a20f3fa75ebaf0a

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

/*
@license
Rollup.js v4.62.2
Fri, 19 Jun 2026 14:55:11 GMT - commit 8faa18777374582bb813d54ce3623f4acf1f9e0b
Rollup.js v4.62.3
Sun, 26 Jul 2026 14:58:21 GMT - commit a80a1974c584bfa8b694fb5d1a20f3fa75ebaf0a

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

/*
@license
Rollup.js v4.62.2
Fri, 19 Jun 2026 14:55:11 GMT - commit 8faa18777374582bb813d54ce3623f4acf1f9e0b
Rollup.js v4.62.3
Sun, 26 Jul 2026 14:58:21 GMT - commit a80a1974c584bfa8b694fb5d1a20f3fa75ebaf0a

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

/*
@license
Rollup.js v4.62.2
Fri, 19 Jun 2026 14:55:11 GMT - commit 8faa18777374582bb813d54ce3623f4acf1f9e0b
Rollup.js v4.62.3
Sun, 26 Jul 2026 14:58:21 GMT - commit a80a1974c584bfa8b694fb5d1a20f3fa75ebaf0a

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

/*
@license
Rollup.js v4.62.2
Fri, 19 Jun 2026 14:55:11 GMT - commit 8faa18777374582bb813d54ce3623f4acf1f9e0b
Rollup.js v4.62.3
Sun, 26 Jul 2026 14:58:21 GMT - commit a80a1974c584bfa8b694fb5d1a20f3fa75ebaf0a

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

/*
@license
Rollup.js v4.62.2
Fri, 19 Jun 2026 14:55:11 GMT - commit 8faa18777374582bb813d54ce3623f4acf1f9e0b
Rollup.js v4.62.3
Sun, 26 Jul 2026 14:58:21 GMT - commit a80a1974c584bfa8b694fb5d1a20f3fa75ebaf0a

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

@@ -65,5 +65,3 @@ import type * as estree from 'estree';

export type SourceMapSegment =
| [number]
| [number, number, number, number]
| [number, number, number, number, number];
[number] | [number, number, number, number] | [number, number, number, number, number];

@@ -100,7 +98,7 @@ export interface ExistingDecodedSourceMap {

export interface SourceMap {
file: string;
file?: string | undefined;
mappings: string;
names: string[];
sources: string[];
sourcesContent?: string[] | undefined;
sourcesContent?: (string | null)[] | undefined;
version: number;

@@ -618,5 +616,3 @@ debugId?: string | undefined;

export type NormalizedJsxOptions =
| NormalizedJsxPreserveOptions
| NormalizedJsxClassicOptions
| NormalizedJsxAutomaticOptions;
NormalizedJsxPreserveOptions | NormalizedJsxClassicOptions | NormalizedJsxAutomaticOptions;

@@ -1138,8 +1134,3 @@ interface NormalizedJsxPreserveOptions {

type OmittedEstreeKeys =
| 'loc'
| 'range'
| 'leadingComments'
| 'trailingComments'
| 'innerComments'
| 'comments';
'loc' | 'range' | 'leadingComments' | 'trailingComments' | 'innerComments' | 'comments';
type RollupAstNode<T> = Omit<T, OmittedEstreeKeys> & AstNodeLocation;

@@ -1203,11 +1194,3 @@

export type BufferEncoding =
| 'ascii'
| 'utf8'
| 'utf16le'
| 'ucs2'
| 'base64'
| 'base64url'
| 'latin1'
| 'binary'
| 'hex';
'ascii' | 'utf8' | 'utf16le' | 'ucs2' | 'base64' | 'base64url' | 'latin1' | 'binary' | 'hex';

@@ -1214,0 +1197,0 @@ export interface RollupDirectoryEntry {

/*
@license
Rollup.js v4.62.2
Fri, 19 Jun 2026 14:55:11 GMT - commit 8faa18777374582bb813d54ce3623f4acf1f9e0b
Rollup.js v4.62.3
Sun, 26 Jul 2026 14:58:21 GMT - commit a80a1974c584bfa8b694fb5d1a20f3fa75ebaf0a

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

/*
@license
Rollup.js v4.62.2
Fri, 19 Jun 2026 14:55:11 GMT - commit 8faa18777374582bb813d54ce3623f4acf1f9e0b
Rollup.js v4.62.3
Sun, 26 Jul 2026 14:58:21 GMT - commit a80a1974c584bfa8b694fb5d1a20f3fa75ebaf0a

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

/*
@license
Rollup.js v4.62.2
Fri, 19 Jun 2026 14:55:11 GMT - commit 8faa18777374582bb813d54ce3623f4acf1f9e0b
Rollup.js v4.62.3
Sun, 26 Jul 2026 14:58:21 GMT - commit a80a1974c584bfa8b694fb5d1a20f3fa75ebaf0a

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

/*
@license
Rollup.js v4.62.2
Fri, 19 Jun 2026 14:55:11 GMT - commit 8faa18777374582bb813d54ce3623f4acf1f9e0b
Rollup.js v4.62.3
Sun, 26 Jul 2026 14:58:21 GMT - commit a80a1974c584bfa8b694fb5d1a20f3fa75ebaf0a

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

/*
@license
Rollup.js v4.62.2
Fri, 19 Jun 2026 14:55:11 GMT - commit 8faa18777374582bb813d54ce3623f4acf1f9e0b
Rollup.js v4.62.3
Sun, 26 Jul 2026 14:58:21 GMT - commit a80a1974c584bfa8b694fb5d1a20f3fa75ebaf0a

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

for (const module of this.cache.modules) {
for (const depId of module.transformDependencies) {
this.watchFile(depId, true);
for (const dependencyId of module.transformDependencies) {
this.watchFile(dependencyId, true);
}

@@ -303,0 +303,0 @@ }

{
"name": "rollup",
"version": "4.62.2",
"version": "4.62.3",
"description": "Next-generation ES module bundler",

@@ -117,27 +117,27 @@ "main": "dist/rollup.js",

"fsevents": "~2.3.2",
"@rollup/rollup-darwin-arm64": "4.62.2",
"@rollup/rollup-android-arm64": "4.62.2",
"@rollup/rollup-win32-arm64-msvc": "4.62.2",
"@rollup/rollup-freebsd-arm64": "4.62.2",
"@rollup/rollup-linux-arm64-gnu": "4.62.2",
"@rollup/rollup-linux-arm64-musl": "4.62.2",
"@rollup/rollup-android-arm-eabi": "4.62.2",
"@rollup/rollup-linux-arm-gnueabihf": "4.62.2",
"@rollup/rollup-linux-arm-musleabihf": "4.62.2",
"@rollup/rollup-win32-ia32-msvc": "4.62.2",
"@rollup/rollup-linux-loong64-gnu": "4.62.2",
"@rollup/rollup-linux-loong64-musl": "4.62.2",
"@rollup/rollup-linux-riscv64-gnu": "4.62.2",
"@rollup/rollup-linux-riscv64-musl": "4.62.2",
"@rollup/rollup-linux-ppc64-gnu": "4.62.2",
"@rollup/rollup-linux-ppc64-musl": "4.62.2",
"@rollup/rollup-linux-s390x-gnu": "4.62.2",
"@rollup/rollup-darwin-x64": "4.62.2",
"@rollup/rollup-win32-x64-gnu": "4.62.2",
"@rollup/rollup-win32-x64-msvc": "4.62.2",
"@rollup/rollup-freebsd-x64": "4.62.2",
"@rollup/rollup-linux-x64-gnu": "4.62.2",
"@rollup/rollup-linux-x64-musl": "4.62.2",
"@rollup/rollup-openbsd-x64": "4.62.2",
"@rollup/rollup-openharmony-arm64": "4.62.2"
"@rollup/rollup-darwin-arm64": "4.62.3",
"@rollup/rollup-android-arm64": "4.62.3",
"@rollup/rollup-win32-arm64-msvc": "4.62.3",
"@rollup/rollup-freebsd-arm64": "4.62.3",
"@rollup/rollup-linux-arm64-gnu": "4.62.3",
"@rollup/rollup-linux-arm64-musl": "4.62.3",
"@rollup/rollup-android-arm-eabi": "4.62.3",
"@rollup/rollup-linux-arm-gnueabihf": "4.62.3",
"@rollup/rollup-linux-arm-musleabihf": "4.62.3",
"@rollup/rollup-win32-ia32-msvc": "4.62.3",
"@rollup/rollup-linux-loong64-gnu": "4.62.3",
"@rollup/rollup-linux-loong64-musl": "4.62.3",
"@rollup/rollup-linux-riscv64-gnu": "4.62.3",
"@rollup/rollup-linux-riscv64-musl": "4.62.3",
"@rollup/rollup-linux-ppc64-gnu": "4.62.3",
"@rollup/rollup-linux-ppc64-musl": "4.62.3",
"@rollup/rollup-linux-s390x-gnu": "4.62.3",
"@rollup/rollup-darwin-x64": "4.62.3",
"@rollup/rollup-win32-x64-gnu": "4.62.3",
"@rollup/rollup-win32-x64-msvc": "4.62.3",
"@rollup/rollup-freebsd-x64": "4.62.3",
"@rollup/rollup-linux-x64-gnu": "4.62.3",
"@rollup/rollup-linux-x64-musl": "4.62.3",
"@rollup/rollup-openbsd-x64": "4.62.3",
"@rollup/rollup-openharmony-arm64": "4.62.3"
},

@@ -151,14 +151,14 @@ "dependencies": {

"devDependencies": {
"@codemirror/commands": "^6.10.3",
"@codemirror/commands": "^6.10.4",
"@codemirror/lang-javascript": "^6.2.5",
"@codemirror/language": "^6.12.3",
"@codemirror/search": "^6.7.0",
"@codemirror/state": "^6.6.0",
"@codemirror/view": "^6.43.1",
"@emnapi/core": "^1.11.1",
"@emnapi/runtime": "^1.11.1",
"@codemirror/language": "^6.12.4",
"@codemirror/search": "^6.7.1",
"@codemirror/state": "^6.7.1",
"@codemirror/view": "^6.43.6",
"@emnapi/core": "^1.11.2",
"@emnapi/runtime": "^1.11.2",
"@eslint/js": "^10.0.1",
"@inquirer/prompts": "^7.10.1",
"@jridgewell/sourcemap-codec": "^1.5.5",
"@mermaid-js/mermaid-cli": "^11.15.0",
"@mermaid-js/mermaid-cli": "^11.16.0",
"@napi-rs/cli": "3.4.1",

@@ -174,3 +174,3 @@ "@rollup/plugin-alias": "^6.0.0",

"@rollup/pluginutils": "^5.4.0",
"@shikijs/vitepress-twoslash": "^4.2.0",
"@shikijs/vitepress-twoslash": "^4.3.1",
"@types/mocha": "^10.0.10",

@@ -181,3 +181,3 @@ "@types/node": "^20.19.43",

"@types/yargs-parser": "^21.0.3",
"@vue/language-server": "^3.3.5",
"@vue/language-server": "^3.3.7",
"acorn": "^8.17.0",

@@ -188,5 +188,5 @@ "acorn-import-assertions": "^1.9.0",

"buble": "^0.20.0",
"builtin-modules": "^5.2.0",
"builtin-modules": "^5.3.0",
"chokidar": "^3.6.0",
"concurrently": "^9.2.1",
"concurrently": "^9.2.4",
"core-js": "3.38.1",

@@ -196,18 +196,18 @@ "date-time": "^4.0.0",

"es6-shim": "^0.35.8",
"eslint": "^10.5.0",
"eslint": "^10.7.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.6",
"eslint-plugin-unicorn": "^66.0.0",
"eslint-plugin-vue": "^10.9.2",
"eslint-plugin-unicorn": "^72.0.0",
"eslint-plugin-vue": "^10.10.0",
"fixturify": "^3.0.0",
"flru": "^1.0.2",
"fs-extra": "^11.3.5",
"fs-extra": "^11.3.6",
"github-api": "^3.4.0",
"globals": "^17.6.0",
"globals": "^17.7.0",
"husky": "^9.1.7",
"is-reference": "^3.0.3",
"lint-staged": "^17.0.7",
"lint-staged": "^17.1.0",
"locate-character": "^3.0.0",
"magic-string": "^0.30.21",
"memfs": "^4.57.7",
"magic-string": "^1.0.0",
"memfs": "^4.64.0",
"mocha": "11.7.6",

@@ -219,26 +219,26 @@ "nodemon": "^3.1.14",

"picocolors": "^1.1.1",
"picomatch": "^4.0.4",
"pinia": "^3.0.4",
"prettier": "^3.8.4",
"picomatch": "^4.0.5",
"pinia": "^4.0.2",
"prettier": "^3.9.5",
"prettier-plugin-organize-imports": "^4.3.0",
"pretty-bytes": "^7.1.0",
"pretty-bytes": "^7.1.1",
"pretty-ms": "^9.3.0",
"requirejs": "^2.3.8",
"rollup": "^4.62.0",
"rollup": "^4.62.2",
"rollup-plugin-license": "^3.7.1",
"semver": "^7.8.4",
"semver": "^7.8.5",
"shx": "^0.4.0",
"signal-exit": "^4.1.0",
"source-map": "^0.7.6",
"source-map": "^0.8.0",
"source-map-support": "^0.5.21",
"systemjs": "^6.15.1",
"terser": "^5.48.0",
"terser": "^5.49.0",
"tslib": "^2.8.1",
"typescript": "^5.9.3",
"typescript-eslint": "^8.61.1",
"vite": "^7.3.5",
"typescript-eslint": "^8.65.0",
"vite": "^7.3.6",
"vitepress": "^1.6.4",
"vue": "^3.5.38",
"vue": "^3.5.40",
"vue-eslint-parser": "^10.4.1",
"vue-tsc": "^3.3.5",
"vue-tsc": "^3.3.7",
"wasm-pack": "^0.15.0",

@@ -248,3 +248,3 @@ "yargs-parser": "^21.1.1"

"overrides": {
"axios": "^1.18.0",
"axios": "^1.18.1",
"esbuild": ">0.24.2",

@@ -258,3 +258,3 @@ "lodash-es": ">4.17.22",

"react-dom": "^18.3.1",
"semver": "^7.8.4",
"semver": "^7.8.5",
"tar": ">7.5.6",

@@ -261,0 +261,0 @@ "vite": "$vite"

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