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.4.4 to 0.4.5

4

gdf.js

@@ -349,2 +349,6 @@ import fs from 'node:fs'

this.#packager = 'yarn'
} else if (packageFiles.includes('package-lock.json')) {
this.#packager = 'npm'
} else if (typeof Bun !== 'undefined') {
this.#packager = 'bun'
} else {

@@ -351,0 +355,0 @@ this.#packager = 'npm'

2

package.json
{
"name": "@flydotio/dockerfile",
"version": "0.4.4",
"version": "0.4.5",
"description": "Dockerfile generator",

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

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