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

@alfredblake/utils

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alfredblake/utils

Helper functions to build a client for blake-ng.

latest
Source
npmnpm
Version
1.0.4
Version published
Maintainers
1
Created
Source

@alfredblake/utils

npm version Known Vulnerabilities Licence MIT tested with jest codecov

@alfredblake/utils is a collection of function used to build clients for Alfred Blakes api. We are also practising dogfooding, and uses the same functions for our own clients and server software.

  • Install
  • Usage

Install

Installation of the npm

npm install @alfredblake/util

Example

const { displayPrice } = require("@alfredblake/utils");

const price = displayPrice(1200);

Contribute

See contribute

License

MIT - See licence

FAQs

Package last updated on 31 Jan 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