npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

@socketregistry/which-boxed-primitive

1.0.9

@GitHub Actions

npmHomeRepoSnykSocket
Downloads:22832
$ npm install @socketregistry/which-boxed-primitive
DailyWeeklyMonthlyYearly

@socketregistry/which-boxed-primitive

Socket Badge CI - @socketregistry/which-boxed-primitive Follow @SocketSecurity

A tested zero dependency drop-in replacement of which-boxed-primitive complete with TypeScript types.

Installation

Install as a package override

socket CLI will automagically ✨ populate overrides and resolutions of your package.json.

npx socket optimize

Prefer to do it yourself? Add @socketregistry/which-boxed-primitive to your package.json.

{
  "overrides": {
    "which-boxed-primitive": "npm:@socketregistry/which-boxed-primitive@^1"
  },
  "resolutions": {
    "which-boxed-primitive": "npm:@socketregistry/which-boxed-primitive@^1"
  }
}

Install as a plain dependency

Install with your favorite package manager.

npm install @socketregistry/which-boxed-primitive

Requirements

Node >= 18.20.4