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

@hint/utils-network

Package Overview
Dependencies
Maintainers
4
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hint/utils-network - npm Package Compare versions

Comparing version 1.0.9 to 1.0.10

21

CHANGELOG.md

@@ -0,1 +1,22 @@

# 1.0.10 (June 9, 2021)
## Bug fixes / Improvements
* [[`27b8f12331`](https://github.com/webhintio/hint/commit/27b8f12331a2553208dbb489edddd9162677c931)] - Fix: Update dependencies to fix vulnerabilities (by [`Jesus David García Gomez`](https://github.com/sarvaje) / see also: [`#4594`](https://github.com/webhintio/hint/issues/4594)).
## Chores
* [[`4e8187c0da`](https://github.com/webhintio/hint/commit/4e8187c0da48258cac7e95d1a5c9e72dbc8f5002)] - Upgrade: Bump eslint-plugin-markdown from 2.1.0 to 2.2.0 (by [`dependabot-preview[bot]`](https://github.com/apps/dependabot-preview)).
* [[`9fc0c33223`](https://github.com/webhintio/hint/commit/9fc0c33223cf5a80ec01434baa94662e117a3263)] - Upgrade: Bump eslint from 7.26.0 to 7.27.0 (by [`dependabot-preview[bot]`](https://github.com/apps/dependabot-preview)).
* [[`fe2e481f6b`](https://github.com/webhintio/hint/commit/fe2e481f6b5694f25e846b79645222b75ff33b33)] - Upgrade: Bump eslint-plugin-markdown from 1.0.2 to 2.1.0 (by [`dependabot-preview[bot]`](https://github.com/apps/dependabot-preview)).
* [[`b85bd445bd`](https://github.com/webhintio/hint/commit/b85bd445bd38ae59d315559ca55b9a0cfbec0efb)] - Upgrade: Bump eslint from 7.23.0 to 7.26.0 (by [`dependabot-preview[bot]`](https://github.com/apps/dependabot-preview)).
* [[`7096003bd6`](https://github.com/webhintio/hint/commit/7096003bd695830e8677ccf21cf2f3417aa0a21b)] - Upgrade: Bump typescript from 4.2.3 to 4.2.4 (by [`dependabot-preview[bot]`](https://github.com/apps/dependabot-preview)).
* [[`4e911c2579`](https://github.com/webhintio/hint/commit/4e911c2579dca309dbd1d2e10f2c2e878c958485)] - Upgrade: Bump eslint from 7.21.0 to 7.23.0 (by [`dependabot-preview[bot]`](https://github.com/apps/dependabot-preview)).
* [[`9b47140b1c`](https://github.com/webhintio/hint/commit/9b47140b1c8dac076bee248370fa1f0c6e933681)] - Upgrade: Bump typescript from 4.1.5 to 4.2.3 (by [`dependabot-preview[bot]`](https://github.com/apps/dependabot-preview)).
* [[`3c4e88ccc2`](https://github.com/webhintio/hint/commit/3c4e88ccc2aad4fa6bef789961b447c37b34858c)] - Upgrade: Bump eslint from 7.20.0 to 7.21.0 (by [`dependabot-preview[bot]`](https://github.com/apps/dependabot-preview)).
* [[`5023166983`](https://github.com/webhintio/hint/commit/5023166983444a4e9e7d688b000c687f16ac0df9)] - Upgrade: Bump eslint from 7.17.0 to 7.20.0 (by [`dependabot-preview[bot]`](https://github.com/apps/dependabot-preview)).
* [[`f7fc841606`](https://github.com/webhintio/hint/commit/f7fc84160695aa8796ac2436a3b9dd802eb39dab)] - Upgrade: Bump lodash from 4.17.20 to 4.17.21 (by [`dependabot-preview[bot]`](https://github.com/apps/dependabot-preview)).
* [[`211de74110`](https://github.com/webhintio/hint/commit/211de741109ad5bb335a3b0601b46911aaacb69c)] - Upgrade: Bump typescript from 4.1.3 to 4.1.5 (by [`dependabot-preview[bot]`](https://github.com/apps/dependabot-preview)).
# 1.0.8 (February 4, 2021)

@@ -2,0 +23,0 @@

22

package.json

@@ -11,10 +11,10 @@ {

"dependencies": {
"@hint/utils": "^7.0.9",
"@hint/utils-debug": "^1.0.4",
"@hint/utils-fs": "^1.0.8",
"@hint/utils-string": "^1.0.7",
"@hint/utils-types": "^1.1.2",
"@hint/utils": "^7.0.10",
"@hint/utils-debug": "^1.0.5",
"@hint/utils-fs": "^1.0.9",
"@hint/utils-string": "^1.0.8",
"@hint/utils-types": "^1.1.3",
"content-type": "^1.0.4",
"file-url": "^3.0.0",
"lodash": "^4.17.20",
"lodash": "^4.17.21",
"request": "^2.88.2"

@@ -25,5 +25,5 @@ },

"ava": "^3.15.0",
"eslint": "^7.17.0",
"eslint": "^7.27.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-markdown": "^1.0.2",
"eslint-plugin-markdown": "^2.2.0",
"npm-run-all": "^4.1.5",

@@ -34,3 +34,3 @@ "nyc": "^15.1.0",

"sinon": "^9.2.4",
"typescript": "^4.1.3"
"typescript": "^4.2.4"
},

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

"build-release": "npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true",
"build:assets": "cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist",
"build:assets": "copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist",
"build:ts": "tsc -b",

@@ -73,3 +73,3 @@ "clean": "rimraf dist",

},
"version": "1.0.9"
"version": "1.0.10"
}

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