New:Socket for Asana Is Now Available.Learn more
Get Started

aw8json

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aw8json

stream async iterables and promises inside of a json

latest
Source
npmnpm
Version
0.4.16
Version published
Weekly downloads
1
-94.44%
Maintainers
1
Weekly downloads
 
Created
Source

aw8json

stream async iterables and promises inside of a json

const stream = Aw8JSON.stringify({ hello: Promise.resolve("world") })

//send stream via REST body

const result = await Aw8JSON.parse(stream)
result.hello.then(console.log)
//logs "world"

Keywords

async

FAQs

Package last updated on 04 Sep 2025

Related posts