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

push2cloud-cf-adapter

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

push2cloud-cf-adapter - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

lib/convertSize.js

@@ -10,3 +10,3 @@ const _ = require('lodash');

};
var matches = input.toUpperCase().match(/(\d)+([MG]?)B?$/);
var matches = input.toUpperCase().match(/(\d+)([MG]?)B?$/);
var value = parseInt(matches[1]);

@@ -13,0 +13,0 @@ var unit = matches[2];

{
"name": "push2cloud-cf-adapter",
"version": "1.0.0",
"version": "1.0.1",
"description": "abstracts cloud foundry api",

@@ -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