You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

rollup

Package Overview
Dependencies
Maintainers
5
Versions
869
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

to
3.25.2

4

dist/es/rollup.js
/*
@license
Rollup.js v3.25.1
Mon, 12 Jun 2023 04:38:12 GMT - commit b1341bf9cd719670a670905e0308418b37621d70
Rollup.js v3.25.2
Sat, 24 Jun 2023 20:37:46 GMT - commit 91bf079599b84f97ea694dd1ecd0108ecf53fc97

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

/*
@license
Rollup.js v3.25.1
Mon, 12 Jun 2023 04:38:12 GMT - commit b1341bf9cd719670a670905e0308418b37621d70
Rollup.js v3.25.2
Sat, 24 Jun 2023 20:37:46 GMT - commit 91bf079599b84f97ea694dd1ecd0108ecf53fc97

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

@@ -38,3 +38,3 @@ export const VERSION: string;

plugin?: string;
pluginCode?: string;
pluginCode?: unknown;
pos?: number;

@@ -41,0 +41,0 @@ reexporter?: string;

/*
@license
Rollup.js v3.25.1
Mon, 12 Jun 2023 04:38:12 GMT - commit b1341bf9cd719670a670905e0308418b37621d70
Rollup.js v3.25.2
Sat, 24 Jun 2023 20:37:46 GMT - commit 91bf079599b84f97ea694dd1ecd0108ecf53fc97

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

/*
@license
Rollup.js v3.25.1
Mon, 12 Jun 2023 04:38:12 GMT - commit b1341bf9cd719670a670905e0308418b37621d70
Rollup.js v3.25.2
Sat, 24 Jun 2023 20:37:46 GMT - commit 91bf079599b84f97ea694dd1ecd0108ecf53fc97

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

/*
@license
Rollup.js v3.25.1
Mon, 12 Jun 2023 04:38:12 GMT - commit b1341bf9cd719670a670905e0308418b37621d70
Rollup.js v3.25.2
Sat, 24 Jun 2023 20:37:46 GMT - commit 91bf079599b84f97ea694dd1ecd0108ecf53fc97

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

/*
@license
Rollup.js v3.25.1
Mon, 12 Jun 2023 04:38:12 GMT - commit b1341bf9cd719670a670905e0308418b37621d70
Rollup.js v3.25.2
Sat, 24 Jun 2023 20:37:46 GMT - commit 91bf079599b84f97ea694dd1ecd0108ecf53fc97

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

/*
@license
Rollup.js v3.25.1
Mon, 12 Jun 2023 04:38:12 GMT - commit b1341bf9cd719670a670905e0308418b37621d70
Rollup.js v3.25.2
Sat, 24 Jun 2023 20:37:46 GMT - commit 91bf079599b84f97ea694dd1ecd0108ecf53fc97

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

/*
@license
Rollup.js v3.25.1
Mon, 12 Jun 2023 04:38:12 GMT - commit b1341bf9cd719670a670905e0308418b37621d70
Rollup.js v3.25.2
Sat, 24 Jun 2023 20:37:46 GMT - commit 91bf079599b84f97ea694dd1ecd0108ecf53fc97

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

@@ -450,3 +450,3 @@ # Rollup core license

By: Rich Harris
Repository: Rich-Harris/locate-character
Repository: git+https://gitlab.com/Rich-Harris/locate-character.git

@@ -453,0 +453,0 @@ ---------------------------------------

{
"name": "rollup",
"version": "3.25.1",
"version": "3.25.2",
"description": "Next-generation ES module bundler",

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

"@codemirror/lang-javascript": "^6.1.9",
"@codemirror/language": "^6.7.0",
"@codemirror/language": "^6.8.0",
"@codemirror/search": "^6.5.0",
"@codemirror/state": "^6.2.1",
"@codemirror/view": "^6.13.0",
"@codemirror/view": "^6.13.2",
"@jridgewell/sourcemap-codec": "^1.4.15",
"@mermaid-js/mermaid-cli": "^10.1.0",
"@mermaid-js/mermaid-cli": "^10.2.2",
"@rollup/plugin-alias": "^5.0.0",
"@rollup/plugin-buble": "^1.0.2",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-commonjs": "^25.0.2",
"@rollup/plugin-json": "^6.0.0",

@@ -86,9 +86,9 @@ "@rollup/plugin-node-resolve": "^15.1.0",

"@types/mocha": "^10.0.1",
"@types/node": "~14.18.48",
"@types/node": "~14.18.51",
"@types/yargs-parser": "^21.0.0",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.3",
"acorn": "^8.8.2",
"acorn": "^8.9.0",
"acorn-import-assertions": "^1.9.0",

@@ -101,8 +101,8 @@ "acorn-jsx": "^5.3.2",

"colorette": "^2.0.20",
"concurrently": "^8.1.0",
"core-js": "^3.30.2",
"concurrently": "^8.2.0",
"core-js": "^3.31.0",
"date-time": "^4.0.0",
"es5-shim": "^4.6.7",
"es6-shim": "^0.35.8",
"eslint": "^8.42.0",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",

@@ -112,3 +112,3 @@ "eslint-plugin-import": "^2.27.5",

"eslint-plugin-unicorn": "^47.0.0",
"eslint-plugin-vue": "^9.14.1",
"eslint-plugin-vue": "^9.15.0",
"fixturify": "^3.0.0",

@@ -123,7 +123,7 @@ "flru": "^1.0.2",

"lint-staged": "^13.2.2",
"locate-character": "^2.0.5",
"locate-character": "^3.0.0",
"magic-string": "^0.30.0",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"pinia": "^2.1.3",
"pinia": "^2.1.4",
"prettier": "^2.8.8",

@@ -133,7 +133,7 @@ "pretty-bytes": "^6.1.0",

"requirejs": "^2.3.6",
"rollup": "^3.23.1",
"rollup": "^3.25.1",
"rollup-plugin-license": "^3.0.1",
"rollup-plugin-string": "^3.0.0",
"rollup-plugin-thatworks": "^1.0.4",
"semver": "^7.5.1",
"semver": "^7.5.2",
"shx": "^0.3.4",

@@ -144,6 +144,6 @@ "signal-exit": "^4.0.2",

"systemjs": "^6.14.1",
"terser": "^5.17.7",
"terser": "^5.18.1",
"tslib": "^2.5.3",
"typescript": "^5.1.3",
"vitepress": "^1.0.0-beta.1",
"vitepress": "^1.0.0-beta.3",
"vue": "^3.3.4",

@@ -153,2 +153,5 @@ "weak-napi": "^2.0.2",

},
"overrides": {
"semver": "^7.5.2"
},
"files": [

@@ -155,0 +158,0 @@ "dist/**/*.js",

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