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 1.7.0 to 1.8.0

dist/components/CountrySelector/CountrySelector.d.ts

52

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

@@ -22,13 +22,18 @@ "keywords": [

"license": "MIT",
"main": "build/index.js",
"types": "build/index.d.ts",
"type": "module",
"main": "dist/index.umd.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"build"
"dist"
],
"exports": {
".": "./build/index.js",
"./style.css": "./build/index.css"
".": {
"import": "./dist/index.js",
"require": "./dist/index.umd.cjs"
},
"./style.css": "./dist/style.css"
},
"scripts": {
"build": "webpack",
"build": "tsc && vite build",
"test": "jest",

@@ -49,3 +54,4 @@ "test:coverage": "jest --coverage",

"docs:build": "cd packages/docs && pnpm build",
"docs:test": "cd packages/docs && pnpm serve"
"docs:serve": "cd packages/docs && pnpm serve",
"docs:test": "pnpm build && pnpm docs:build && pnpm docs:serve"
},

@@ -73,7 +79,5 @@ "repository": {

"@semantic-release/release-notes-generator": "^10.0.3",
"@storybook/addon-controls": "^6.5.12",
"@storybook/builder-webpack5": "^6.5.12",
"@storybook/manager-webpack5": "^6.5.12",
"@storybook/preset-scss": "^1.0.3",
"@storybook/react": "^6.5.12",
"@storybook/addon-controls": "^6.5.16",
"@storybook/builder-vite": "0.3.0",
"@storybook/react": "^6.5.16",
"@testing-library/jest-dom": "^5.16.5",

@@ -85,8 +89,7 @@ "@testing-library/react": "^12.1.5",

"@types/node": "^18.8.5",
"@types/react": "^16.14.32",
"@types/react": "^17.0.53",
"@types/testing-library__jest-dom": "^5.14.5",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^4.33.0",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"antd": "^5.0.2",
"css-loader": "^6.7.1",
"eslint": "^7.32.0",

@@ -105,3 +108,2 @@ "eslint-config-prettier": "^8.5.0",

"lint-staged": "^13.0.3",
"mini-css-extract-plugin": "^2.7.1",
"postcss": "^8.4.17",

@@ -114,6 +116,5 @@ "postcss-scss": "^4.0.5",

"sass": "^1.55.0",
"sass-loader": "^13.0.2",
"semantic-release": "^19.0.5",
"storybook": "^6.5.12",
"style-loader": "^3.3.1",
"storybook": "^6.5.16",
"storybook-builder-vite": "^0.1.23",
"stylelint": "^14.13.0",

@@ -128,7 +129,6 @@ "stylelint-config-idiomatic-order": "^9.0.0",

"ts-jest": "^29.0.3",
"ts-loader": "^8.4.0",
"ts-node": "^10.9.1",
"typescript": "^4.0.5",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"typescript": "^4.9.4",
"vite": "^4.0.4",
"vite-plugin-dts": "^1.7.1",
"yup": "^0.32.11"

@@ -151,3 +151,3 @@ },

"engines": {
"node": ">=16.14"
"node": "16.x"
},

@@ -154,0 +154,0 @@ "publishConfig": {

@@ -13,3 +13,3 @@ # react-international-phone

![demo-gif](https://user-images.githubusercontent.com/25800848/210026141-d78e882c-1728-44be-b82c-f35ebfba518e.gif)
![demo-gif](https://user-images.githubusercontent.com/25800848/215350455-0d362e64-d621-4856-a384-ab18d4a0d5fa.gif)

@@ -16,0 +16,0 @@ ## Features

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