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

foreman

Package Overview
Dependencies
Maintainers
3
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

foreman - npm Package Compare versions

Comparing version 0.0.26 to 0.0.27

CHANGES.md

2

lib/procfile.js

@@ -22,3 +22,3 @@ var fs = require('fs')

var tuple = /^([A-Za-z0-9_]+):\s*(.+)$/m.exec(line);
var tuple = /^([A-Za-z0-9_-]+):\s*(.+)$/m.exec(line);

@@ -25,0 +25,0 @@ var prockey = tuple[1].trim();

{
"name": "foreman",
"version": "0.0.26",
"version": "0.0.27",
"homepage": "http://strongloop.github.io/node-foreman/",

@@ -5,0 +5,0 @@ "description": "Node Implementation of Foreman",

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