
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
nv-array-pary
Advanced tools
nv-array-pary ======================= - a slow array-tree - for test nvlang pary data-type,
const x = require("nv-array-pary");
var nd1 = x.creat("t1",{v:111})
var nd2 = x.creat("t2",{v:222})
> var nd1 = x.creat("t1",{v:111})
> var nd2 = x.creat("t2",{v:222})
> nd1.id
1
> nd2.id
2
>
> nd1.t
't1'
> nd2.t
't2'
>
> nd1._attr()
{ v: 111 }
> nd2._attr()
{ v: 222 }
>
> nd1.pr
null
> nd2.pr
null
>
> nd1.$push(nd2)
> nd1
(1) [ (0) [ v: 222 ], v: 111 ]
>
> nd2.pr
(1) [ (0) [ v: 222 ], v: 111 ]
>
> nd2.pr === nd1
true
>
> console.log(JSON.stringify(nd1._dump()))
["t1",{"v":111},[["t2",{"v":222},[]]]]
//getter
nd.idx
nd.id
nd.pr
nd.length
nd.t
//mthd
nd.$disc
nd.$iaft
nd.$ibfr
nd.$is_rt
nd.$pop
nd.$pop_many
nd.$push
nd.$push_many
nd.$unshift
nd.$unshift_many
//user-defined-impl
nd._attr
nd._dump
nd._is_nd
{
creat_idpool: [Function: creat_idpool],
SHARED_IDPOOL: _Idpool(1) [ 1 ],
is_ary_idx: [Function: is_ary_idx],
is_ary_key: [Function: is_ary_key],
_Base: [class extends Array],
creat_without_check: [Function: creat_without_check],
creat: [Function: creat],
load_from_dump: [Function: load_from_dump]
}
FAQs
nv-array-pary ======================= - a slow array-tree - for test nvlang pary data-type,
The npm package nv-array-pary receives a total of 0 weekly downloads. As such, nv-array-pary popularity was classified as not popular.
We found that nv-array-pary demonstrated a not healthy version release cadence and project activity because the last version was released 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.