@rollup/wasm-node
Advanced tools
Comparing version 4.26.0 to 4.27.0-0
/* | ||
@license | ||
Rollup.js v4.26.0 | ||
Wed, 13 Nov 2024 06:44:29 GMT - commit ae1d14b7855ff6568a6697d37271a5eb4d8e2d3e | ||
Rollup.js v4.27.0-0 | ||
Wed, 13 Nov 2024 07:02:42 GMT - commit 5e6074f07843bcbcf26b916c557fdfd81d2adece | ||
@@ -6,0 +6,0 @@ https://github.com/rollup/rollup |
/* | ||
@license | ||
Rollup.js v4.26.0 | ||
Wed, 13 Nov 2024 06:44:29 GMT - commit ae1d14b7855ff6568a6697d37271a5eb4d8e2d3e | ||
Rollup.js v4.27.0-0 | ||
Wed, 13 Nov 2024 07:02:42 GMT - commit 5e6074f07843bcbcf26b916c557fdfd81d2adece | ||
@@ -6,0 +6,0 @@ https://github.com/rollup/rollup |
/* | ||
@license | ||
Rollup.js v4.26.0 | ||
Wed, 13 Nov 2024 06:44:29 GMT - commit ae1d14b7855ff6568a6697d37271a5eb4d8e2d3e | ||
Rollup.js v4.27.0-0 | ||
Wed, 13 Nov 2024 07:02:42 GMT - commit 5e6074f07843bcbcf26b916c557fdfd81d2adece | ||
@@ -6,0 +6,0 @@ https://github.com/rollup/rollup |
/* | ||
@license | ||
Rollup.js v4.26.0 | ||
Wed, 13 Nov 2024 06:44:29 GMT - commit ae1d14b7855ff6568a6697d37271a5eb4d8e2d3e | ||
Rollup.js v4.27.0-0 | ||
Wed, 13 Nov 2024 07:02:42 GMT - commit 5e6074f07843bcbcf26b916c557fdfd81d2adece | ||
@@ -6,0 +6,0 @@ https://github.com/rollup/rollup |
/* | ||
@license | ||
Rollup.js v4.26.0 | ||
Wed, 13 Nov 2024 06:44:29 GMT - commit ae1d14b7855ff6568a6697d37271a5eb4d8e2d3e | ||
Rollup.js v4.27.0-0 | ||
Wed, 13 Nov 2024 07:02:42 GMT - commit 5e6074f07843bcbcf26b916c557fdfd81d2adece | ||
@@ -6,0 +6,0 @@ https://github.com/rollup/rollup |
/* | ||
@license | ||
Rollup.js v4.26.0 | ||
Wed, 13 Nov 2024 06:44:29 GMT - commit ae1d14b7855ff6568a6697d37271a5eb4d8e2d3e | ||
Rollup.js v4.27.0-0 | ||
Wed, 13 Nov 2024 07:02:42 GMT - commit 5e6074f07843bcbcf26b916c557fdfd81d2adece | ||
@@ -6,0 +6,0 @@ https://github.com/rollup/rollup |
/* | ||
@license | ||
Rollup.js v4.26.0 | ||
Wed, 13 Nov 2024 06:44:29 GMT - commit ae1d14b7855ff6568a6697d37271a5eb4d8e2d3e | ||
Rollup.js v4.27.0-0 | ||
Wed, 13 Nov 2024 07:02:42 GMT - commit 5e6074f07843bcbcf26b916c557fdfd81d2adece | ||
@@ -6,0 +6,0 @@ https://github.com/rollup/rollup |
/* | ||
@license | ||
Rollup.js v4.26.0 | ||
Wed, 13 Nov 2024 06:44:29 GMT - commit ae1d14b7855ff6568a6697d37271a5eb4d8e2d3e | ||
Rollup.js v4.27.0-0 | ||
Wed, 13 Nov 2024 07:02:42 GMT - commit 5e6074f07843bcbcf26b916c557fdfd81d2adece | ||
@@ -6,0 +6,0 @@ https://github.com/rollup/rollup |
/* | ||
@license | ||
Rollup.js v4.26.0 | ||
Wed, 13 Nov 2024 06:44:29 GMT - commit ae1d14b7855ff6568a6697d37271a5eb4d8e2d3e | ||
Rollup.js v4.27.0-0 | ||
Wed, 13 Nov 2024 07:02:42 GMT - commit 5e6074f07843bcbcf26b916c557fdfd81d2adece | ||
@@ -6,0 +6,0 @@ https://github.com/rollup/rollup |
/* | ||
@license | ||
Rollup.js v4.26.0 | ||
Wed, 13 Nov 2024 06:44:29 GMT - commit ae1d14b7855ff6568a6697d37271a5eb4d8e2d3e | ||
Rollup.js v4.27.0-0 | ||
Wed, 13 Nov 2024 07:02:42 GMT - commit 5e6074f07843bcbcf26b916c557fdfd81d2adece | ||
@@ -24,4 +24,4 @@ https://github.com/rollup/rollup | ||
require('path'); | ||
require('util'); | ||
require('fs'); | ||
require('util'); | ||
require('stream'); | ||
@@ -370,19 +370,3 @@ require('os'); | ||
*/ | ||
onExit, | ||
/** | ||
* Load the listeners. Likely you never need to call this, unless | ||
* doing a rather deep integration with signal-exit functionality. | ||
* Mostly exposed for the benefit of testing. | ||
* | ||
* @internal | ||
*/ | ||
load, | ||
/** | ||
* Unload the listeners. Likely you never need to call this, unless | ||
* doing a rather deep integration with signal-exit functionality. | ||
* Mostly exposed for the benefit of testing. | ||
* | ||
* @internal | ||
*/ | ||
unload, } = signalExitWrap(processOk(process$1) ? new SignalExit(process$1) : new SignalExitFallback()); | ||
onExit} = signalExitWrap(processOk(process$1) ? new SignalExit(process$1) : new SignalExitFallback()); | ||
@@ -389,0 +373,0 @@ const CLEAR_SCREEN = '\u001Bc'; |
/* | ||
@license | ||
Rollup.js v4.26.0 | ||
Wed, 13 Nov 2024 06:44:29 GMT - commit ae1d14b7855ff6568a6697d37271a5eb4d8e2d3e | ||
Rollup.js v4.27.0-0 | ||
Wed, 13 Nov 2024 07:02:42 GMT - commit 5e6074f07843bcbcf26b916c557fdfd81d2adece | ||
@@ -25,4 +25,4 @@ https://github.com/rollup/rollup | ||
require('node:fs/promises'); | ||
require('util'); | ||
require('fs'); | ||
require('util'); | ||
require('stream'); | ||
@@ -29,0 +29,0 @@ require('os'); |
{ | ||
"name": "@rollup/wasm-node", | ||
"version": "4.26.0", | ||
"version": "4.27.0-0", | ||
"description": "Next-generation ES module bundler with Node wasm", | ||
@@ -5,0 +5,0 @@ "main": "dist/rollup.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
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4137136
66071
1