New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

xnd

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xnd

Safely augmenting and supplementing JavaScript built-ins since 2021.

latest
Source
npmnpm
Version
3.0.1
Version published
Maintainers
1
Created
Source

xnd

Safely augmenting and supplementing JavaScript built-ins since 2021.

See the documentation to discover all that Xnd has to offer. Xnd is inspired by prior art such as the Kotlin Standard Library, Google Guava, and many others.

Usage

Xnd is a collection of augmentations and supplements to JavaScript built-ins. Augmentations and supplements are defined in JavaScript modules meaning that you can use them in Deno, Node.js, and on the web.

Deno

import also from "https://deno.land/x/xnd/also.ts";

Node.js

npm i xnd
import also from "xnd/also";

Web

import also from "https://cdn.skypack.dev/xnd/also.js";

Keywords

es6

FAQs

Package last updated on 29 Dec 2021

Did you know?

Socket

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.

Install

Related posts