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

@hint/utils-create-server

Package Overview
Dependencies
Maintainers
4
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hint/utils-create-server - npm Package Compare versions

Comparing version 3.4.6 to 3.4.7

11

CHANGELOG.md

@@ -0,1 +1,12 @@

# 3.4.7 (November 11, 2020)
## Chores
* [[`2ce460c00c`](https://github.com/webhintio/hint/commit/2ce460c00c2f7154d23458da15d88e30e498629b)] - Upgrade: Bump eslint-plugin-import from 2.22.0 to 2.22.1 (by [`dependabot-preview[bot]`](https://github.com/apps/dependabot-preview)).
* [[`6a48c13c34`](https://github.com/webhintio/hint/commit/6a48c13c34af6b5291a7d8d04ee1ed45dbd27e06)] - Upgrade: Bump @types/node from 14.6.2 to 14.11.2 (by [`dependabot-preview[bot]`](https://github.com/apps/dependabot-preview)).
* [[`29c1e30cfa`](https://github.com/webhintio/hint/commit/29c1e30cfab0a61a6d41978f12e2eece12657342)] - Upgrade: Bump eslint from 7.8.0 to 7.8.1 (by [`dependabot-preview[bot]`](https://github.com/apps/dependabot-preview)).
* [[`efc4098c99`](https://github.com/webhintio/hint/commit/efc4098c9985fcb8096ca4cfb434316106ad4b2d)] - Upgrade: Update dependencies (#3977) (by [`Jesus David García Gomez`](https://github.com/sarvaje)).
* [[`25a5248cca`](https://github.com/webhintio/hint/commit/25a5248ccad2fe98e6fc5fd631b3a16a00963fec)] - Upgrade: Bump lodash from 4.17.19 to 4.17.20 (by [`dependabot-preview[bot]`](https://github.com/apps/dependabot-preview)).
# 3.4.6 (August 24, 2020)

@@ -2,0 +13,0 @@

2

dist/src/index.js

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

var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};

@@ -13,0 +13,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,4 +0,1 @@

export declare type Message = {
webhint: WebhintMessage;
};
export declare type WebhintMessage = {

@@ -8,2 +5,5 @@ type: string;

};
export declare type Message = {
webhint: WebhintMessage;
};
export declare type ServerConfiguration = string | object;

@@ -10,0 +10,0 @@ export interface IServer {

{
"dependencies": {
"@hint/utils-network": "^1.0.6",
"@hint/utils-string": "^1.0.5",
"@hint/utils-network": "^1.0.7",
"@hint/utils-string": "^1.0.6",
"express": "^4.17.1",
"is-ci": "^2.0.0",
"lodash": "^4.17.19",
"lodash": "^4.17.20",
"on-headers": "^1.0.2"

@@ -12,16 +12,16 @@ },

"devDependencies": {
"@types/express": "^4.17.6",
"@types/lodash": "^4.14.157",
"@types/node": "^14.0.26",
"@types/express": "^4.17.7",
"@types/lodash": "^4.14.161",
"@types/node": "^14.11.2",
"@types/on-headers": "^1.0.0",
"@typescript-eslint/eslint-plugin": "^1.13.0",
"@typescript-eslint/parser": "^1.12.0",
"ava": "^3.10.1",
"@typescript-eslint/eslint-plugin": "^4.0.1",
"@typescript-eslint/parser": "^4.0.1",
"ava": "^3.12.1",
"cpx": "^1.5.0",
"eslint": "^7.6.0",
"eslint-plugin-import": "^2.18.2",
"eslint": "^7.8.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-markdown": "^1.0.2",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
"typescript": "^3.9.7"
"typescript": "^4.0.2"
},

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

},
"version": "3.4.6"
"version": "3.4.7"
}

Sorry, the diff of this file is not supported yet

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