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.3 to 2.0.4

8

CHANGELOG.md

@@ -0,1 +1,9 @@

# 2.0.4 (February 21, 2019)
## Bug fixes / Improvements
* [[`1722481e51`](https://github.com/webhintio/hint/commit/1722481e51cf8e88bce77bf1c966909efed5269a)] - Fix: Disable `declarationMap` (by [`Antón Molleda`](https://github.com/molant)).
* [[`44674e9c44`](https://github.com/webhintio/hint/commit/44674e9c4479cb3f3e3c2e66173437c74481f487)] - Fix: Refactor for file name convention (#1861) (by [`Karan Sapolia`](https://github.com/karansapolia) / see also: [`#1748`](https://github.com/webhintio/hint/issues/1748)).
# 2.0.3 (December 31, 2018)

@@ -2,0 +10,0 @@

40

package.json

@@ -13,3 +13,3 @@ {

"dependencies": {
"browserslist": "^4.3.6",
"browserslist": "^4.4.1",
"encoding": "^0.1.12"

@@ -20,25 +20,25 @@ },

"@types/inquirer": "^0.0.43",
"@types/node": "10.9.1",
"ava": "^0.25.0",
"@types/node": "11.9.4",
"@types/sinon": "^7.0.6",
"ava": "^1.2.1",
"cpx": "^1.5.0",
"eslint": "^5.11.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-markdown": "^1.0.0-rc.0",
"eslint-plugin-typescript": "0.14.0",
"eslint": "^5.14.1",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-markdown": "^1.0.0",
"@typescript-eslint/eslint-plugin": "^1.4.0",
"fork-ts-checker-webpack-plugin": "^0.5.2",
"fs-extra": "^7.0.0",
"handlebars": "^4.0.11",
"hint": "^4.1.2",
"inquirer": "^6.2.1",
"hint": "^4.4.1",
"inquirer": "^6.2.2",
"mkdirp": "^0.5.1",
"npm-link-check": "^3.0.0",
"npm-run-all": "^4.1.5",
"nyc": "^13.1.0",
"rimraf": "^2.6.2",
"sinon": "^7.2.2",
"ts-loader": "^5.3.2",
"typescript": "^3.2.2",
"typescript-eslint-parser": "21.0.2",
"webpack": "^4.28.3",
"webpack-cli": "^3.1.2"
"nyc": "^13.3.0",
"rimraf": "^2.6.3",
"sinon": "^7.2.4",
"ts-loader": "^5.3.3",
"typescript": "^3.3.3",
"@typescript-eslint/parser": "1.4.0",
"webpack": "^4.29.5",
"webpack-cli": "^3.2.3"
},

@@ -66,3 +66,3 @@ "engines": {

"scripts": {
"build": "npm run clean && npm-run-all build:*",
"build": "npm-run-all build:*",
"build-release": "npm run clean && npm run build:assets && webpack",

@@ -84,3 +84,3 @@ "build:assets": "cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist",

},
"version": "2.0.3"
"version": "2.0.4"
}

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