Socket
Socket
Sign inDemoInstall

phone-fns

Package Overview
Dependencies
1
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.0 to 4.0.1

15

changelog.md
# Changelog
## v4.0.1
### New
- Added more unit tests for `isValid` and `breakdown`
### Fixed
- Added warning into README that currently phone-fns is focused on US based phone number styles
- Updated github action to LTS of node
### Chore
- Updated dependencies
## v4.0.0

@@ -4,0 +19,0 @@

18

package.json
{
"name": "phone-fns",
"version": "4.0.0",
"version": "4.0.1",
"description": "A small, modern, and functional phone library for javascript",

@@ -14,3 +14,3 @@ "main": "dist/phone-fns.min.js",

"scripts": "node scripts/create-export.js",
"docs": "node_modules/.bin/jsdoc -c jsdoc.json",
"docs": "jsdoc -c jsdoc.json",
"build": "rollup -c",

@@ -67,7 +67,7 @@ "lint": "standard src/**/*.js",

"devDependencies": {
"@babel/core": "7.22.10",
"@babel/preset-env": "7.22.10",
"@rollup/plugin-babel": "6.0.3",
"@rollup/plugin-node-resolve": "^15.2.0",
"@rollup/plugin-terser": "0.4.3",
"@babel/core": "7.23.9",
"@babel/preset-env": "7.23.9",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "0.4.4",
"globby": "13.2.2",

@@ -77,7 +77,7 @@ "jsdoc": "4.0.2",

"pinet": "1.1.4",
"rollup": "3.28.0",
"rollup": "4.9.6",
"rollup-plugin-filesize": "10.0.0",
"standard": "17.1.0",
"tap-on": "0.3.1",
"tape": "5.6.6"
"tape": "5.7.4"
},

@@ -84,0 +84,0 @@ "dependencies": {

@@ -23,2 +23,6 @@ <p align=center>

> [!NOTE]
> Currently Phone-Fns is focused on US based phone numbers, I am happy to welcome contributions to internationalize the library!
- [Documentation](https://phone-fns.dusty.codes/)

@@ -25,0 +29,0 @@

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ // Type definitions for Phone-Fns

@@ -0,0 +0,0 @@ {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc