locale-code
Advanced tools
Comparing version 0.1.3 to 1.0.0
{ | ||
"name": "locale-code", | ||
"version": "0.1.3", | ||
"version": "1.0.0", | ||
"description": "locale code based on iso-639-1 and iso-3166-1", | ||
@@ -16,3 +16,4 @@ "main": "build/index.js", | ||
"scripts": { | ||
"build": "babel src --out-dir build" | ||
"build": "babel src --out-dir build", | ||
"test": "mocha" | ||
}, | ||
@@ -27,7 +28,8 @@ "author": "meikidd <meikidd@gmail.com>", | ||
"iso-3166-1-alpha-2": "~1.0.0", | ||
"iso-639-1": "~0.1.0" | ||
"iso-639-1": "~1.0.0" | ||
}, | ||
"devDependencies": { | ||
"babel": "~5.8.12" | ||
"babel": "~5.8.12", | ||
"mocha": "*" | ||
} | ||
} |
@@ -101,4 +101,4 @@ # locale-code | ||
console.log(LocaleCode.validate('bb-ZZ')); // false | ||
console.log(LocaleCode.validate('bb-XX')); // false | ||
``` |
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
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 v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
11396
7
240
1
2
+ Addediso-639-1@1.0.1(transitive)
- Removediso-639-1@0.1.2(transitive)
Updatediso-639-1@~1.0.0