Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@olton/js-utils

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@olton/js-utils

JS Utils - The set of utilities functions, classes and routines written on javascript

  • 0.28.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Dependencies GitHub code size in bytes GitHub release GitHub pre-release GitHub

JS:Utils - Utilities functions, classes and routines

JS Utils is a set of utilities functions, classes and routines written on javascript

Contributing

Clone repository / Get source

git clone https://github.com/olton/js-utils

Run tests

yarn test

Install

With npm

npm install @olton/js-utils --save-dev

With yarn

yarn add --dev @olton/js-utils

Using

import {each} from "@olton/js-utils";

const a = [1, 2, 3, 4, 5];

each(a, function(){
    console.log(this);
})

Documentation

You can find the documentation at this link.

License

This software is free to use under the MIT license. See the LICENSE file for license text and copyright information.

FAQs

Package last updated on 09 Mar 2020

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc