Socket
Socket
Sign inDemoInstall

openshift-rest-client

Package Overview
Dependencies
Maintainers
4
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openshift-rest-client - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

14

CHANGELOG.md

@@ -5,2 +5,16 @@ # Changelog

### [4.0.1](https://github.com/nodeshift/openshift-rest-client/compare/v4.0.0...v4.0.1) (2020-04-13)
### Bug Fixes
* pin the kubernetese-client version to 8.3.6 ([#208](https://github.com/nodeshift/openshift-rest-client/issues/208)) ([d9dfbcb](https://github.com/nodeshift/openshift-rest-client/commit/d9dfbcbe71d6c8348b675fa0e4ab4c242774d9bf))
* upgrade coveralls from 3.0.6 to 3.0.9 ([#200](https://github.com/nodeshift/openshift-rest-client/issues/200)) ([c4d0fcd](https://github.com/nodeshift/openshift-rest-client/commit/c4d0fcd07fc2d894b28f41493a5f4ce2c8247c79))
* upgrade documentation from 12.1.2 to 12.1.4 ([#202](https://github.com/nodeshift/openshift-rest-client/issues/202)) ([60e418e](https://github.com/nodeshift/openshift-rest-client/commit/60e418ed6ee6589de370324c024e6677d15614aa))
* upgrade eslint from 6.5.0 to 6.8.0 ([#199](https://github.com/nodeshift/openshift-rest-client/issues/199)) ([baebe7a](https://github.com/nodeshift/openshift-rest-client/commit/baebe7ae49c87982b5af7115e34af3d80aea8596))
* upgrade kubernetes-client from 8.3.4 to 8.3.6 ([#203](https://github.com/nodeshift/openshift-rest-client/issues/203)) ([2dfa271](https://github.com/nodeshift/openshift-rest-client/commit/2dfa27148b3fed680f5458567c3670c9f96c511f))
* upgrade nock from 12.0.0 to 12.0.2 ([#201](https://github.com/nodeshift/openshift-rest-client/issues/201)) ([7597d6f](https://github.com/nodeshift/openshift-rest-client/commit/7597d6fb5142a798c4436e8021c88b858236fb57))
* upgrade request from 2.88.0 to 2.88.2 ([#204](https://github.com/nodeshift/openshift-rest-client/issues/204)) ([007a6b4](https://github.com/nodeshift/openshift-rest-client/commit/007a6b488f0d21f61f839ddf654fe61b5aae4a1a))
* upgrade tape from 4.13.0 to 4.13.2 ([#205](https://github.com/nodeshift/openshift-rest-client/issues/205)) ([5ab6a48](https://github.com/nodeshift/openshift-rest-client/commit/5ab6a4882f66f9aefb4df544d1bd7c7003835d10))
## [4.0.0](https://github.com/nodeshift/openshift-rest-client/compare/v3.2.0...v4.0.0) (2020-02-17)

@@ -7,0 +21,0 @@

18

package.json
{
"name": "openshift-rest-client",
"version": "4.0.0",
"version": "4.0.1",
"description": "Node.js client for developing with OpenShift",

@@ -11,3 +11,3 @@ "main": "index.js",

"coverage:html": "nyc npm test && nyc report --reporter=html",
"coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
"coveralls": "nyc npm test && nyc report && if [ $COVERALLS_REPO_TOKEN'' != '' ] ; then nyc report --reporter=text-lcov | coveralls; fi",
"ci": "npm run lint && npm run coveralls",

@@ -51,9 +51,9 @@ "docs": "documentation build lib/** -f html -o docs",

"dependencies": {
"kubernetes-client": "~8.3.0",
"request": "~2.88.0"
"kubernetes-client": "8.3.6",
"request": "~2.88.2"
},
"devDependencies": {
"coveralls": "~3.0.5",
"documentation": "^12.1.1",
"eslint": "^6.0.1",
"coveralls": "~3.0.9",
"documentation": "^12.1.4",
"eslint": "^6.8.0",
"eslint-config-semistandard": "^15.0.0",

@@ -65,3 +65,3 @@ "eslint-config-standard": "^14.1.0",

"eslint-plugin-standard": "^4.0.0",
"nock": "^12.0.0",
"nock": "^12.0.2",
"nyc": "~15.0.0",

@@ -71,4 +71,4 @@ "proxyquire": "^2.1.3",

"tap-spec": "^5.0.0",
"tape": "~4.13.0"
"tape": "~4.13.2"
}
}
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