@mondaycom/apps-sdk
Advanced tools
Comparing version 0.0.1 to 0.0.2
"use strict"; | ||
exports.__esModule = true; | ||
exports.SecureStorage = void 0; | ||
exports.Storage = exports.SecureStorage = void 0; | ||
var secure_storage_1 = require("./secure-storage/index.js"); | ||
exports.SecureStorage = secure_storage_1.SecureStorage; | ||
var storage_1 = require("./storage/index.js"); | ||
exports.Storage = storage_1.Storage; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@mondaycom/apps-sdk", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "monday apps SDK for NodeJS", | ||
@@ -5,0 +5,0 @@ "main": "./dist/cjs/index.js", |
"use strict"; | ||
exports.__esModule = true; | ||
exports.validateEnvironment = exports.getMondayCodeContext = exports.isLocalEnvironment = void 0; | ||
exports.validateEnvironment = exports.getMondayCodeContext = exports.isDevelopmentEnvironment = exports.isLocalEnvironment = void 0; | ||
var apps_sdk_error_1 = require("../errors/apps-sdk-error.js"); | ||
@@ -8,2 +8,4 @@ var guards_1 = require("../types/guards.js"); | ||
exports.isLocalEnvironment = isLocalEnvironment; | ||
var isDevelopmentEnvironment = function () { return process.env.NODE_ENV === 'development'; }; | ||
exports.isDevelopmentEnvironment = isDevelopmentEnvironment; | ||
var getMondayCodeContext = function () { return ({ | ||
@@ -10,0 +12,0 @@ app: process.env.K_SERVICE, |
import { SecureStorage } from './secure-storage/index.js'; | ||
export { SecureStorage }; | ||
import { Storage } from './storage/index.js'; | ||
export { SecureStorage, Storage }; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@mondaycom/apps-sdk", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "monday apps SDK for NodeJS", | ||
@@ -5,0 +5,0 @@ "main": "./dist/cjs/index.js", |
import { ForbiddenError } from '../errors/apps-sdk-error.js'; | ||
import { isDefined } from '../types/guards.js'; | ||
export var isLocalEnvironment = function () { return !isDefined(process.env.K_SERVICE); }; | ||
export var isDevelopmentEnvironment = function () { return process.env.NODE_ENV === 'development'; }; | ||
export var getMondayCodeContext = function () { return ({ | ||
@@ -5,0 +6,0 @@ app: process.env.K_SERVICE, |
import { SecureStorage } from './secure-storage'; | ||
export { SecureStorage }; | ||
import { Storage } from './storage'; | ||
export { SecureStorage, Storage }; |
import { MondayCodeContext } from '../types/env'; | ||
export declare const isLocalEnvironment: () => boolean; | ||
export declare const isDevelopmentEnvironment: () => boolean; | ||
export declare const getMondayCodeContext: () => MondayCodeContext; | ||
export declare const validateEnvironment: () => void; |
{ | ||
"name": "@mondaycom/apps-sdk", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "monday apps SDK for NodeJS", | ||
@@ -5,0 +5,0 @@ "main": "./dist/cjs/index.js", |
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
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
184128
115
2547
8