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.2 to 4.9.3

4

dist/es/getLogFilter.js
/*
@license
Rollup.js v4.9.2
Sat, 30 Dec 2023 06:23:00 GMT - commit 347a34745b2679c1192535db3c0f60889861d3ad
Rollup.js v4.9.3
Fri, 05 Jan 2024 06:20:18 GMT - commit 4ab3ad360457cd79f4ea852447d3ddca22da95d6

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

/*
@license
Rollup.js v4.9.2
Sat, 30 Dec 2023 06:23:00 GMT - commit 347a34745b2679c1192535db3c0f60889861d3ad
Rollup.js v4.9.3
Fri, 05 Jan 2024 06:20:18 GMT - commit 4ab3ad360457cd79f4ea852447d3ddca22da95d6

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

/*
@license
Rollup.js v4.9.2
Sat, 30 Dec 2023 06:23:00 GMT - commit 347a34745b2679c1192535db3c0f60889861d3ad
Rollup.js v4.9.3
Fri, 05 Jan 2024 06:20:18 GMT - commit 4ab3ad360457cd79f4ea852447d3ddca22da95d6

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

/*
@license
Rollup.js v4.9.2
Sat, 30 Dec 2023 06:23:00 GMT - commit 347a34745b2679c1192535db3c0f60889861d3ad
Rollup.js v4.9.3
Fri, 05 Jan 2024 06:20:18 GMT - commit 4ab3ad360457cd79f4ea852447d3ddca22da95d6

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

/*
@license
Rollup.js v4.9.2
Sat, 30 Dec 2023 06:23:00 GMT - commit 347a34745b2679c1192535db3c0f60889861d3ad
Rollup.js v4.9.3
Fri, 05 Jan 2024 06:20:18 GMT - commit 4ab3ad360457cd79f4ea852447d3ddca22da95d6

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

/*
@license
Rollup.js v4.9.2
Sat, 30 Dec 2023 06:23:00 GMT - commit 347a34745b2679c1192535db3c0f60889861d3ad
Rollup.js v4.9.3
Fri, 05 Jan 2024 06:20:18 GMT - commit 4ab3ad360457cd79f4ea852447d3ddca22da95d6

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

@@ -0,1 +1,3 @@

import type { Program } from 'estree';
export const VERSION: string;

@@ -101,3 +103,3 @@

export interface SourceDescription extends Partial<PartialNull<ModuleOptions>> {
ast?: AstNode;
ast?: ProgramNode;
code: string;

@@ -108,3 +110,3 @@ map?: SourceMapInput;

export interface TransformModuleJSON {
ast?: AstNode;
ast?: ProgramNode;
code: string;

@@ -120,3 +122,3 @@ // note if plugins use new this.cache to opt-out auto transform cache

export interface ModuleJSON extends TransformModuleJSON, ModuleOptions {
ast: AstNode;
ast: ProgramNode;
dependencies: string[];

@@ -177,3 +179,3 @@ id: string;

interface ModuleInfo extends ModuleOptions {
ast: AstNode | null;
ast: ProgramNode | null;
code: string | null;

@@ -211,3 +213,3 @@ dynamicImporters: readonly string[];

options?: { allowReturnOutsideFunction?: boolean }
) => AstNode;
) => ProgramNode;

@@ -222,3 +224,3 @@ // declare AbortSignal here for environments without DOM lib or @types/node

options?: { allowReturnOutsideFunction?: boolean; signal?: AbortSignal }
) => Promise<AstNode>;
) => Promise<ProgramNode>;

@@ -289,3 +291,3 @@ export interface PluginContext extends MinimalPluginContext {

options: {
ast: AstNode;
ast: ProgramNode;
code: string;

@@ -987,2 +989,4 @@ id: string;

type ProgramNode = Program & AstNode;
export function defineConfig(options: RollupOptions): RollupOptions;

@@ -989,0 +993,0 @@ export function defineConfig(options: RollupOptions[]): RollupOptions[];

/*
@license
Rollup.js v4.9.2
Sat, 30 Dec 2023 06:23:00 GMT - commit 347a34745b2679c1192535db3c0f60889861d3ad
Rollup.js v4.9.3
Fri, 05 Jan 2024 06:20:18 GMT - commit 4ab3ad360457cd79f4ea852447d3ddca22da95d6

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

/*
@license
Rollup.js v4.9.2
Sat, 30 Dec 2023 06:23:00 GMT - commit 347a34745b2679c1192535db3c0f60889861d3ad
Rollup.js v4.9.3
Fri, 05 Jan 2024 06:20:18 GMT - commit 4ab3ad360457cd79f4ea852447d3ddca22da95d6

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

/*
@license
Rollup.js v4.9.2
Sat, 30 Dec 2023 06:23:00 GMT - commit 347a34745b2679c1192535db3c0f60889861d3ad
Rollup.js v4.9.3
Fri, 05 Jan 2024 06:20:18 GMT - commit 4ab3ad360457cd79f4ea852447d3ddca22da95d6

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

/*
@license
Rollup.js v4.9.2
Sat, 30 Dec 2023 06:23:00 GMT - commit 347a34745b2679c1192535db3c0f60889861d3ad
Rollup.js v4.9.3
Fri, 05 Jan 2024 06:20:18 GMT - commit 4ab3ad360457cd79f4ea852447d3ddca22da95d6

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

/*
@license
Rollup.js v4.9.2
Sat, 30 Dec 2023 06:23:00 GMT - commit 347a34745b2679c1192535db3c0f60889861d3ad
Rollup.js v4.9.3
Fri, 05 Jan 2024 06:20:18 GMT - commit 4ab3ad360457cd79f4ea852447d3ddca22da95d6

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

{
"name": "rollup",
"version": "4.9.2",
"version": "4.9.3",
"description": "Next-generation ES module bundler",

@@ -104,16 +104,19 @@ "main": "dist/rollup.js",

"fsevents": "~2.3.2",
"@rollup/rollup-darwin-arm64": "4.9.2",
"@rollup/rollup-android-arm64": "4.9.2",
"@rollup/rollup-win32-arm64-msvc": "4.9.2",
"@rollup/rollup-linux-arm64-gnu": "4.9.2",
"@rollup/rollup-linux-arm64-musl": "4.9.2",
"@rollup/rollup-android-arm-eabi": "4.9.2",
"@rollup/rollup-linux-arm-gnueabihf": "4.9.2",
"@rollup/rollup-win32-ia32-msvc": "4.9.2",
"@rollup/rollup-linux-riscv64-gnu": "4.9.2",
"@rollup/rollup-darwin-x64": "4.9.2",
"@rollup/rollup-win32-x64-msvc": "4.9.2",
"@rollup/rollup-linux-x64-gnu": "4.9.2",
"@rollup/rollup-linux-x64-musl": "4.9.2"
"@rollup/rollup-darwin-arm64": "4.9.3",
"@rollup/rollup-android-arm64": "4.9.3",
"@rollup/rollup-win32-arm64-msvc": "4.9.3",
"@rollup/rollup-linux-arm64-gnu": "4.9.3",
"@rollup/rollup-linux-arm64-musl": "4.9.3",
"@rollup/rollup-android-arm-eabi": "4.9.3",
"@rollup/rollup-linux-arm-gnueabihf": "4.9.3",
"@rollup/rollup-win32-ia32-msvc": "4.9.3",
"@rollup/rollup-linux-riscv64-gnu": "4.9.3",
"@rollup/rollup-darwin-x64": "4.9.3",
"@rollup/rollup-win32-x64-msvc": "4.9.3",
"@rollup/rollup-linux-x64-gnu": "4.9.3",
"@rollup/rollup-linux-x64-musl": "4.9.3"
},
"dependencies": {
"@types/estree": "1.0.5"
},
"devDependenciesComments": {

@@ -123,8 +126,8 @@ "@rollup/plugin-typescript": "It appears that 11.1.3 breaks sourcemaps"

"devDependencies": {
"@codemirror/commands": "^6.3.2",
"@codemirror/commands": "^6.3.3",
"@codemirror/lang-javascript": "^6.2.1",
"@codemirror/language": "^6.9.3",
"@codemirror/language": "^6.10.0",
"@codemirror/search": "^6.5.5",
"@codemirror/state": "^6.3.3",
"@codemirror/view": "^6.22.3",
"@codemirror/state": "^6.4.0",
"@codemirror/view": "^6.23.0",
"@jridgewell/sourcemap-codec": "^1.4.15",

@@ -142,3 +145,2 @@ "@mermaid-js/mermaid-cli": "^10.6.1",

"@rollup/pluginutils": "^5.1.0",
"@types/estree": "1.0.5",
"@types/inquirer": "^9.0.7",

@@ -148,7 +150,7 @@ "@types/mocha": "^10.0.6",

"@types/yargs-parser": "^21.0.3",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"@vue/eslint-config-prettier": "^8.0.0",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"acorn": "^8.11.2",
"acorn": "^8.11.3",
"acorn-import-assertions": "^1.9.0",

@@ -160,3 +162,3 @@ "buble": "^0.20.0",

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

@@ -188,3 +190,3 @@ "es5-shim": "^4.6.7",

"requirejs": "^2.3.6",
"rollup": "^4.9.1",
"rollup": "^4.9.2",
"rollup-plugin-license": "^3.2.0",

@@ -197,3 +199,3 @@ "rollup-plugin-string": "^3.0.0",

"source-map-support": "^0.5.21",
"systemjs": "^6.14.2",
"systemjs": "^6.14.3",
"terser": "^5.26.0",

@@ -203,4 +205,4 @@ "tslib": "^2.6.2",

"vite": "^5.0.10",
"vitepress": "^1.0.0-rc.32",
"vue": "^3.3.13",
"vitepress": "^1.0.0-rc.34",
"vue": "^3.4.3",
"wasm-pack": "^0.12.1",

@@ -211,3 +213,3 @@ "weak-napi": "^2.0.2",

"overrides": {
"axios": "^1.6.2",
"axios": "^1.6.3",
"semver": "^7.5.4"

@@ -214,0 +216,0 @@ },

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