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

phonumber

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

phonumber - npm Package Compare versions

Comparing version 1.0.1 to 1.0.3

dist/index.mjs

16

package.json
{
"name": "phonumber",
"version": "1.0.1",
"version": "1.0.3",
"description": "Phone number parser. Good for formatting phone numbers entered by users.",
"type": "module",
"files": [
"dist"
"dist/"
],
"main": "./dist/phonumber.js",
"types": "dist/types/index.d.ts",
"main": "dist/index.js",
"exports": {
".": "./dist/index.js"
},
"scripts": {

@@ -26,3 +29,6 @@ "dev": "vite",

"license": "MIT",
"repository": "https://github.com/barrsan/phonumber.git",
"repository": {
"type": "git",
"url": "https://github.com/barrsan/phonumber.git"
},
"bugs": {

@@ -29,0 +35,0 @@ "url": "https://github.com/barrsan/phonumber/issues"

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