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

strong-deploy

Package Overview
Dependencies
Maintainers
4
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

strong-deploy - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

_.txt

8

CHANGES.md

@@ -0,1 +1,9 @@

2014-12-12, Version 1.1.1
=========================
* Fix local deploy logic error (Sam Roberts)
* package: use debug v2.x in all strongloop deps (Sam Roberts)
2014-12-01, Version 1.1.0

@@ -2,0 +10,0 @@ =========================

2

lib/post-json.js

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

if (postURL.hostname) {
if (postURL.hostname !== 'localhost' || postURL.hostname != '127.0.0.1') {
if (postURL.hostname !== 'localhost' && postURL.hostname !== '127.0.0.1') {
console.error('Invalid URL `%s`. Only localhost URLs are supported.',

@@ -22,0 +22,0 @@ baseURL);

{
"name": "strong-deploy",
"description": "Deploy a node application to a StrongLoop process manager",
"version": "1.1.0",
"version": "1.1.1",
"keywords": [

@@ -36,3 +36,3 @@ "StrongLoop",

"dependencies": {
"debug": "^0.8.1",
"debug": "^2.0.0",
"shelljs": "^0.3.0",

@@ -39,0 +39,0 @@ "posix-getopt": "^1.0.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