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

bluemix-secure-gateway

Package Overview
Dependencies
Maintainers
6
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bluemix-secure-gateway - npm Package Compare versions

Comparing version 5.0.1 to 5.0.2

2

package.json
{
"name": "bluemix-secure-gateway",
"version": "5.0.1",
"version": "5.0.2",
"dependencies": {

@@ -5,0 +5,0 @@ "form-data": "4.0.0",

@@ -38,4 +38,5 @@ # bluemix-secure-gateway

var env = sdk.defaults ({
'username': <IBM Cloud user name>,
'password': <IBM Cloud password>
'basepath': <basepath of the Secure Gateway Service>,
'rscGrp': <IBM Cloud Resource Group ID>,
'apiKey': <IBM Cloud API Key>,
})

@@ -45,3 +46,3 @@ ```

**Deprecation Notice:**
If you did not migrate your instances from Cloud Foundry org/space to Resource Group yet, please use bluemix-secure-gateway v4.4.0 with different set of default value as below:
If you did not migrate your instances from Cloud Foundry org/space to Resource Group yet, please use different set of default value as below:
* `basepath` - The basepath of the Secure Gateway Service REST API. (refer to above table for the base path inforamtion)

@@ -54,10 +55,2 @@ * `orgID` - The IBM Cloud Organization ID for the Secure Gateway Service being accessed. This is only required if creating or listing gateways.

```javascript
var env = sdk.defaults ({
'username': <IBM Cloud user name>,
'password': <IBM Cloud password>
})
```
## Creating and Managing Gateways

@@ -64,0 +57,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