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

@cubejs-backend/shared

Package Overview
Dependencies
Maintainers
3
Versions
188
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cubejs-backend/shared - npm Package Compare versions

Comparing version 0.32.12 to 0.32.15

6

dist/src/env.js

@@ -815,2 +815,8 @@ "use strict";

}
const isDevMode = (0, env_var_1.get)('CUBEJS_DEV_MODE')
.default('false')
.asBoolStrict();
if (isDevMode) {
return 5555;
}
return undefined;

@@ -817,0 +823,0 @@ },

4

package.json
{
"name": "@cubejs-backend/shared",
"version": "0.32.12",
"version": "0.32.15",
"description": "Shared code for Cube.js backend packages",

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

},
"gitHead": "2661b07d9332b88bb9ee0a7eecd784c8dee50792"
"gitHead": "20623498842c8b19a24e1558d70cc52156e4c288"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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