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

react-international-phone

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-international-phone - npm Package Compare versions

Comparing version 4.2.3 to 4.2.4

dist/components/CountrySelector/CountrySelector.d.ts

24

package.json
{
"name": "react-international-phone",
"version": "4.2.3",
"version": "4.2.4",
"description": "☎️ International phone input component for React",

@@ -25,21 +25,21 @@ "keywords": [

"import": {
"types": "./build/index.d.mts",
"default": "./build/index.mjs"
"types": "./dist/index.d.ts",
"default": "./dist/index.mjs"
},
"require": {
"types": "./build/index.d.ts",
"default": "./build/index.js"
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"./style.css": "./build/index.css"
"./style.css": "./dist/index.css"
},
"types": "./build/index.d.ts",
"main": "./build/index.js",
"module": "./build/index.mjs",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"files": [
"build/**/*"
"dist/**/*"
],
"scripts": {
"cm": "cz",
"build": "tsup",
"build": "tsup && tsc --emitDeclarationOnly",
"test": "jest",

@@ -68,3 +68,3 @@ "test-storybook": "test-storybook",

"type": "git",
"url": "https://github.com/goveo/react-international-phone.git"
"url": "git+https://github.com/goveo/react-international-phone.git"
},

@@ -71,0 +71,0 @@ "peerDependencies": {

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