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

overcast

Package Overview
Dependencies
Maintainers
1
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

overcast - npm Package Compare versions

Comparing version 0.5.4 to 0.5.5

4

modules/utils.js

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

exports.VERSION = '0.5.4';
exports.VERSION = '0.5.5';

@@ -155,3 +155,3 @@ exports.clustersCache = null;

if (!exports.isAbsolute(p)) {
var cwdFile = path.normalize(process.cwd(), p);
var cwdFile = path.normalize(path.resolve(process.cwd(), p));
if (fs.existsSync(cwdFile)) {

@@ -158,0 +158,0 @@ p = cwdFile;

{
"name": "overcast",
"description": "A simple, SSH-based cloud management CLI.",
"version": "0.5.4",
"version": "0.5.5",
"repository": "https://github.com/andrewchilds/overcast.git",

@@ -6,0 +6,0 @@ "author": {

@@ -438,3 +438,3 @@ # ![Overcast Logo](http://i.imgur.com/eCBl2NI.png)

```
Overcast v0.5.4
Overcast v0.5.5

@@ -441,0 +441,0 @@ Source code, issues, pull requests:

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