Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@rollup/wasm-node

Package Overview
Dependencies
Maintainers
0
Versions
100
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.25.0-0 to 4.25.0

4

dist/es/getLogFilter.js
/*
@license
Rollup.js v4.25.0-0
Tue, 29 Oct 2024 06:14:37 GMT - commit b7fcaba12e863db516f39de74c1eacfe5329a5c3
Rollup.js v4.25.0
Sat, 09 Nov 2024 08:36:52 GMT - commit 42e587e0e37bc0661aa39fe7ad6f1d7fd33f825c

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

/*
@license
Rollup.js v4.25.0-0
Tue, 29 Oct 2024 06:14:37 GMT - commit b7fcaba12e863db516f39de74c1eacfe5329a5c3
Rollup.js v4.25.0
Sat, 09 Nov 2024 08:36:52 GMT - commit 42e587e0e37bc0661aa39fe7ad6f1d7fd33f825c

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

/*
@license
Rollup.js v4.25.0-0
Tue, 29 Oct 2024 06:14:37 GMT - commit b7fcaba12e863db516f39de74c1eacfe5329a5c3
Rollup.js v4.25.0
Sat, 09 Nov 2024 08:36:52 GMT - commit 42e587e0e37bc0661aa39fe7ad6f1d7fd33f825c

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

/*
@license
Rollup.js v4.25.0-0
Tue, 29 Oct 2024 06:14:37 GMT - commit b7fcaba12e863db516f39de74c1eacfe5329a5c3
Rollup.js v4.25.0
Sat, 09 Nov 2024 08:36:52 GMT - commit 42e587e0e37bc0661aa39fe7ad6f1d7fd33f825c

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

/*
@license
Rollup.js v4.25.0-0
Tue, 29 Oct 2024 06:14:37 GMT - commit b7fcaba12e863db516f39de74c1eacfe5329a5c3
Rollup.js v4.25.0
Sat, 09 Nov 2024 08:36:52 GMT - commit 42e587e0e37bc0661aa39fe7ad6f1d7fd33f825c

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

/*
@license
Rollup.js v4.25.0-0
Tue, 29 Oct 2024 06:14:37 GMT - commit b7fcaba12e863db516f39de74c1eacfe5329a5c3
Rollup.js v4.25.0
Sat, 09 Nov 2024 08:36:52 GMT - commit 42e587e0e37bc0661aa39fe7ad6f1d7fd33f825c

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

@@ -515,3 +515,3 @@ import type * as estree from 'estree';

extends Partial<{ [K in OutputPluginHooks]: PluginHooks[K] }>,
Partial<{ [K in AddonHooks]: ObjectHook<AddonHook> }> {
Partial<Record<AddonHooks, ObjectHook<AddonHook>>> {
cacheKey?: string;

@@ -786,2 +786,3 @@ name: string;

sourcemapPathTransform?: SourcemapPathTransformOption;
sourcemapDebugIds?: boolean;
strict?: boolean;

@@ -841,2 +842,3 @@ systemNullSetters?: boolean;

sourcemapPathTransform: SourcemapPathTransformOption | undefined;
sourcemapDebugIds: boolean;
strict: boolean;

@@ -843,0 +845,0 @@ systemNullSetters: boolean;

/*
@license
Rollup.js v4.25.0-0
Tue, 29 Oct 2024 06:14:37 GMT - commit b7fcaba12e863db516f39de74c1eacfe5329a5c3
Rollup.js v4.25.0
Sat, 09 Nov 2024 08:36:52 GMT - commit 42e587e0e37bc0661aa39fe7ad6f1d7fd33f825c

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

/*
@license
Rollup.js v4.25.0-0
Tue, 29 Oct 2024 06:14:37 GMT - commit b7fcaba12e863db516f39de74c1eacfe5329a5c3
Rollup.js v4.25.0
Sat, 09 Nov 2024 08:36:52 GMT - commit 42e587e0e37bc0661aa39fe7ad6f1d7fd33f825c

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

/*
@license
Rollup.js v4.25.0-0
Tue, 29 Oct 2024 06:14:37 GMT - commit b7fcaba12e863db516f39de74c1eacfe5329a5c3
Rollup.js v4.25.0
Sat, 09 Nov 2024 08:36:52 GMT - commit 42e587e0e37bc0661aa39fe7ad6f1d7fd33f825c

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

/*
@license
Rollup.js v4.25.0-0
Tue, 29 Oct 2024 06:14:37 GMT - commit b7fcaba12e863db516f39de74c1eacfe5329a5c3
Rollup.js v4.25.0
Sat, 09 Nov 2024 08:36:52 GMT - commit 42e587e0e37bc0661aa39fe7ad6f1d7fd33f825c

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

require('path');
require('fs');
require('util');
require('fs');
require('stream');

@@ -28,0 +28,0 @@ require('os');

/*
@license
Rollup.js v4.25.0-0
Tue, 29 Oct 2024 06:14:37 GMT - commit b7fcaba12e863db516f39de74c1eacfe5329a5c3
Rollup.js v4.25.0
Sat, 09 Nov 2024 08:36:52 GMT - commit 42e587e0e37bc0661aa39fe7ad6f1d7fd33f825c

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

require('node:fs/promises');
require('fs');
require('util');
require('fs');
require('stream');

@@ -29,0 +29,0 @@ require('os');

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

@@ -38,9 +38,9 @@ "main": "dist/rollup.js",

"@codemirror/language": "^6.10.3",
"@codemirror/search": "^6.5.6",
"@codemirror/search": "^6.5.7",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.34.1",
"@eslint/js": "^9.13.0",
"@inquirer/prompts": "^7.0.0",
"@codemirror/view": "^6.34.2",
"@eslint/js": "^9.14.0",
"@inquirer/prompts": "^7.0.1",
"@jridgewell/sourcemap-codec": "^1.5.0",
"@mermaid-js/mermaid-cli": "^11.2.1",
"@mermaid-js/mermaid-cli": "^11.4.0",
"@napi-rs/cli": "^2.18.4",

@@ -55,10 +55,10 @@ "@rollup/plugin-alias": "^5.1.1",

"@rollup/plugin-typescript": "^12.1.1",
"@rollup/pluginutils": "^5.1.2",
"@shikijs/vitepress-twoslash": "^1.22.0",
"@rollup/pluginutils": "^5.1.3",
"@shikijs/vitepress-twoslash": "^1.22.2",
"@types/mocha": "^10.0.9",
"@types/node": "^18.19.58",
"@types/node": "^18.19.64",
"@types/semver": "^7.5.8",
"@types/yargs-parser": "^21.0.3",
"@vue/language-server": "^2.1.6",
"acorn": "^8.13.0",
"@vue/language-server": "^2.1.10",
"acorn": "^8.14.0",
"acorn-import-assertions": "^1.9.0",

@@ -70,3 +70,3 @@ "acorn-jsx": "^5.3.2",

"colorette": "^2.0.20",
"concurrently": "^9.0.1",
"concurrently": "^9.1.0",
"core-js": "3.38.1",

@@ -77,7 +77,7 @@ "cross-env": "^7.0.3",

"es6-shim": "^0.35.8",
"eslint": "^9.13.0",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-unicorn": "^56.0.0",
"eslint-plugin-vue": "^9.29.1",
"eslint-plugin-vue": "^9.30.0",
"fixturify": "^3.0.0",

@@ -87,3 +87,3 @@ "flru": "^1.0.2",

"github-api": "^3.4.0",
"globals": "^15.11.0",
"globals": "^15.12.0",
"husky": "^9.1.6",

@@ -94,7 +94,7 @@ "is-reference": "^3.0.2",

"magic-string": "^0.30.12",
"mocha": "^10.7.3",
"mocha": "^10.8.2",
"nodemon": "^3.1.7",
"npm-audit-resolver": "^3.0.0-RC.0",
"nyc": "^17.1.0",
"pinia": "^2.2.4",
"pinia": "^2.2.6",
"prettier": "^3.3.3",

@@ -105,3 +105,3 @@ "prettier-plugin-organize-imports": "^4.1.0",

"requirejs": "^2.3.7",
"rollup": "^4.24.0",
"rollup": "^4.24.4",
"rollup-plugin-license": "^3.5.3",

@@ -116,10 +116,10 @@ "rollup-plugin-string": "^3.0.0",

"terser": "^5.36.0",
"tslib": "^2.8.0",
"tslib": "^2.8.1",
"typescript": "^5.6.3",
"typescript-eslint": "^8.11.0",
"vite": "^5.4.9",
"vitepress": "^1.4.1",
"typescript-eslint": "^8.13.0",
"vite": "^5.4.10",
"vitepress": "^1.5.0",
"vue": "^3.5.12",
"vue-tsc": "^2.1.6",
"wasm-pack": "^0.13.0",
"vue-tsc": "^2.1.10",
"wasm-pack": "^0.13.1",
"yargs-parser": "^21.1.1"

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

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