Socket
Socket
Sign inDemoInstall

kube-probe

Package Overview
Dependencies
Maintainers
4
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kube-probe - npm Package Compare versions

Comparing version 0.3.2 to 0.3.3

16

CHANGELOG.md

@@ -1,5 +0,19 @@

# Change Log
# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [0.3.3](https://github.com/nodeshift/kube-probe/compare/v0.3.2...v0.3.3) (2020-01-23)
### Bug Fixes
* **package:** update overload-protection to version 1.2.0 ([c99b658](https://github.com/nodeshift/kube-probe/commit/c99b658))
### Build System
* using LTS and 10x also cleaning up the config ([58026c1](https://github.com/nodeshift/kube-probe/commit/58026c1))
## [0.3.2](https://github.com/nodeshift/kube-probe/compare/v0.3.1...v0.3.2) (2019-02-25)

@@ -6,0 +20,0 @@

20

package.json
{
"name": "kube-probe",
"version": "0.3.2",
"version": "0.3.3",
"description": "connect.js middleware that sets up generic liveness and readiness probes for Openshift/Kubernetes",

@@ -13,3 +13,2 @@ "author": "Red Hat, Inc.",

"ci": "npm run lint && npm run coveralls",
"dependencyCheck": "szero . --ci",
"release": "standard-version"

@@ -51,15 +50,14 @@ },

"devDependencies": {
"connect": "~3.6.5",
"coveralls": "^3.0.0",
"nyc": "~13.3.0",
"standard-version": "^5.0.0",
"supertest": "^3.0.0",
"szero": "^1.0.0",
"connect": "~3.7.0",
"coveralls": "^3.0.5",
"nyc": "~15.0.0",
"standard-version": "^7.0.0",
"supertest": "^4.0.0",
"tap-spec": "~5.0.0",
"tape": "~4.10.0",
"xo": "~0.24.0"
"tape": "~4.13.0",
"xo": "~0.25.3"
},
"dependencies": {
"overload-protection": "~1.1.0"
"overload-protection": "~1.2.0"
}
}
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