Socket
Socket
Sign inDemoInstall

@cloudbase/utilities

Package Overview
Dependencies
Maintainers
10
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0-beta to 1.0.0

4

dist/libs/cache.js

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

try {
if ((_a = process === null || process === void 0 ? void 0 : process.env) === null || _a === void 0 ? void 0 : _a.tcb_token) {
if (typeof process !== 'undefined' && ((_a = process.env) === null || _a === void 0 ? void 0 : _a.tcb_token)) {
return process.env.tcb_token;

@@ -278,3 +278,3 @@ }

try {
if ((_a = process === null || process === void 0 ? void 0 : process.env) === null || _a === void 0 ? void 0 : _a.tcb_token) {
if (typeof process !== 'undefined' && ((_a = process.env) === null || _a === void 0 ? void 0 : _a.tcb_token)) {
return [2, process.env.tcb_token];

@@ -281,0 +281,0 @@ }

{
"name": "@cloudbase/utilities",
"version": "1.0.0-beta",
"version": "1.0.0",
"description": "cloudbase javascript sdk utilities",

@@ -36,3 +36,3 @@ "main": "dist/index.js",

"@cloudbase/adapter-interface": "^0.4.0",
"@cloudbase/types": "^1.0.0-beta",
"@cloudbase/types": "^1.0.0",
"crypto-js": "^4.0.0"

@@ -50,3 +50,3 @@ },

},
"gitHead": "e6278f4b432790818359f17274bd74816a35cf4e"
"gitHead": "3898802234fd2550f6dbe7faa68d0ca3f4cd94f3"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc