cjs-iso-639
Advanced tools
Comparing version 1.0.2 to 1.1.1
/** | ||
* @license The MIT License (MIT) | ||
* @copyright Stanislav Kalashnik <darkpark.main@gmail.com> | ||
* @author Stanislav Kalashnik <darkpark.main@gmail.com> | ||
*/ | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "cjs-iso-639", | ||
"version": "1.0.2", | ||
"version": "1.1.1", | ||
"description": "ISO 639 language codes.", | ||
@@ -14,14 +14,15 @@ "author": { | ||
"scripts": { | ||
"lint": "eslint .", | ||
"lint": "eslint --ignore-pattern '/docs/' .", | ||
"mocha": "node ./tests/main.js", | ||
"test": "npm run mocha && npm run lint" | ||
"test": "npm run mocha && npm run lint", | ||
"jsdoc": "jsdoc --destination docs *.js readme.md" | ||
}, | ||
"dependencies": { | ||
"langs": "2.*.*" | ||
"langs": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"cjs-eslint-config": "1.*.*", | ||
"eslint": "3.*.*", | ||
"mocha": "3.*.*", | ||
"should": "11.*.*" | ||
"cjs-eslint": "^1.1.1", | ||
"jsdoc": "^3.5.5", | ||
"mocha": "^5.2.0", | ||
"should": "^13.2.3" | ||
}, | ||
@@ -28,0 +29,0 @@ "keywords": [ |
@@ -9,3 +9,3 @@ ISO 639 language codes | ||
[![Gitter](https://img.shields.io/badge/gitter-join%20chat-blue.svg?style=flat-square)](https://gitter.im/DarkPark/cjssdk) | ||
[![RunKit](https://img.shields.io/badge/RunKit-try-yellow.svg?style=flat-square)](https://runkit.com/npm/cjs-iso-639) | ||
[![RunKit](https://img.shields.io/badge/RunKit-try-yellow.svg?style=flat-square)](https://npm.runkit.com/cjs-iso-639) | ||
@@ -12,0 +12,0 @@ |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
4236
4
1
Updatedlangs@^2.0.0