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.7.0 to 0.8.0

lib/goals/resources.js

2

lib/definitions/container.js

@@ -13,3 +13,3 @@ 'use strict';

const container = {
image: config.dockerImageRepo,
image: config.projectName,
name: config.projectName,

@@ -16,0 +16,0 @@ securityContext: {

@@ -11,3 +11,3 @@ 'use strict';

// Apply MetaData
// Apply MetaData
resource.spec.template.metadata = {

@@ -14,0 +14,0 @@ labels: {

@@ -22,11 +22,1 @@ 'use strict';

};
// spec: {
// port: {
// targetPort: 8080
// },
// to: {
// kind: 'Service',
// name: 'nodejs-rest-http'
// }
// }
{
"name": "nodeshift",
"version": "0.7.0",
"version": "0.8.0",
"description": "Plugin for running openshift deployments",

@@ -9,3 +9,3 @@ "bin": {

"scripts": {
"lint": "eslint bin/* lib/*.js test/*.js index.js",
"lint": "eslint bin/* lib/**/*.js test/*.js index.js",
"test": "NODESHIFT_QUIET=true tape test/*-test.js | tap-spec",

@@ -12,0 +12,0 @@ "prepublish": "nsp check",

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