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

@journeyapps/cloudcode

Package Overview
Dependencies
Maintainers
2
Versions
504
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@journeyapps/cloudcode - npm Package Compare versions

Comparing version 1.9.2-dev.72bf370.dc696d8 to 1.9.2-dev.cb447ca.7248e31

4

lib/CloudCodeEnvironment.d.ts

@@ -0,1 +1,2 @@

import { Database } from 'journeyapps/lib';
interface ScheduleTaskOptions {

@@ -10,2 +11,3 @@ task: string;

import { DatabaseAuth } from './DatabaseAuth';
import { GenericDatabase } from './api_db';
import { InternalTaskContext } from './InternalTaskContext';

@@ -36,3 +38,3 @@ export interface TaskEnvironment {

*/
createDB(baseUrl: string, instanceId: string, auth?: DatabaseAuth): import("./api_db").GenericDatabase;
createDB<T extends Database = GenericDatabase>(baseUrl: string, instanceId: string, auth?: DatabaseAuth): T;
/**

@@ -39,0 +41,0 @@ * Schedule a task for execution.

{
"name": "@journeyapps/cloudcode",
"version": "1.9.2-dev.72bf370.dc696d8",
"version": "1.9.2-dev.cb447ca.7248e31",
"main": "./lib/index.js",

@@ -30,3 +30,3 @@ "types": "./lib/index.d.ts",

],
"gitHead": "de4bab09cb51000774fa76c7b805d6b43ce52a16"
"gitHead": "53d44548c67eae20d32ca62a1ff8fb16900c03b7"
}

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