create-hintrc
Advanced tools
Comparing version 3.0.17 to 3.0.18
@@ -192,2 +192,16 @@ /*! | ||
/** | ||
* @license | ||
* Copyright (c) 2010-2012 Mikeal Rogers | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* Unless required by applicable law or agreed to in writing, | ||
* software distributed under the License is distributed on an "AS | ||
* IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either | ||
* express or implied. See the License for the specific language | ||
* governing permissions and limitations under the License. | ||
*/ | ||
/** | ||
* @license | ||
@@ -194,0 +208,0 @@ * Lodash <https://lodash.com/> |
@@ -8,3 +8,4 @@ { | ||
], | ||
"timeout": "1m" | ||
"timeout": "1m", | ||
"workerThreads": false | ||
}, | ||
@@ -15,25 +16,25 @@ "bin": { | ||
"dependencies": { | ||
"@hint/utils": "^7.0.13", | ||
"@hint/utils-debug": "^1.0.7", | ||
"@hint/utils-fs": "^1.0.11", | ||
"browserslist": "^4.17.5", | ||
"inquirer": "^8.1.5" | ||
"@hint/utils": "^7.0.14", | ||
"@hint/utils-debug": "^1.0.8", | ||
"@hint/utils-fs": "^1.0.12", | ||
"browserslist": "^4.19.3", | ||
"inquirer": "^8.2.0" | ||
}, | ||
"description": "webhint's configuration file initializer package", | ||
"devDependencies": { | ||
"@types/inquirer": "^8.1.3", | ||
"@types/lodash": "^4.14.176", | ||
"@types/node": "^15.6.1", | ||
"@types/inquirer": "^8.2.0", | ||
"@types/lodash": "^4.14.178", | ||
"@types/node": "^17.0.14", | ||
"@types/proxyquire": "^1.3.28", | ||
"@types/sinon": "^10.0.4", | ||
"@types/sinon": "^10.0.11", | ||
"@typescript-eslint/eslint-plugin": "^4.33.0", | ||
"@typescript-eslint/parser": "^4.28.1", | ||
"ava": "^3.15.0", | ||
"@typescript-eslint/parser": "^4.33.0", | ||
"ava": "^4.0.1", | ||
"copyfiles": "^2.4.1", | ||
"eslint": "^7.29.0", | ||
"eslint-plugin-import": "^2.25.2", | ||
"eslint": "^7.32.0", | ||
"eslint-plugin-import": "^2.25.4", | ||
"eslint-plugin-markdown": "^2.2.1", | ||
"fork-ts-checker-webpack-plugin": "^6.2.12", | ||
"hint": "^6.1.9", | ||
"inquirer": "^8.1.5", | ||
"fork-ts-checker-webpack-plugin": "^7.2.1", | ||
"hint": "^6.1.10", | ||
"inquirer": "^8.2.0", | ||
"lodash": "^4.17.21", | ||
@@ -45,6 +46,6 @@ "npm-run-all": "^4.1.5", | ||
"rimraf": "^3.0.2", | ||
"sinon": "^9.2.4", | ||
"ts-loader": "^9.2.3", | ||
"typescript": "^4.3.5", | ||
"webpack": "^5.56.1", | ||
"sinon": "^13.0.1", | ||
"ts-loader": "^9.2.6", | ||
"typescript": "^4.5.5", | ||
"webpack": "^5.69.1", | ||
"webpack-cli": "^4.9.1" | ||
@@ -95,3 +96,3 @@ }, | ||
}, | ||
"version": "3.0.17" | ||
"version": "3.0.18" | ||
} |
Sorry, the diff of this file is too big to display
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
7318
2602631
5
1
Updated@hint/utils@^7.0.14
Updated@hint/utils-debug@^1.0.8
Updated@hint/utils-fs@^1.0.12
Updatedbrowserslist@^4.19.3
Updatedinquirer@^8.2.0