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

@opentf/utils

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentf/utils

A collection of JavaScript utility functions.

Source
npmnpm
Version
0.21.0
Version published
Weekly downloads
163
81.11%
Maintainers
1
Weekly downloads
 
Created
Source

Utils

⚡ by OPEN TECH FOUNDATION

Build

A collection of JavaScript utility functions.

Playground

Installation

Using npm

npm install @opentf/utils

Using Yarn

yarn add @opentf/utils

Using pnpm

pnpm add @opentf/utils

Usage

import { range, camelCase, sleep } from '@opentf/utils';

range(1, 5); //=> [1, 2, 3, 4, 5]

camelCase('i phone'); //=> 'iPhone'

await sleep(1000); // It suspends the exection for 1 second.

Documentation

Please visit https://js-utils.pages.dev to get started.

License

Copyright (c) Thanga Ganapathy (MIT License).

Keywords

collection

FAQs

Package last updated on 19 Sep 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