Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
p-transform
Advanced tools
Promised out of order transform.
Builds a out-of-order Duplex using a p-queue parallel queue.
transform
implementation must be sync or return a promise. Callback is not supported.
Promisified pipeline
and transform
shortcut are provided for convenience.
import { OutOfOrder, transform, pipeline, passthrough, filter } from 'p-transform';
await pipeline(
new OutOfOrder(
{ transform: async file => file },
{ concurrency: 7 },
).duplex(() => console.log('done')),
passthrough(async file => {}, () => console.log('done')),
filter(async file => true, () => console.log('done')),
transform(async file => file, () => console.log('done')),
)
Use DEBUG=p-transform:*
environment variable.
Apache-2.0
Promisified pipeline
Shortcut to create a OutOfOrder with transform and end callback
Shortcut to create a passthrough OutOfOrder with spy and end callback
Shortcut to create a filter OutOfOrder with filter and end callback
Kind: global class
OutOfOrder
Param | Type | Description |
---|---|---|
[transform] | function | Transform. |
[queueOptions] | Object | Options forwarded to PQueue instance. |
Duplex
Build Duplex.
Kind: instance method of OutOfOrder
Returns: Duplex
Param | Type |
---|---|
end | function |
Promisified pipeline
Shortcut to create a OutOfOrder with transform and end callback.
Kind: global function
Param | Type |
---|---|
transform | function |
end | function |
Shortcut to create a passthrough OutOfOrder with spy and end callback.
Kind: global function
Param | Type |
---|---|
spy | function |
end | function |
Shortcut to create a filter OutOfOrder with filter and end callback.
Kind: global function
Param | Type |
---|---|
filter | function |
end | function |
FAQs
Promised out of order transform.
The npm package p-transform receives a total of 213,021 weekly downloads. As such, p-transform popularity was classified as popular.
We found that p-transform demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.