@rollup/wasm-node
Advanced tools
| /* | ||
| @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 |
+2
-2
| /* | ||
| @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 |
+6
-23
@@ -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 { |
+2
-2
| /* | ||
| @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 @@ } |
@@ -94,3 +94,3 @@ /* @ts-self-types="./bindings_wasm.d.ts" */ | ||
| __proto__: null, | ||
| __wbg___wbindgen_throw_ea4887a5f8f9a9db: function(arg0, arg1) { | ||
| __wbg___wbindgen_throw_344f42d3211c4765: function(arg0, arg1) { | ||
| throw new Error(getStringFromWasm0(arg0, arg1)); | ||
@@ -109,3 +109,3 @@ }, | ||
| }, | ||
| __wbg_length_589238bdcf171f0e: function(arg0) { | ||
| __wbg_length_1f0964f4a5e2c6d8: function(arg0) { | ||
| const ret = getObject(arg0).length; | ||
@@ -118,3 +118,3 @@ return ret; | ||
| }, | ||
| __wbg_prototypesetcall_d721637c7ca66eb8: function(arg0, arg1, arg2) { | ||
| __wbg_prototypesetcall_4770620bbe4688a0: function(arg0, arg1, arg2) { | ||
| Uint8Array.prototype.set.call(getArrayU8FromWasm0(arg0, arg1), getObject(arg2)); | ||
@@ -121,0 +121,0 @@ }, |
+35
-35
| { | ||
| "name": "@rollup/wasm-node", | ||
| "version": "4.62.2", | ||
| "version": "4.62.3", | ||
| "description": "Next-generation ES module bundler with Node wasm", | ||
@@ -38,14 +38,14 @@ "main": "dist/rollup.js", | ||
| "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", | ||
@@ -61,3 +61,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", | ||
@@ -68,3 +68,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", | ||
@@ -75,5 +75,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", | ||
@@ -83,18 +83,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", | ||
@@ -106,26 +106,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", | ||
@@ -135,3 +135,3 @@ "yargs-parser": "^21.1.1" | ||
| "overrides": { | ||
| "axios": "^1.18.0", | ||
| "axios": "^1.18.1", | ||
| "esbuild": ">0.24.2", | ||
@@ -145,3 +145,3 @@ "lodash-es": ">4.17.22", | ||
| "react-dom": "^18.3.1", | ||
| "semver": "^7.8.4", | ||
| "semver": "^7.8.5", | ||
| "tar": ">7.5.6", | ||
@@ -148,0 +148,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
Sorry, the diff of this file is not supported yet
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Unidentified License
LicenseSomething that seems like a license was found, but its contents could not be matched with a known license.
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 2 instances
Unidentified License
LicenseSomething that seems like a license was found, but its contents could not be matched with a known license.
3403066
0.55%71062
0.2%32
-3.03%