New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@flydotio/dockerfile

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flydotio/dockerfile - npm Package Compare versions

Comparing version 0.3.2 to 0.3.3

4

gdf.js

@@ -276,3 +276,3 @@ import fs from 'node:fs'

if (this.bunVersion) {
install += ' --production'
install += ' --ci'
}

@@ -311,3 +311,3 @@ }

} else if (this.bunVersion) {
prune = 'rm -rf node_modules && \\\n bun install --production'
prune = 'rm -rf node_modules && \\\n bun install --ci'
} else {

@@ -314,0 +314,0 @@ prune = 'npm prune --omit=dev'

{
"name": "@flydotio/dockerfile",
"version": "0.3.2",
"version": "0.3.3",
"description": "Dockerfile generator",

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

@@ -32,2 +32,3 @@ ## Overview

* `--dev` - include `devDependencies` in the production image.
* `--distroless` - use [distroless](https://github.com/GoogleContainerTools/distroless) base image to reduce image size

@@ -34,0 +35,0 @@ * `--ignore-scripts` - do not execute any scripts defined in the project `package.json` and its dependencies.

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