npm-package-json-lint
Advanced tools
Comparing version 5.1.0 to 5.2.0
{ | ||
"name": "npm-package-json-lint", | ||
"version": "5.1.0", | ||
"version": "5.2.0", | ||
"description": "Configurable linter for package.json files.", | ||
@@ -30,2 +30,3 @@ "keywords": [ | ||
"main": "src/api.js", | ||
"types": "index.d.ts", | ||
"scripts": { | ||
@@ -39,31 +40,31 @@ "eslint": "eslint . --format=node_modules/eslint-formatter-pretty", | ||
"dependencies": { | ||
"ajv": "^6.12.2", | ||
"ajv": "^6.12.6", | ||
"ajv-errors": "^1.0.1", | ||
"chalk": "^4.0.0", | ||
"chalk": "^4.1.1", | ||
"cosmiconfig": "^6.0.0", | ||
"debug": "^4.1.1", | ||
"globby": "^11.0.0", | ||
"ignore": "^5.1.4", | ||
"is-plain-obj": "^2.1.0", | ||
"jsonc-parser": "^2.2.1", | ||
"log-symbols": "^4.0.0", | ||
"meow": "^6.1.0", | ||
"debug": "^4.3.2", | ||
"globby": "^11.0.4", | ||
"ignore": "^5.1.8", | ||
"is-plain-obj": "^3.0.0", | ||
"jsonc-parser": "^2.3.1", | ||
"log-symbols": "^4.1.0", | ||
"meow": "^6.1.1", | ||
"plur": "^4.0.0", | ||
"semver": "^7.3.2", | ||
"semver": "^7.3.5", | ||
"slash": "^3.0.0", | ||
"strip-json-comments": "^3.1.0" | ||
"strip-json-comments": "^3.1.1" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^6.8.0", | ||
"eslint-config-tc": "^12.1.0", | ||
"eslint-formatter-pretty": "^3.0.1", | ||
"eslint-plugin-eslint-comments": "^3.1.2", | ||
"eslint-plugin-import": "^2.20.2", | ||
"eslint-plugin-jest": "^23.8.2", | ||
"eslint-plugin-prettier": "^3.1.3", | ||
"eslint": "^7.31.0", | ||
"eslint-config-tc": "^15.0.0", | ||
"eslint-formatter-pretty": "^4.1.0", | ||
"eslint-plugin-eslint-comments": "^3.2.0", | ||
"eslint-plugin-import": "^2.23.4", | ||
"eslint-plugin-jest": "^24.4.0", | ||
"eslint-plugin-prettier": "^3.4.0", | ||
"figures": "^3.2.0", | ||
"jest": "^25.4.0", | ||
"jest": "^27.0.6", | ||
"npm-package-json-lint-config-default": "^3.0.0", | ||
"npm-package-json-lint-config-tc": "^4.0.0", | ||
"prettier": "^2.0.5" | ||
"npm-package-json-lint-config-tc": "^4.1.0", | ||
"prettier": "^2.3.2" | ||
}, | ||
@@ -70,0 +71,0 @@ "engines": { |
@@ -8,3 +8,3 @@ # npm-package-json-lint | ||
[![npm](https://img.shields.io/npm/v/npm-package-json-lint.svg?maxAge=2592000?style=flat-square)](https://www.npmjs.com/package/npm-package-json-lint) | ||
[![CircleCI](https://circleci.com/gh/tclindner/npm-package-json-lint.svg?style=svg)](https://circleci.com/gh/tclindner/npm-package-json-lint) | ||
![ci](https://github.com/tclindner/npm-package-json-lint/workflows/ci/badge.svg?branch=master) | ||
[![Dependency Status](https://david-dm.org/tclindner/npm-package-json-lint.svg?style=flat-square)](https://david-dm.org/tclindner/npm-package-json-lint) | ||
@@ -11,0 +11,0 @@ [![devDependency Status](https://david-dm.org/tclindner/npm-package-json-lint/dev-status.svg?style=flat-square)](https://david-dm.org/tclindner/npm-package-json-lint#info=devDependencies) |
@@ -29,2 +29,3 @@ /* eslint global-require: 'off', import/no-dynamic-require: 'off' */ | ||
// eslint-disable-next-line no-underscore-dangle | ||
this._registerRule(ruleId, ruleModule); | ||
@@ -71,2 +72,3 @@ }); | ||
*/ | ||
// eslint-disable-next-line no-underscore-dangle | ||
_registerRule(ruleId, ruleModule) { | ||
@@ -73,0 +75,0 @@ this.rules[ruleId] = ruleModule; |
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
141565
3955
+ Addedis-plain-obj@3.0.0(transitive)
- Removedis-plain-obj@2.1.0(transitive)
Updatedajv@^6.12.6
Updatedchalk@^4.1.1
Updateddebug@^4.3.2
Updatedglobby@^11.0.4
Updatedignore@^5.1.8
Updatedis-plain-obj@^3.0.0
Updatedjsonc-parser@^2.3.1
Updatedlog-symbols@^4.1.0
Updatedmeow@^6.1.1
Updatedsemver@^7.3.5
Updatedstrip-json-comments@^3.1.1