Socket
Socket
Sign inDemoInstall

rollup

Package Overview
Dependencies
15
Maintainers
5
Versions
797
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.9.6 to 4.10.0

4

dist/es/getLogFilter.js
/*
@license
Rollup.js v4.9.6
Sun, 21 Jan 2024 05:51:51 GMT - commit ecb6b0a430098052781aa6ee04ec92ee70960321
Rollup.js v4.10.0
Sat, 10 Feb 2024 05:58:12 GMT - commit 762420860765e8e46e24d48b38f5b98ca31735fa

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

/*
@license
Rollup.js v4.9.6
Sun, 21 Jan 2024 05:51:51 GMT - commit ecb6b0a430098052781aa6ee04ec92ee70960321
Rollup.js v4.10.0
Sat, 10 Feb 2024 05:58:12 GMT - commit 762420860765e8e46e24d48b38f5b98ca31735fa

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

/*
@license
Rollup.js v4.9.6
Sun, 21 Jan 2024 05:51:51 GMT - commit ecb6b0a430098052781aa6ee04ec92ee70960321
Rollup.js v4.10.0
Sat, 10 Feb 2024 05:58:12 GMT - commit 762420860765e8e46e24d48b38f5b98ca31735fa

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

/*
@license
Rollup.js v4.9.6
Sun, 21 Jan 2024 05:51:51 GMT - commit ecb6b0a430098052781aa6ee04ec92ee70960321
Rollup.js v4.10.0
Sat, 10 Feb 2024 05:58:12 GMT - commit 762420860765e8e46e24d48b38f5b98ca31735fa

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

/*
@license
Rollup.js v4.9.6
Sun, 21 Jan 2024 05:51:51 GMT - commit ecb6b0a430098052781aa6ee04ec92ee70960321
Rollup.js v4.10.0
Sat, 10 Feb 2024 05:58:12 GMT - commit 762420860765e8e46e24d48b38f5b98ca31735fa

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

@@ -96,3 +96,3 @@ const { existsSync } = require('node:fs');

const { parse, parseAsync, xxhashBase64Url } = requireWithFriendlyError(
const { parse, parseAsync, xxhashBase64Url, xxhashBase36, xxhashBase16 } = requireWithFriendlyError(
existsSync(join(__dirname, localName)) ? localName : `@rollup/rollup-${packageBase}`

@@ -104,1 +104,3 @@ );

module.exports.xxhashBase64Url = xxhashBase64Url;
module.exports.xxhashBase36 = xxhashBase36;
module.exports.xxhashBase16 = xxhashBase16;
/*
@license
Rollup.js v4.9.6
Sun, 21 Jan 2024 05:51:51 GMT - commit ecb6b0a430098052781aa6ee04ec92ee70960321
Rollup.js v4.10.0
Sat, 10 Feb 2024 05:58:12 GMT - commit 762420860765e8e46e24d48b38f5b98ca31735fa

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

@@ -686,2 +686,4 @@ import type { Program } from 'estree';

type HashCharacters = 'base64' | 'base36' | 'hex';
export interface OutputOptions {

@@ -712,2 +714,3 @@ amd?: AmdOptions;

globals?: GlobalsOption;
hashCharacters?: HashCharacters;
hoistTransitiveImports?: boolean;

@@ -763,2 +766,3 @@ indent?: string | boolean;

globals: GlobalsOption;
hashCharacters: HashCharacters;
hoistTransitiveImports: boolean;

@@ -765,0 +769,0 @@ indent: true | string;

/*
@license
Rollup.js v4.9.6
Sun, 21 Jan 2024 05:51:51 GMT - commit ecb6b0a430098052781aa6ee04ec92ee70960321
Rollup.js v4.10.0
Sat, 10 Feb 2024 05:58:12 GMT - commit 762420860765e8e46e24d48b38f5b98ca31735fa

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

/*
@license
Rollup.js v4.9.6
Sun, 21 Jan 2024 05:51:51 GMT - commit ecb6b0a430098052781aa6ee04ec92ee70960321
Rollup.js v4.10.0
Sat, 10 Feb 2024 05:58:12 GMT - commit 762420860765e8e46e24d48b38f5b98ca31735fa

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

/*
@license
Rollup.js v4.9.6
Sun, 21 Jan 2024 05:51:51 GMT - commit ecb6b0a430098052781aa6ee04ec92ee70960321
Rollup.js v4.10.0
Sat, 10 Feb 2024 05:58:12 GMT - commit 762420860765e8e46e24d48b38f5b98ca31735fa

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

/*
@license
Rollup.js v4.9.6
Sun, 21 Jan 2024 05:51:51 GMT - commit ecb6b0a430098052781aa6ee04ec92ee70960321
Rollup.js v4.10.0
Sat, 10 Feb 2024 05:58:12 GMT - commit 762420860765e8e46e24d48b38f5b98ca31735fa

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

/*
@license
Rollup.js v4.9.6
Sun, 21 Jan 2024 05:51:51 GMT - commit ecb6b0a430098052781aa6ee04ec92ee70960321
Rollup.js v4.10.0
Sat, 10 Feb 2024 05:58:12 GMT - commit 762420860765e8e46e24d48b38f5b98ca31735fa

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

{
"name": "rollup",
"version": "4.9.6",
"version": "4.10.0",
"description": "Next-generation ES module bundler",

@@ -68,3 +68,3 @@ "main": "dist/rollup.js",

"perf:init": "node scripts/perf-init.js",
"prepare": "husky install && node scripts/check-release.js || npm run build:prepare",
"prepare": "husky && node scripts/check-release.js || npm run build:prepare",
"prepublishOnly": "node scripts/check-release.js && node scripts/prepublish.js",

@@ -106,15 +106,15 @@ "postpublish": "node scripts/postpublish.js",

"fsevents": "~2.3.2",
"@rollup/rollup-darwin-arm64": "4.9.6",
"@rollup/rollup-android-arm64": "4.9.6",
"@rollup/rollup-win32-arm64-msvc": "4.9.6",
"@rollup/rollup-linux-arm64-gnu": "4.9.6",
"@rollup/rollup-linux-arm64-musl": "4.9.6",
"@rollup/rollup-android-arm-eabi": "4.9.6",
"@rollup/rollup-linux-arm-gnueabihf": "4.9.6",
"@rollup/rollup-win32-ia32-msvc": "4.9.6",
"@rollup/rollup-linux-riscv64-gnu": "4.9.6",
"@rollup/rollup-darwin-x64": "4.9.6",
"@rollup/rollup-win32-x64-msvc": "4.9.6",
"@rollup/rollup-linux-x64-gnu": "4.9.6",
"@rollup/rollup-linux-x64-musl": "4.9.6"
"@rollup/rollup-darwin-arm64": "4.10.0",
"@rollup/rollup-android-arm64": "4.10.0",
"@rollup/rollup-win32-arm64-msvc": "4.10.0",
"@rollup/rollup-linux-arm64-gnu": "4.10.0",
"@rollup/rollup-linux-arm64-musl": "4.10.0",
"@rollup/rollup-android-arm-eabi": "4.10.0",
"@rollup/rollup-linux-arm-gnueabihf": "4.10.0",
"@rollup/rollup-win32-ia32-msvc": "4.10.0",
"@rollup/rollup-linux-riscv64-gnu": "4.10.0",
"@rollup/rollup-darwin-x64": "4.10.0",
"@rollup/rollup-win32-x64-msvc": "4.10.0",
"@rollup/rollup-linux-x64-gnu": "4.10.0",
"@rollup/rollup-linux-x64-musl": "4.10.0"
},

@@ -125,3 +125,4 @@ "dependencies": {

"devDependenciesComments": {
"@rollup/plugin-typescript": "It appears that 11.1.3 breaks sourcemaps"
"@types/node": "Version 18.19.0 breaks chokidar and vite types",
"vitepress": "Version 1.0.0-rc.40 breaks npm run dev"
},

@@ -131,9 +132,9 @@ "devDependencies": {

"@codemirror/lang-javascript": "^6.2.1",
"@codemirror/language": "^6.10.0",
"@codemirror/language": "^6.10.1",
"@codemirror/search": "^6.5.5",
"@codemirror/state": "^6.4.0",
"@codemirror/view": "^6.23.0",
"@codemirror/view": "^6.23.1",
"@jridgewell/sourcemap-codec": "^1.4.15",
"@mermaid-js/mermaid-cli": "^10.6.1",
"@napi-rs/cli": "^2.17.0",
"@mermaid-js/mermaid-cli": "^10.7.0",
"@napi-rs/cli": "^2.18.0",
"@rollup/plugin-alias": "^5.1.0",

@@ -146,3 +147,3 @@ "@rollup/plugin-buble": "^1.0.3",

"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "11.1.5",
"@rollup/plugin-typescript": "^11.1.6",
"@rollup/pluginutils": "^5.1.0",

@@ -152,6 +153,6 @@ "@types/eslint": "^8.56.2",

"@types/mocha": "^10.0.6",
"@types/node": "^18.11.19",
"@types/node": "~18.18.14",
"@types/yargs-parser": "^21.0.3",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vue/eslint-config-prettier": "^9.0.0",

@@ -166,3 +167,3 @@ "@vue/eslint-config-typescript": "^12.0.0",

"concurrently": "^8.2.2",
"core-js": "^3.35.0",
"core-js": "^3.35.1",
"date-time": "^4.0.0",

@@ -176,3 +177,3 @@ "es5-shim": "^4.6.7",

"eslint-plugin-unicorn": "^50.0.1",
"eslint-plugin-vue": "^9.20.1",
"eslint-plugin-vue": "^9.21.1",
"fixturify": "^3.0.0",

@@ -182,19 +183,19 @@ "flru": "^1.0.2",

"github-api": "^3.4.0",
"husky": "^8.0.3",
"inquirer": "^9.2.12",
"husky": "^9.0.10",
"inquirer": "^9.2.14",
"is-reference": "^3.0.2",
"lint-staged": "^15.2.0",
"lint-staged": "^15.2.2",
"locate-character": "^3.0.0",
"magic-string": "^0.30.5",
"magic-string": "^0.30.7",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"pinia": "^2.1.7",
"prettier": "^3.2.2",
"prettier": "^3.2.5",
"pretty-bytes": "^6.1.1",
"pretty-ms": "^8.0.0",
"pretty-ms": "^9.0.0",
"requirejs": "^2.3.6",
"rollup": "^4.9.5",
"rollup": "^4.9.6",
"rollup-plugin-license": "^3.2.0",
"rollup-plugin-string": "^3.0.0",
"semver": "^7.5.4",
"semver": "^7.6.0",
"shx": "^0.3.4",

@@ -205,8 +206,8 @@ "signal-exit": "^4.1.0",

"systemjs": "^6.14.3",
"terser": "^5.26.0",
"terser": "^5.27.0",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"vite": "^5.0.11",
"vitepress": "^1.0.0-rc.39",
"vue": "^3.4.14",
"vite": "^5.0.12",
"vitepress": "1.0.0-rc.39",
"vue": "^3.4.15",
"wasm-pack": "^0.12.1",

@@ -217,4 +218,4 @@ "weak-napi": "^2.0.2",

"overrides": {
"axios": "^1.6.5",
"semver": "^7.5.4"
"axios": "^1.6.7",
"semver": "^7.6.0"
},

@@ -221,0 +222,0 @@ "files": [

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc