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

create-hintrc

Package Overview
Dependencies
Maintainers
5
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-hintrc - npm Package Compare versions

Comparing version 3.0.17 to 3.0.18

14

dist/src/create-hintrc.js.LICENSE.txt

@@ -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/>

45

package.json

@@ -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

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