Socket
Socket
Sign inDemoInstall

openshift-rest-client

Package Overview
Dependencies
Maintainers
1
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 0.0.2 to 0.0.3

lib/builds.js

2

lib/openshift-rest-client.js

@@ -10,2 +10,3 @@ 'use strict';

const buildconfigs = require('./build-configs');
const builds = require('./builds');
const services = require('./services');

@@ -38,2 +39,3 @@ const deploymentconfigs = require('./deployment-config');

buildconfigs: buildconfigs,
builds: builds,
imagestreams: imagestreams,

@@ -40,0 +42,0 @@ services: services,

2

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

@@ -5,0 +5,0 @@ "main": "index.js",

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