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

rl-cloud-api-sdk

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rl-cloud-api-sdk - npm Package Compare versions

Comparing version 1.3.4 to 1.3.5

14

api/general.ts

@@ -13,3 +13,3 @@ import { AxiosInstance } from "axios";

catch(error) {
return error;
return error as any;
}

@@ -27,3 +27,3 @@ }

catch(error) {
return error;
return error as any;
}

@@ -41,3 +41,3 @@ }

catch(error) {
return error;
return error as any;
}

@@ -57,3 +57,3 @@ }

catch(error) {
return error;
return error as any;
}

@@ -71,3 +71,3 @@ }

catch(error) {
return error;
return error as any;
}

@@ -86,3 +86,3 @@ }

catch(error) {
return error;
return error as any;
}

@@ -101,5 +101,5 @@ }

catch(error) {
return error;
return error as any;
}
}
}
{
"name": "rl-cloud-api-sdk",
"version": "1.3.4",
"version": "1.3.5",
"description": "This is a client for the Redislabs Cloud API",

@@ -10,8 +10,2 @@ "main": "lib/index.js",

"test": "mocha -r ts-node/register",
"integration-tests": "npm run general-integration-tests && npm run cloud-account-integration-tests && npm run database-integration-tests && npm run subscription-integration-tests",
"general-integration-tests": "npm run test tests/integration/general.ts",
"cloud-account-integration-tests": "npm run test tests/integration/cloud-account.ts",
"database-integration-tests": "npm run test tests/integration/database.ts",
"subscription-integration-tests": "npm run test tests/integration/subscription.ts",
"clean-resources": "npm run test tests/integration/cleanup.ts",
"unit-tests": "npm run general-unit-tests && npm run cloud-account-unit-tests && npm run subscription-unit-tests && npm run database-unit-tests",

@@ -24,16 +18,12 @@ "general-unit-tests": "npm run test tests/unit/general.ts -- --ENVIRONMENT=localhost --PORT=3000 --API_ACCESS_KEY=access-key --API_SECRET_KEY=secret-key",

"keywords": [
"Redis",
"Redis Cloud API",
"Redis Cloud API SDK",
"Cloud API SDK",
"Cloud API",
"Redis",
"cloud-api",
"redislabs",
"nodejs",
"typescript",
"sdk",
"cloud-api-sdk",
"api",
"Redislabs Cloud API"
"Cloud"
],
"repository": {
"type": "git",
"url": "git+https://github.com/danitseitlin/rl-cloud-api-sdk.git"
"url": "git+https://github.com/danitseitlin/redis-cloud-api-sdk.git"
},

@@ -43,7 +33,7 @@ "author": "Dani Tseitlin",

"bugs": {
"url": "https://github.com/danitseitlin/rl-cloud-api-sdk/issues"
"url": "https://github.com/danitseitlin/redis-cloud-api-sdk/issues"
},
"homepage": "https://github.com/danitseitlin/rl-cloud-api-sdk#readme",
"homepage": "https://github.com/danitseitlin/redis-cloud-api-sdk#readme",
"dependencies": {
"axios": "^0.21.0"
"axios": "0.21.0"
},

@@ -56,8 +46,8 @@ "devDependencies": {

"chai": "4.3.4",
"cli-argument-parser": "0.4.5",
"dmock-server": "1.8.0",
"mocha": "9.0.3",
"ts-node": "10.2.0",
"typescript": "4.3.5"
"cli-argument-parser": "0.4.9",
"dmock-server": "1.8.5",
"mocha": "9.1.1",
"ts-node": "10.2.1",
"typescript": "4.4.2"
}
}
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