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.8.0 to 1.8.1

build/components/CountrySelector/CountrySelector.d.ts

33

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

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

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

@@ -79,3 +74,5 @@ "test:coverage": "jest --coverage",

"@storybook/addon-controls": "^6.5.16",
"@storybook/builder-vite": "0.3.0",
"@storybook/builder-webpack5": "^6.5.16",
"@storybook/manager-webpack5": "^6.5.16",
"@storybook/preset-scss": "^1.0.3",
"@storybook/react": "^6.5.16",

@@ -93,2 +90,3 @@ "@testing-library/jest-dom": "^5.16.5",

"antd": "^5.0.2",
"css-loader": "^6.7.3",
"eslint": "^7.32.0",

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

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

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

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

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

"ts-jest": "^29.0.3",
"ts-loader": "^9.4.2",
"ts-node": "^10.9.1",
"typescript": "^4.9.4",
"vite": "^4.0.4",
"vite-plugin-dts": "^1.7.1",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"yup": "^0.32.11"

@@ -134,0 +135,0 @@ },

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