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

phone-simplifier

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

phone-simplifier - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

package.json
{
"name": "phone-simplifier",
"version": "0.1.0",
"version": "0.1.1",
"description": "An NPM package for simplifying phone number",

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

@@ -6,2 +6,10 @@ # phone-simplifier

## Installation
Install using [__npm__](https://www.npmjs.com/).
```sh
npm install phone-simplifier
```
## Usage

@@ -11,3 +19,3 @@

```
```sh
const phone = require('phone-simplifier')

@@ -20,3 +28,3 @@

```
```sh
+1 (234) 567-8910 => +1 (234) 567-8910

@@ -30,3 +38,3 @@ +12345678910 => (234) 567-8910

```
```sh
const phone = require('phone-simplifier')

@@ -39,3 +47,3 @@

```
```sh
+1 (234) 567-8910 => +12345678910

@@ -42,0 +50,0 @@ 234-567-8910 => 2345678910

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