New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@hint/hint-http-cache

Package Overview
Dependencies
Maintainers
4
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hint/hint-http-cache - npm Package Compare versions

Comparing version 4.0.3 to 4.0.4

23

CHANGELOG.md

@@ -0,1 +1,24 @@

# 4.0.4 (February 4, 2021)
## Bug fixes / Improvements
* [[`505c2694a7`](https://github.com/webhintio/hint/commit/505c2694a71d3619ffb52f333b6286b6bf9f99d9)] - Fix: Avoid false-positives on localhost (by [`Tony Ross`](https://github.com/antross) / see also: [`#4229`](https://github.com/webhintio/hint/issues/4229)).
## Chores
* [[`7480aa6204`](https://github.com/webhintio/hint/commit/7480aa6204a21ac6edcf01950dd7f4fa6bbeb2c5)] - Upgrade: Bump @typescript-eslint/parser from 4.9.0 to 4.14.1 (by [`dependabot-preview[bot]`](https://github.com/apps/dependabot-preview)).
* [[`e298879c85`](https://github.com/webhintio/hint/commit/e298879c855ce07be654ef08ced26752dda9fe7c)] - Upgrade: Bump @typescript-eslint/eslint-plugin from 4.9.0 to 4.14.1 (by [`dependabot-preview[bot]`](https://github.com/apps/dependabot-preview)).
* [[`f29bb132cb`](https://github.com/webhintio/hint/commit/f29bb132cb5f700c9c1cf17adcbe95ad47d138bd)] - Upgrade: Bump @types/node from 14.14.14 to 14.14.22 (by [`dependabot-preview[bot]`](https://github.com/apps/dependabot-preview)).
* [[`68c2489ca0`](https://github.com/webhintio/hint/commit/68c2489ca0887ae90a9ad813e9a82c171c7d8537)] - Upgrade: Bump eslint from 7.14.0 to 7.17.0 (by [`dependabot-preview[bot]`](https://github.com/apps/dependabot-preview)).
* [[`f4ef63e832`](https://github.com/webhintio/hint/commit/f4ef63e8327966dfe2d57779f300abe66b6f24dc)] - Upgrade: Bump ava from 3.13.0 to 3.15.0 (by [`dependabot-preview[bot]`](https://github.com/apps/dependabot-preview)).
* [[`accf822062`](https://github.com/webhintio/hint/commit/accf82206200026705f939b08f35d20f78c29c81)] - Upgrade: Bump typescript from 4.1.2 to 4.1.3 (by [`dependabot-preview[bot]`](https://github.com/apps/dependabot-preview)).
* [[`3acf8d844d`](https://github.com/webhintio/hint/commit/3acf8d844d86c7fe0ec74e47ba89c40a3a8b2905)] - Upgrade: Bump @types/node from 14.14.12 to 14.14.14 (by [`dependabot-preview[bot]`](https://github.com/apps/dependabot-preview)).
* [[`d509b0072e`](https://github.com/webhintio/hint/commit/d509b0072ebafb8d1585ca2e846fb4c6de82b238)] - Upgrade: Bump @types/node from 14.14.11 to 14.14.12 (by [`dependabot-preview[bot]`](https://github.com/apps/dependabot-preview)).
* [[`df5adacf72`](https://github.com/webhintio/hint/commit/df5adacf7246e87cd26f950533cb121691a0d937)] - Upgrade: Bump ava from 3.12.1 to 3.13.0 (by [`dependabot-preview[bot]`](https://github.com/apps/dependabot-preview)).
* [[`565cdc8d8d`](https://github.com/webhintio/hint/commit/565cdc8d8d280004f8d2bbbfb2d4c00a20233468)] - Upgrade: Bump @typescript-eslint/parser from 4.0.1 to 4.9.0 (by [`dependabot-preview[bot]`](https://github.com/apps/dependabot-preview)).
* [[`7453405bc6`](https://github.com/webhintio/hint/commit/7453405bc68d57c8dec95f6d0c2efd29c504f944)] - Upgrade: Bump @typescript-eslint/eslint-plugin from 4.7.0 to 4.8.1 (by [`dependabot-preview[bot]`](https://github.com/apps/dependabot-preview)).
* [[`a42dca7f88`](https://github.com/webhintio/hint/commit/a42dca7f88ef0aeb3f739d852143baff9a8cf789)] - Upgrade: Bump @typescript-eslint/eslint-plugin from 4.0.1 to 4.7.0 (by [`dependabot-preview[bot]`](https://github.com/apps/dependabot-preview)).
* [[`316996ecbd`](https://github.com/webhintio/hint/commit/316996ecbd3622ee701b67e8781211023cf70b1d)] - Upgrade: Bump typescript from 4.0.2 to 4.0.5 (by [`dependabot-preview[bot]`](https://github.com/apps/dependabot-preview)).
# 4.0.3 (November 11, 2020)

@@ -2,0 +25,0 @@

3

dist/src/i18n.import.js

@@ -5,3 +5,3 @@ "use strict";

const utils_i18n_1 = require("@hint/utils-i18n");
exports.getMessage = (message, language, substitutions) => {
const getMessage = (message, language, substitutions) => {
const options = {

@@ -13,1 +13,2 @@ language,

};
exports.getMessage = getMessage;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const rx_localhost_1 = require("@hint/utils-network/dist/src/rx-localhost");
const utils_types_1 = require("@hint/utils-types");

@@ -19,2 +20,3 @@ const hint_scope_1 = require("hint/dist/src/lib/enums/hint-scope");

id: 'http-cache',
ignoredUrls: [rx_localhost_1.rxLocalhost],
schema: [{

@@ -21,0 +23,0 @@ additionalProperties: false,

@@ -11,17 +11,17 @@ {

"dependencies": {
"@hint/utils-debug": "^1.0.3",
"@hint/utils-i18n": "^1.0.6",
"@hint/utils-network": "^1.0.7",
"@hint/utils-types": "^1.1.1"
"@hint/utils-debug": "^1.0.4",
"@hint/utils-i18n": "^1.0.7",
"@hint/utils-network": "^1.0.8",
"@hint/utils-types": "^1.1.2"
},
"description": "hint for HTTP caching related best practices",
"devDependencies": {
"@hint/utils-create-server": "^3.4.7",
"@hint/utils-tests-helpers": "^6.3.1",
"@types/node": "^14.11.2",
"@typescript-eslint/eslint-plugin": "^4.0.1",
"@typescript-eslint/parser": "^4.0.1",
"ava": "^3.12.1",
"@hint/utils-create-server": "^3.4.8",
"@hint/utils-tests-helpers": "^6.3.2",
"@types/node": "^14.14.22",
"@typescript-eslint/eslint-plugin": "^4.14.1",
"@typescript-eslint/parser": "^4.14.1",
"ava": "^3.15.0",
"cpx": "^1.5.0",
"eslint": "^7.8.1",
"eslint": "^7.17.0",
"eslint-plugin-import": "^2.22.1",

@@ -32,3 +32,3 @@ "eslint-plugin-markdown": "^1.0.2",

"rimraf": "^3.0.2",
"typescript": "^4.0.2"
"typescript": "^4.1.3"
},

@@ -79,3 +79,3 @@ "files": [

},
"version": "4.0.3"
"version": "4.0.4"
}

Sorry, the diff of this file is not supported yet

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