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

create-hintrc

Package Overview
Dependencies
Maintainers
3
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 2.0.1 to 2.0.2

7

CHANGELOG.md

@@ -0,1 +1,8 @@

# 2.0.2 (December 14, 2018)
## Bug fixes / Improvements
* [[`c412f9aa7b`](https://github.com/webhintio/hint/commit/c412f9aa7ba99eb7ef6c20b7c496d629530f3ecf)] - Docs: Fix reference links and remove `markdownlint-cli` dependency (#1566) (by [`Antón Molleda`](https://github.com/molant)).
# 2.0.1 (November 27, 2018)

@@ -2,0 +9,0 @@

0

LICENSE.txt

@@ -0,0 +0,0 @@ Apache License

7

package.json

@@ -31,3 +31,2 @@ {

"inquirer": "^6.2.0",
"markdownlint-cli": "^0.13.0",
"mkdirp": "^0.5.1",

@@ -41,3 +40,3 @@ "npm-link-check": "^3.0.0",

"typescript": "^3.1.6",
"typescript-eslint-parser": "20.1.1",
"typescript-eslint-parser": "21.0.2",
"webpack": "^4.26.0",

@@ -74,3 +73,3 @@ "webpack-cli": "^3.1.2"

"lint:js": "eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives",
"lint:md": "markdownlint --ignore CHANGELOG.md *.md",
"lint:md": "node ../../scripts/lint-markdown.js",
"test": "npm run lint && npm run build && npm run test-only",

@@ -85,3 +84,3 @@ "test-only": "nyc ava",

},
"version": "2.0.1"
"version": "2.0.2"
}

@@ -0,0 +0,0 @@ # Create `.hintrc` (`create-hintrc`)

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