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

push2cloud-cf-adapter

Package Overview
Dependencies
Maintainers
3
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.7.3 to 1.7.4

6

CHANGELOG.md

@@ -0,1 +1,7 @@

## [v1.7.4](https://github.com/push2cloud/cf-adapter/compare/v1.7.3...v1.7.4)
- fix createUserProvidedServiceInstance response handling
## [v1.7.3](https://github.com/push2cloud/cf-adapter/compare/v1.7.2...v1.7.3)
- wait for service unbound confirmation before execute callback
## [v1.7.2](https://github.com/push2cloud/cf-adapter/compare/v1.7.1...v1.7.2)

@@ -2,0 +8,0 @@ - in case of error during start or stop app, retry once

12

fns/createUserProvidedServiceInstance.js

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

type: 'userProvided',
plan: 'userProvided',
lastOperation: {
type: result.entity.last_operation.type,
state: result.entity.last_operation.state
}
plan: 'userProvided'
});

@@ -74,7 +70,3 @@

type: 'userProvided',
plan: 'userProvided',
lastOperation: {
type: result.entity.last_operation.type,
state: result.entity.last_operation.state
}
plan: 'userProvided'
});

@@ -81,0 +73,0 @@

{
"name": "push2cloud-cf-adapter",
"version": "1.7.3",
"version": "1.7.4",
"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