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.31.62 to 0.31.65

1

dist/src/process.d.ts

@@ -9,2 +9,3 @@ /**

export declare function getNext(): number;
export declare function isCI(): boolean;
//# sourceMappingURL=process.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getNext = exports.getProcessUid = void 0;
exports.isCI = exports.getNext = exports.getProcessUid = void 0;
const uuid_1 = require("uuid");

@@ -24,2 +24,9 @@ /**

exports.getNext = getNext;
function isCI() {
if (process.env.GITHUB_EVENT_NAME) {
return true;
}
return false;
}
exports.isCI = isCI;
//# sourceMappingURL=process.js.map

4

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

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

},
"gitHead": "3d63e83144caaf384ffef434d735a77bd2f864dc"
"gitHead": "2572ea30accf8e84e2dec7da7916da171cbca1ba"
}

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