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

create-hintrc

Package Overview
Dependencies
Maintainers
2
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.0 to 2.0.1

7

CHANGELOG.md

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

# 2.0.1 (November 27, 2018)
## Bug fixes / Improvements
* [[`009db779bc`](https://github.com/webhintio/hint/commit/009db779bc4a8e7b8ba413deb5f6b21590b294f0)] - Fix: Add types to tests (by [`Jesus David García Gomez`](https://github.com/sarvaje) / see also: [`#1517`](https://github.com/webhintio/hint/issues/1517)).
# 2.0.0 (November 5, 2018)

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

19

package.json

@@ -22,15 +22,15 @@ {

"cpx": "^1.5.0",
"eslint": "^5.8.0",
"eslint": "^5.9.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-markdown": "^1.0.0-rc.0",
"eslint-plugin-typescript": "^0.13.0",
"fork-ts-checker-webpack-plugin": "^0.4.14",
"eslint-plugin-typescript": "0.14.0",
"fork-ts-checker-webpack-plugin": "^0.5.0",
"fs-extra": "^7.0.0",
"handlebars": "^4.0.11",
"hint": "^4.0.0",
"hint": "^4.1.0",
"inquirer": "^6.2.0",
"markdownlint-cli": "^0.13.0",
"mkdirp": "^0.5.1",
"npm-link-check": "^2.0.0",
"npm-run-all": "^4.1.2",
"npm-link-check": "^3.0.0",
"npm-run-all": "^4.1.5",
"nyc": "^13.1.0",

@@ -40,5 +40,5 @@ "rimraf": "^2.6.2",

"ts-loader": "^5.3.0",
"typescript": "^3.1.5",
"typescript": "^3.1.6",
"typescript-eslint-parser": "20.1.1",
"webpack": "^4.25.1",
"webpack": "^4.26.0",
"webpack-cli": "^3.1.2"

@@ -77,2 +77,3 @@ },

"test-only": "nyc ava",
"test-release": "npm run lint && npm run clean && npm run build:assets && tsc && npm run test-only",
"watch": "npm run build && npm-run-all --parallel -c watch:*",

@@ -84,3 +85,3 @@ "watch:assets": "npm run build:assets -- -w --no-initial",

},
"version": "2.0.0"
"version": "2.0.1"
}

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