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

nodeshift

Package Overview
Dependencies
Maintainers
2
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodeshift - npm Package Compare versions

Comparing version 0.3.1 to 0.4.0

3

lib/nodeshift-config.js

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

@param {object} [options.osc] - Overrides for the Openshift Rest Clients request module
@param {object} [options.osl] - Overrides for the Openshift Config Loader
@returns {Promise} - Returns an Object with the following properties:

@@ -34,3 +35,3 @@ config - the results from the config-loader module

const projectPackage = require(`${options.projectLocation}/package.json`);
const config = await openshiftConfigLoader(options.configLocation);
const config = await openshiftConfigLoader(Object.assign({}, {configLocation: options.configLocation}, options.osl));
logger.info(`using namespace ${config.context.namespace} at ${config.cluster}`);

@@ -37,0 +38,0 @@

{
"name": "nodeshift",
"version": "0.3.1",
"version": "0.4.0",
"description": "Plugin for running openshift deployments",

@@ -40,7 +40,7 @@ "bin": {

"dependencies": {
"chalk": "^1.1.3",
"chalk": "^2.0.1",
"js-yaml": "^3.8.4",
"lodash": "^4.17.4",
"mkdirp": "^0.5.1",
"openshift-config-loader": "^0.2.1",
"openshift-config-loader": "^0.3.0",
"openshift-rest-client": "^0.5.0",

@@ -54,7 +54,7 @@ "request": "^2.81.0",

"coveralls": "^2.13.1",
"eslint": "^3.19.0",
"eslint": "^4.3.0",
"eslint-config-semistandard": "^11.0.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",

@@ -65,3 +65,3 @@ "eslint-plugin-react": "^7.0.0",

"nsp": "^2.6.3",
"nyc": "~10.3.2",
"nyc": "~11.1.0",
"proxyquire": "^1.8.0",

@@ -68,0 +68,0 @@ "tap-spec": "^4.1.1",

# Nodeshift [![Build Status](https://travis-ci.org/bucharest-gold/nodeshift.svg?branch=master)](https://travis-ci.org/bucharest-gold/nodeshift) [![Coverage Status](https://coveralls.io/repos/github/bucharest-gold/nodeshift/badge.svg?branch=master)](https://coveralls.io/github/bucharest-gold/nodeshift?branch=master)
[![Greenkeeper badge](https://badges.greenkeeper.io/bucharest-gold/nodeshift.svg)](https://greenkeeper.io/)
Nodeshift is a Plugin for running openshift deployments for node.js projects

@@ -4,0 +6,0 @@

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