🚀 Launch Week Day 4:Introducing the Alert Details Page: A Better Way to Explore Alerts.Learn More →
Socket
Book a DemoInstallSign in
Socket

format-object

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

format-object

util.format with keys and values

Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

format-object Circle CI

util.format with object instead of argument list.

Installation

$ npm install format-object --save

Usage

const format = require('format-object');

format('Hello, :name', {
  name: 'Joe'
}); // => 'Hello, Joe'

Tests

Circle CI

$ make test

License

MIT © Vadym Demedes

Keywords

format

FAQs

Package last updated on 11 Oct 2016

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