🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

rollup

Package Overview
Dependencies
Maintainers
5
Versions
939
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.0
to
4.62.1
+3
-2
dist/es/getLogFilter.js
/*
@license
Rollup.js v4.62.0
Sat, 13 Jun 2026 08:30:18 GMT - commit 5e0066d92defee0097f10fb814e63f60b2a7b612
Rollup.js v4.62.1
Fri, 19 Jun 2026 12:41:14 GMT - commit caacf701b89e5be4a94b3ffdbf70b51e5cfa3a1a

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

}
value = value.slice(parts[0].length);
const lastPartIndex = parts.length - 1;

@@ -54,0 +55,0 @@ for (let index = 1; index < lastPartIndex; index++) {

+2
-2
/*
@license
Rollup.js v4.62.0
Sat, 13 Jun 2026 08:30:18 GMT - commit 5e0066d92defee0097f10fb814e63f60b2a7b612
Rollup.js v4.62.1
Fri, 19 Jun 2026 12:41:14 GMT - commit caacf701b89e5be4a94b3ffdbf70b51e5cfa3a1a

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

/*
@license
Rollup.js v4.62.0
Sat, 13 Jun 2026 08:30:18 GMT - commit 5e0066d92defee0097f10fb814e63f60b2a7b612
Rollup.js v4.62.1
Fri, 19 Jun 2026 12:41:14 GMT - commit caacf701b89e5be4a94b3ffdbf70b51e5cfa3a1a

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

*/
export { version as VERSION, defineConfig, rollup, watch } from './shared/node-entry.js';
export { VERSION, defineConfig, rollup, watch } from './shared/node-entry.js';
import './shared/parseAst.js';

@@ -13,0 +13,0 @@ import '../native.js';

/*
@license
Rollup.js v4.62.0
Sat, 13 Jun 2026 08:30:18 GMT - commit 5e0066d92defee0097f10fb814e63f60b2a7b612
Rollup.js v4.62.1
Fri, 19 Jun 2026 12:41:14 GMT - commit caacf701b89e5be4a94b3ffdbf70b51e5cfa3a1a

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

}
value = value.slice(parts[0].length);
const lastPartIndex = parts.length - 1;

@@ -58,0 +59,0 @@ for (let index = 1; index < lastPartIndex; index++) {

/*
@license
Rollup.js v4.62.0
Sat, 13 Jun 2026 08:30:18 GMT - commit 5e0066d92defee0097f10fb814e63f60b2a7b612
Rollup.js v4.62.1
Fri, 19 Jun 2026 12:41:14 GMT - commit caacf701b89e5be4a94b3ffdbf70b51e5cfa3a1a

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

/*
@license
Rollup.js v4.62.0
Sat, 13 Jun 2026 08:30:18 GMT - commit 5e0066d92defee0097f10fb814e63f60b2a7b612
Rollup.js v4.62.1
Fri, 19 Jun 2026 12:41:14 GMT - commit caacf701b89e5be4a94b3ffdbf70b51e5cfa3a1a

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

/*
@license
Rollup.js v4.62.0
Sat, 13 Jun 2026 08:30:18 GMT - commit 5e0066d92defee0097f10fb814e63f60b2a7b612
Rollup.js v4.62.1
Fri, 19 Jun 2026 12:41:14 GMT - commit caacf701b89e5be4a94b3ffdbf70b51e5cfa3a1a

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

exports.VERSION = rollup.version;
const VERSION = rollup.package_.version;
exports.defineConfig = rollup.defineConfig;
exports.rollup = rollup.rollup;
exports.VERSION = VERSION;
exports.watch = watch;
//# sourceMappingURL=rollup.js.map
/*
@license
Rollup.js v4.62.0
Sat, 13 Jun 2026 08:30:18 GMT - commit 5e0066d92defee0097f10fb814e63f60b2a7b612
Rollup.js v4.62.1
Fri, 19 Jun 2026 12:41:14 GMT - commit caacf701b89e5be4a94b3ffdbf70b51e5cfa3a1a

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

/*
@license
Rollup.js v4.62.0
Sat, 13 Jun 2026 08:30:18 GMT - commit 5e0066d92defee0097f10fb814e63f60b2a7b612
Rollup.js v4.62.1
Fri, 19 Jun 2026 12:41:14 GMT - commit caacf701b89e5be4a94b3ffdbf70b51e5cfa3a1a

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

/*
@license
Rollup.js v4.62.0
Sat, 13 Jun 2026 08:30:18 GMT - commit 5e0066d92defee0097f10fb814e63f60b2a7b612
Rollup.js v4.62.1
Fri, 19 Jun 2026 12:41:14 GMT - commit caacf701b89e5be4a94b3ffdbf70b51e5cfa3a1a

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

const cli = require('../bin/rollup');
const rollup_js = require('../rollup.js');
const rollup = require('./rollup.js');

@@ -23,3 +24,2 @@ const parseAst_js = require('./parseAst.js');

const node_child_process = require('node:child_process');
const rollup_js = require('../rollup.js');
require('path');

@@ -483,3 +483,3 @@ require('fs');

}
resetScreen(rollup.underline(`rollup v${rollup.version}`));
resetScreen(rollup.underline(`rollup v${rollup_js.VERSION}`));
}

@@ -486,0 +486,0 @@ runWatchHook('onStart');

/*
@license
Rollup.js v4.62.0
Sat, 13 Jun 2026 08:30:18 GMT - commit 5e0066d92defee0097f10fb814e63f60b2a7b612
Rollup.js v4.62.1
Fri, 19 Jun 2026 12:41:14 GMT - commit caacf701b89e5be4a94b3ffdbf70b51e5cfa3a1a

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

{
"name": "rollup",
"version": "4.62.0",
"version": "4.62.1",
"description": "Next-generation ES module bundler",

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

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

@@ -157,4 +157,4 @@ "dependencies": {

"@codemirror/view": "^6.43.1",
"@emnapi/core": "^1.11.0",
"@emnapi/runtime": "^1.11.0",
"@emnapi/core": "^1.11.1",
"@emnapi/runtime": "^1.11.1",
"@eslint/js": "^10.0.1",

@@ -176,8 +176,8 @@ "@inquirer/prompts": "^7.10.1",

"@types/mocha": "^10.0.10",
"@types/node": "^20.19.42",
"@types/node": "^20.19.43",
"@types/picomatch": "^4.0.3",
"@types/semver": "^7.7.1",
"@types/yargs-parser": "^21.0.3",
"@vue/language-server": "^3.3.4",
"acorn": "^8.16.0",
"@vue/language-server": "^3.3.5",
"acorn": "^8.17.0",
"acorn-import-assertions": "^1.9.0",

@@ -194,6 +194,6 @@ "acorn-import-phases": "^1.0.4",

"es6-shim": "^0.35.8",
"eslint": "^10.4.1",
"eslint": "^10.5.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.6",
"eslint-plugin-unicorn": "^65.0.1",
"eslint-plugin-unicorn": "^66.0.0",
"eslint-plugin-vue": "^10.9.2",

@@ -210,3 +210,3 @@ "fixturify": "^3.0.0",

"magic-string": "^0.30.21",
"memfs": "^4.57.6",
"memfs": "^4.57.7",
"mocha": "11.7.6",

@@ -225,3 +225,3 @@ "nodemon": "^3.1.14",

"requirejs": "^2.3.8",
"rollup": "^4.61.1",
"rollup": "^4.62.0",
"rollup-plugin-license": "^3.7.1",

@@ -237,8 +237,8 @@ "semver": "^7.8.4",

"typescript": "^5.9.3",
"typescript-eslint": "^8.61.0",
"typescript-eslint": "^8.61.1",
"vite": "^7.3.5",
"vitepress": "^1.6.4",
"vue": "^3.5.35",
"vue": "^3.5.38",
"vue-eslint-parser": "^10.4.1",
"vue-tsc": "^3.3.4",
"vue-tsc": "^3.3.5",
"wasm-pack": "^0.15.0",

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

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

@@ -251,0 +251,0 @@ "lodash-es": ">4.17.22",

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