@cubejs-backend/shared
Advanced tools
Comparing version 0.31.62 to 0.31.65
@@ -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 |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
166769
2166
97