
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.
@nutshelllabs/primitives
Advanced tools
Internal element type constants for react-pdf. This package defines the primitive node types used throughout the react-pdf rendering pipeline.
yarn add @nutshelllabs/primitives
import { View, Text, Page, Document } from '@nutshelllabs/primitives';
console.log(View); // 'VIEW'
console.log(Text); // 'TEXT'
console.log(Page); // 'PAGE'
console.log(Document); // 'DOCUMENT'
These constants are primarily used internally by react-pdf packages to identify element types during the rendering process.
| Export | Value | Description |
|---|---|---|
Document | 'DOCUMENT' | Root document container |
Page | 'PAGE' | Individual page within a document |
View | 'VIEW' | Generic container element |
Text | 'TEXT' | Text content container |
Link | 'LINK' | Hyperlink element |
Note | 'NOTE' | Annotation/note element |
Image | 'IMAGE' | Image element |
Canvas | 'CANVAS' | Custom drawing canvas |
| Export | Value | Description |
|---|---|---|
FieldSet | 'FIELD_SET' | Form field grouping container |
TextInput | 'TEXT_INPUT' | Text input field |
Select | 'SELECT' | Dropdown select field |
Checkbox | 'CHECKBOX' | Checkbox input field |
List | 'LIST' | List element for forms |
| Export | Value | Description |
|---|---|---|
Svg | 'SVG' | SVG root container |
G | 'G' | SVG group element |
Path | 'PATH' | SVG path element |
Rect | 'RECT' | SVG rectangle element |
Line | 'LINE' | SVG line element |
Circle | 'CIRCLE' | SVG circle element |
Ellipse | 'ELLIPSE' | SVG ellipse element |
Polygon | 'POLYGON' | SVG polygon element |
Polyline | 'POLYLINE' | SVG polyline element |
Tspan | 'TSPAN' | SVG text span element |
ClipPath | 'CLIP_PATH' | SVG clipping path |
Defs | 'DEFS' | SVG definitions container |
Stop | 'STOP' | Gradient stop element |
LinearGradient | 'LINEAR_GRADIENT' | Linear gradient definition |
RadialGradient | 'RADIAL_GRADIENT' | Radial gradient definition |
| Export | Value | Description |
|---|---|---|
TextInstance | 'TEXT_INSTANCE' | Internal representation of text content |
MIT
FAQs
Define uninitialized elements
We found that @nutshelllabs/primitives 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
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.