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.1.0-alpha.0

18

package.json
{
"name": "openshift-rest-client",
"version": "4.0.0",
"version": "4.1.0-alpha.0",
"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