Gathering detailed insights and metrics for react-nip
Gathering detailed insights and metrics for react-nip
Gathering detailed insights and metrics for react-nip
Gathering detailed insights and metrics for react-nip
npm install react-nip
Typescript
Module System
TypeScript (97.13%)
JavaScript (2.87%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
2 Stars
39 Commits
1 Watchers
1 Branches
1 Contributors
Updated on Mar 25, 2022
Latest Version
1.1.6
Package Id
react-nip@1.1.6
Unpacked Size
15.85 kB
Size
5.01 kB
File Count
19
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
20
A react fiber node instance parser from DOM node to stateful component node
Browser
<script src="react-nip.js"></script>
const reactNip = window.$__react_nip
Node.js
npm install react-nip
yarn add react-nip
// CommonJS
const reactNip require('react-nip')
// ES6
import reactNip from 'react-nip'
findReactInstanceByRoot( domNode:Element ): FiberNode
fiberNodeParser( node:FiberNode ): SimplifiedFiberNode
interface SimplifiedFiberNode {
// see https://github.com/facebook/react/blob/master/packages/react-reconciler/src/ReactWorkTags.js
type: WorkTag;
displayName: string;
children: SimplifiedFiberNode[];
state: any;
props: any;
index: number;
domNode: string;
}
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no SAST tool detected
Details
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
license file not detected
Details
Reason
54 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-06-30
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More