Comparing version 1.0.1 to 1.0.3
{ | ||
"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" |
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
30867
0
1
No