iso-lang-codes
Advanced tools
Comparing version 2.1.0 to 2.1.1
{ | ||
"name": "iso-lang-codes", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Node util for ISO Language Codes (639-1 and 693-2) and IETF Language Types", | ||
"main": "./src/index.js", | ||
"scripts": { | ||
"test": "nyc --reporter=text mocha --exit", | ||
"test": "mocha", | ||
"lint": "eslint src/ --ext .js", | ||
@@ -38,3 +38,2 @@ "semantic-release": "semantic-release", | ||
"@semantic-release/git": "^7.0.18", | ||
"@semantic-release/npm": "^5.3.5", | ||
"chai": "^4.3.4", | ||
@@ -49,8 +48,5 @@ "commitizen": "^3.1.2", | ||
"eslint-plugin-standard": "^4.1.0", | ||
"istanbul": "^0.4.5", | ||
"mocha": "^5.2.0", | ||
"nyc": "^13.3.0", | ||
"mocha": "^8.3.2", | ||
"pre-commit": "^1.2.2", | ||
"semantic-release": "^15.14.0", | ||
"semantic-release-cli": "^4.1.2" | ||
"semantic-release": "^17.4.2" | ||
}, | ||
@@ -64,3 +60,11 @@ "dependencies": {}, | ||
"release": { | ||
"branches": [ | ||
{ | ||
"name": "master" | ||
} | ||
], | ||
"plugins": [ | ||
"@semantic-release/commit-analyzer", | ||
"@semantic-release/release-notes-generator", | ||
"@semantic-release/npm", | ||
[ | ||
@@ -72,8 +76,8 @@ "@semantic-release/git", | ||
], | ||
"message": "chore(release): ${nextRelease.version} [skip ci]" | ||
"message": "chore(release): ${nextRelease.version} [ci skip]" | ||
} | ||
], | ||
"@semantic-release/npm" | ||
"@semantic-release/github" | ||
] | ||
} | ||
} |
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
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
268752
13
0