Socket
Socket
Sign inDemoInstall

@rollup/wasm-node

Package Overview
Dependencies
Maintainers
4
Versions
82
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.0.0-23 to 4.0.0-24

4

dist/es/getLogFilter.js
/*
@license
Rollup.js v4.0.0-23
Tue, 26 Sep 2023 20:13:39 GMT - commit f1d93caae901c556ffb1e2f553428754038d65c1
Rollup.js v4.0.0-24
Tue, 03 Oct 2023 05:11:52 GMT - commit ced077f2920c473c4c2ca31a8d72b259bec91f67

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

/*
@license
Rollup.js v4.0.0-23
Tue, 26 Sep 2023 20:13:39 GMT - commit f1d93caae901c556ffb1e2f553428754038d65c1
Rollup.js v4.0.0-24
Tue, 03 Oct 2023 05:11:52 GMT - commit ced077f2920c473c4c2ca31a8d72b259bec91f67

@@ -15,5 +15,4 @@ https://github.com/rollup/rollup

import 'node:perf_hooks';
import 'node:crypto';
import '../native.js';
import 'node:fs/promises';
import 'tty';
/*
@license
Rollup.js v4.0.0-23
Tue, 26 Sep 2023 20:13:39 GMT - commit f1d93caae901c556ffb1e2f553428754038d65c1
Rollup.js v4.0.0-24
Tue, 03 Oct 2023 05:11:52 GMT - commit ced077f2920c473c4c2ca31a8d72b259bec91f67

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

/*
@license
Rollup.js v4.0.0-23
Tue, 26 Sep 2023 20:13:39 GMT - commit f1d93caae901c556ffb1e2f553428754038d65c1
Rollup.js v4.0.0-24
Tue, 03 Oct 2023 05:11:52 GMT - commit ced077f2920c473c4c2ca31a8d72b259bec91f67

@@ -23,3 +23,2 @@ https://github.com/rollup/rollup

require('node:perf_hooks');
require('node:crypto');
require('./native.js');

@@ -26,0 +25,0 @@ require('./getLogFilter.js');

/*
@license
Rollup.js v4.0.0-23
Tue, 26 Sep 2023 20:13:39 GMT - commit f1d93caae901c556ffb1e2f553428754038d65c1
Rollup.js v4.0.0-24
Tue, 03 Oct 2023 05:11:52 GMT - commit ced077f2920c473c4c2ca31a8d72b259bec91f67

@@ -21,3 +21,2 @@ https://github.com/rollup/rollup

require('node:perf_hooks');
require('node:crypto');
require('./native.js');

@@ -24,0 +23,0 @@ require('node:fs/promises');

/*
@license
Rollup.js v4.0.0-23
Tue, 26 Sep 2023 20:13:39 GMT - commit f1d93caae901c556ffb1e2f553428754038d65c1
Rollup.js v4.0.0-24
Tue, 03 Oct 2023 05:11:52 GMT - commit ced077f2920c473c4c2ca31a8d72b259bec91f67

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

/*
@license
Rollup.js v4.0.0-23
Tue, 26 Sep 2023 20:13:39 GMT - commit f1d93caae901c556ffb1e2f553428754038d65c1
Rollup.js v4.0.0-24
Tue, 03 Oct 2023 05:11:52 GMT - commit ced077f2920c473c4c2ca31a8d72b259bec91f67

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

/*
@license
Rollup.js v4.0.0-23
Tue, 26 Sep 2023 20:13:39 GMT - commit f1d93caae901c556ffb1e2f553428754038d65c1
Rollup.js v4.0.0-24
Tue, 03 Oct 2023 05:11:52 GMT - commit ced077f2920c473c4c2ca31a8d72b259bec91f67

@@ -32,3 +32,2 @@ https://github.com/rollup/rollup

require('node:perf_hooks');
require('node:crypto');
require('../native.js');

@@ -35,0 +34,0 @@ require('node:url');

/*
@license
Rollup.js v4.0.0-23
Tue, 26 Sep 2023 20:13:39 GMT - commit f1d93caae901c556ffb1e2f553428754038d65c1
Rollup.js v4.0.0-24
Tue, 03 Oct 2023 05:11:52 GMT - commit ced077f2920c473c4c2ca31a8d72b259bec91f67

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

/*
@license
Rollup.js v4.0.0-23
Tue, 26 Sep 2023 20:13:39 GMT - commit f1d93caae901c556ffb1e2f553428754038d65c1
Rollup.js v4.0.0-24
Tue, 03 Oct 2023 05:11:52 GMT - commit ced077f2920c473c4c2ca31a8d72b259bec91f67

@@ -22,3 +22,2 @@ https://github.com/rollup/rollup

require('node:perf_hooks');
require('node:crypto');
require('../native.js');

@@ -25,0 +24,0 @@ require('node:fs/promises');

@@ -221,2 +221,23 @@ let imports = {};

/**
* @param {Uint8Array} input
* @returns {string}
*/
module.exports.xxhash_base64_url = function(input) {
let deferred1_0;
let deferred1_1;
try {
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
wasm.xxhash_base64_url(retptr, addHeapObject(input));
var r0 = getInt32Memory0()[retptr / 4 + 0];
var r1 = getInt32Memory0()[retptr / 4 + 1];
deferred1_0 = r0;
deferred1_1 = r1;
return getStringFromWasm0(r0, r1);
} finally {
wasm.__wbindgen_add_to_stack_pointer(16);
wasm.__wbindgen_free(deferred1_0, deferred1_1, 1);
}
};
/**
* @param {string} query

@@ -223,0 +244,0 @@ * @param {any} opts

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

@@ -34,6 +34,6 @@ "main": "dist/rollup.js",

"@codemirror/lang-javascript": "^6.2.1",
"@codemirror/language": "^6.9.0",
"@codemirror/search": "^6.5.3",
"@codemirror/language": "^6.9.1",
"@codemirror/search": "^6.5.4",
"@codemirror/state": "^6.2.1",
"@codemirror/view": "^6.19.0",
"@codemirror/view": "^6.20.2",
"@jridgewell/sourcemap-codec": "^1.4.15",

@@ -51,8 +51,8 @@ "@mermaid-js/mermaid-cli": "^10.4.0",

"@rollup/pluginutils": "^5.0.4",
"@types/estree": "1.0.1",
"@types/estree": "1.0.2",
"@types/mocha": "^10.0.1",
"@types/node": "18.0.0",
"@types/yargs-parser": "^21.0.0",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"@types/yargs-parser": "^21.0.1",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"@vue/eslint-config-prettier": "^8.0.0",

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

"es6-shim": "^0.35.8",
"eslint": "^8.49.0",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",

@@ -96,3 +96,3 @@ "eslint-plugin-import": "^2.28.1",

"requirejs": "^2.3.6",
"rollup": "^3.29.2",
"rollup": "^3.29.3",
"rollup-plugin-license": "^3.1.0",

@@ -107,7 +107,7 @@ "rollup-plugin-string": "^3.0.0",

"systemjs": "^6.14.2",
"terser": "^5.19.4",
"terser": "^5.20.0",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vitepress": "^1.0.0-rc.14",
"vitepress": "^1.0.0-rc.20",
"vue": "^3.3.4",

@@ -114,0 +114,0 @@ "wasm-pack": "^0.12.1",

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 not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc