Registry / utility / through2

through2

JSON →
library4.0.2javamavenunverified

WebJar for through2, a tiny wrapper around Node.js streams.Transform to simplify stream transformation.

<dependency> <groupId>org.webjars.npm</groupId> <artifactId>through2</artifactId> <version>4.0.2</version> </dependency>
INSTALL
IMPORT
SIG · THROUGH2
T
through2
utilityjavav4.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

through2
org.webjars.npm.through2

WebJar for through2; typically used in JavaScript environments

// This is a JavaScript library packaged as a WebJar; use in Java via script engine or frontend. // Example usage in Node.js: // const through2 = require('through2'); // const stream = through2(function(chunk, enc, callback) { this.push(chunk.toString().toUpperCase()); callback(); });
Debug
Known issues
gotchaWebJars are client-side libraries; not directly usable in Java without a JavaScript engine.
fix
Use a JavaScript runtime like Nashorn or GraalVM to execute the library.
affects: *
Upgrade
Version history
4.0.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources