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

@banzaicloud/service-tools

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@banzaicloud/service-tools - npm Package Compare versions

Comparing version 2.0.6 to 2.0.7

6

dist/helper/make-request.js

@@ -18,4 +18,6 @@ "use strict";

if (s != null && typeof Object.getOwnPropertySymbols === "function")
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) if (e.indexOf(p[i]) < 0)
t[p[i]] = s[p[i]];
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
t[p[i]] = s[p[i]];
}
return t;

@@ -22,0 +24,0 @@ };

{
"name": "@banzaicloud/service-tools",
"version": "2.0.6",
"version": "2.0.7",
"author": "Andras Toth",

@@ -40,29 +40,29 @@ "license": "Apache-2.0",

"lodash": "4.17.11",
"pino": "5.12.3",
"prom-client": "11.3.0"
"pino": "5.12.6",
"prom-client": "11.5.0"
},
"devDependencies": {
"@types/express": "4.16.1",
"@types/express": "4.17.0",
"@types/http-errors": "1.6.1",
"@types/jest": "24.0.12",
"@types/jest": "24.0.13",
"@types/joi": "14.3.3",
"@types/koa": "2.0.48",
"@types/lodash": "4.14.124",
"@types/node": "12.0.0",
"@types/pino": "5.8.7",
"@types/lodash": "4.14.134",
"@types/node": "12.0.7",
"@types/pino": "5.8.8",
"@types/request-promise-native": "1.0.16",
"express": "4.16.4",
"husky": "2.2.0",
"express": "4.17.1",
"husky": "2.4.0",
"jest": "24.8.0",
"jest-mock-console": "0.4.2",
"jest-mock-console": "1.0.0",
"koa": "2.7.0",
"prettier": "1.17.0",
"prettier": "1.18.2",
"prettier-tslint": "0.4.2",
"pretty-quick": "1.10.0",
"pretty-quick": "1.11.0",
"request-promise-native": "1.0.7",
"ts-jest": "24.0.2",
"ts-node": "8.1.0",
"tslint": "5.16.0",
"ts-node": "8.2.0",
"tslint": "5.17.0",
"tslint-config-prettier": "1.18.0",
"typescript": "3.4.5"
"typescript": "3.5.1"
},

@@ -75,4 +75,3 @@ "peerDependencies": {

"dotenv": "^6.0.0",
"koa": ">=2.5.2 < 3",
"express": ">=4.16.3 < 5"
"koa": ">=2.5.2 < 3"
},

@@ -79,0 +78,0 @@ "jest": {

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