Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

locale-code

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

locale-code - npm Package Compare versions

Comparing version 0.1.3 to 1.0.0

HISTORY.md

10

package.json
{
"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": "*"
}
}

2

readme.md

@@ -101,4 +101,4 @@ # locale-code

console.log(LocaleCode.validate('bb-ZZ')); // false
console.log(LocaleCode.validate('bb-XX')); // false
```
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