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

cf-client

Package Overview
Dependencies
Maintainers
4
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cf-client - npm Package Compare versions

Comparing version 0.13.14 to 0.13.15

8

lib/model/cloudcontroller/Spaces.js

@@ -373,3 +373,3 @@ "use strict";

return this.REST.request(options, this.HttpStatus.NO_CONTENT, true);
return this.REST.request(options, this.HttpStatus.CREATED, true);
}

@@ -397,3 +397,3 @@

return this.REST.request(options, this.HttpStatus.NO_CONTENT, true);
return this.REST.request(options, this.HttpStatus.CREATED, true);
}

@@ -449,3 +449,3 @@

return this.REST.request(options, this.HttpStatus.NO_CONTENT, true);
return this.REST.request(options, this.HttpStatus.CREATED, true);
}

@@ -473,3 +473,3 @@

return this.REST.request(options, this.HttpStatus.NO_CONTENT, true);
return this.REST.request(options, this.HttpStatus.CREATED, true);
}

@@ -476,0 +476,0 @@

{
"name": "cf-client",
"version": "0.13.14",
"version": "0.13.15",
"description": "A Cloud Foundry Client for Node.js",

@@ -5,0 +5,0 @@ "author": "Juan Antonio Breña Moral <bren@juanantonio.info>",

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