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

@gaiiaa/assert

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gaiiaa/assert

Tiny and efficient assertion library

latest
npmnpm
Version
0.0.11
Version published
Maintainers
1
Created
Source

Archí

Archí 🔨

Node minimal starter package

Npm package yearly downloads GitHub stars NuGet stable version

A minimal starter typescript template for Node libraries with Vite, Vitest, and Unbuild.

Usage

Install package:

# npm
npm install packageName

# yarn
yarn add packageName

# pnpm
pnpm install packageName

# bun
bun install packageName

Import:

// node
import {} from "packageName";

// deno
import * as packageName from "https://esm.sh/packageName"

Development

  • Clone this repository
  • Install latest LTS version of Node.js
  • Enable Corepack using corepack enable
  • Install dependencies using pnpm install
  • Run interactive tests using pnpm dev

License

Made with 💛

Published under MIT License.

FAQs

Package last updated on 26 Dec 2023

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