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

number_formatter

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

number_formatter - npm Package Compare versions

Comparing version 0.1.0 to 1.0.0

.travis.yml

2

package.json
{
"name": "number_formatter",
"version": "0.1.0",
"version": "1.0.0",
"description": "Number formatter module",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -0,1 +1,2 @@

[![Build Status](https://travis-ci.org/manishsaraan/number-formatter-module.svg?branch=master)](https://travis-ci.org/manishsaraan/number-formatter-module)
Number Formatter

@@ -8,7 +9,7 @@ =========

`npm install number-formatter-module`
`npm i number_formatter`
## Usage
var numFormatter = require('number-formatter-module');
var numFormatter = require('number_formatter');

@@ -25,2 +26,3 @@ var formattedNum = numFormatter(30000);

In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.
In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.
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