
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
@pouchlab/json
Advanced tools
a Blazing fast json serialization and deserialization. Bigint,Date,Function,REgexp,Map and more
a Blazing fast json serialization and deserialization. Bigint,Date,Function,REgexp,Map and more.
npm install @pouchlab/json
import Json from "@pouchlab/json" //or import {Json} from "@pouchlab/json"
let m = new Set()
let ob = {
test:"hi"
}
//map
let map = new Map().set("ob",ob)
let rgx = /^(\d{4})-(\d{2})-(\d{2})T(\d{2}):(\d{2}):(\d{2}(?:\.\d*)?)Z$/
m.add([()=>{}])
m.add(["kkk",{ab:2,fn:async ()=>{},r: new Date(),x: rgx}])
console.log(Json.parse(Json.stringify({s:m,map,["aj",null,undefined],fn:async ()=>{},b:BigInt(5)})))
benchmark through tinybench
support the development of this project,financial and code contribution are welcomed. Made with love by Pouchlabs & core-team.
FAQs
a Blazing fast json serialization and deserialization. Bigint,Date,Function,REgexp,Map and more
We found that @pouchlab/json 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
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.