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

@gperdomor/nx-docker

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gperdomor/nx-docker - npm Package Compare versions

Comparing version 0.1.4 to 0.2.0

2

package.json
{
"name": "@gperdomor/nx-docker",
"version": "0.1.4",
"version": "0.2.0",
"main": "src/index.js",

@@ -5,0 +5,0 @@ "schematics": "./collection.json",

@@ -67,3 +67,7 @@ import { JsonObject } from '@angular-devkit/core';

push?: boolean;
/**
* Comma-delimited list of images to consider as cache sources (cache_froms: myorg/baseimage:latest)
*/
cache_froms: string;
[k: string]: any;
}

@@ -69,2 +69,6 @@ {

"default": true
},
"cache_froms": {
"type": "string",
"description": "Comma-delimited list of images to consider as cache sources (cache_froms: myorg/baseimage:latest)"
}

@@ -71,0 +75,0 @@ },

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