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

iso-lang-codes

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iso-lang-codes - npm Package Compare versions

Comparing version 1.0.0 to 1.0.2

24

package.json
{
"name": "iso-lang-codes",
"version": "1.0.0",
"version": "1.0.2",
"description": "Node util for ISO Language Codes (639-1 and 693-2) and IETF Language Types",
"main": "index.js",
"main": "./lib/index.js",
"scripts": {

@@ -26,2 +26,6 @@ "test": "nyc --reporter=text mocha --exit",

"author": "Cloudoki",
"contributors": [
"Diogo Simões <diogo@cloudoki.com>",
"Délio Amaral <delio@cloudoki.com>"
],
"license": "MIT",

@@ -33,2 +37,4 @@ "bugs": {

"devDependencies": {
"@semantic-release/git": "^7.0.8",
"@semantic-release/npm": "^5.1.4",
"chai": "^4.2.0",

@@ -57,3 +63,17 @@ "commitizen": "^3.0.5",

}
},
"release": {
"plugins": [
[
"@semantic-release/git",
{
"assets": [
"package.json"
],
"message": "chore(release): ${nextRelease.version} [skip ci]"
}
],
"@semantic-release/npm"
]
}
}

@@ -0,1 +1,5 @@

[![Build Status](https://travis-ci.org/Cloudoki/iso-language-codes.svg?branch=master)](https://travis-ci.org/Cloudoki/iso-language-codes)
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
# ISO Language Codes

@@ -11,2 +15,16 @@

# Usage
Install the latest version:
`npm i --save iso-lang-codes@latest`
Require the module in your code & start using:
`const codes = require('iso-lang-codes')`
`codes.validateLocaleCode('pt-PT')`
<br />
# Documentation

@@ -13,0 +31,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