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.33.0 to 0.33.11

dist/src/platform.d.ts

4

dist/src/env.js

@@ -7,2 +7,3 @@ "use strict";

const cli_1 = require("./cli");
const platform_1 = require("./platform");
class InvalidConfiguration extends Error {

@@ -832,2 +833,5 @@ constructor(key, value, description) {

if (isDevMode) {
if (process.platform === 'linux' && (0, platform_1.detectLibc)() === 'musl') {
return undefined;
}
return 15432;

@@ -834,0 +838,0 @@ }

@@ -16,3 +16,4 @@ export { getEnv, assertDataSource, keyByDataSource, isDockerImage, } from './env';

export * from './process';
export * from './platform';
export * from './FileRepository';
//# sourceMappingURL=index.d.ts.map

@@ -37,3 +37,4 @@ "use strict";

__exportStar(require("./process"), exports);
__exportStar(require("./platform"), exports);
__exportStar(require("./FileRepository"), exports);
//# sourceMappingURL=index.js.map

4

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

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

},
"gitHead": "2cd366915c99b15477142bf6fe4af52c0fc8d0c6"
"gitHead": "affcdbfacfe51721da7e94bdeb4b5761f2905231"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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