react-international-phone
Advanced tools
Comparing version 4.2.3 to 4.2.4
{ | ||
"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": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
45
709
100916