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.3.2 to 0.3.3-beta.1

2

package.json
{
"name": "@gperdomor/nx-docker",
"version": "0.3.2",
"version": "0.3.3-beta.1",
"main": "src/index.js",

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

@@ -28,3 +28,3 @@ "use strict";

Object.keys(options)
.filter((key) => !['socket', 'build_args', 'tag_with_ref', 'tag_with_sha'].includes(key))
.filter((key) => !['socket', 'build_args'].includes(key))
.forEach((key) => {

@@ -31,0 +31,0 @@ if (options[key]) {

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