Sign In

@rollup/wasm-node

Package Overview
Dependencies
Maintainers
4
Versions
203
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rollup/wasm-node - 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

@@ -94,3 +94,3 @@ /* @ts-self-types="./bindings_wasm.d.ts" */

__proto__: null,
__wbg___wbindgen_throw_bbadd78c1bac3a77: function(arg0, arg1) {
__wbg___wbindgen_throw_ea4887a5f8f9a9db: function(arg0, arg1) {
throw new Error(getStringFromWasm0(arg0, arg1));

@@ -109,3 +109,3 @@ },

},
__wbg_length_68a9d5278d084f4f: function(arg0) {
__wbg_length_589238bdcf171f0e: function(arg0) {
const ret = getObject(arg0).length;

@@ -118,3 +118,3 @@ return ret;

},
__wbg_prototypesetcall_956c7493c68e29b4: function(arg0, arg1, arg2) {
__wbg_prototypesetcall_d721637c7ca66eb8: function(arg0, arg1, arg2) {
Uint8Array.prototype.set.call(getArrayU8FromWasm0(arg0, arg1), getObject(arg2));

@@ -121,0 +121,0 @@ },

{
"name": "@rollup/wasm-node",
"version": "4.62.0",
"version": "4.62.1",
"description": "Next-generation ES module bundler with Node wasm",

@@ -44,4 +44,4 @@ "main": "dist/rollup.js",

"@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",

@@ -63,8 +63,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",

@@ -81,6 +81,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",

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

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

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

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

@@ -124,8 +124,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",

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

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

@@ -138,0 +138,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

Sorry, the diff of this file is not supported yet