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.3-dev.bb02b78.78da707 to 1.9.3-dev.c3a8635.c5a8af9

6

lib/TaskContext.d.ts
/// <reference types="node" />
import { EventEmitter } from 'events';
import { InternalTaskContext } from './InternalTaskContext';
declare type DefaultDB = typeof global.DB;
import { Database } from 'journeyapps/lib';
export declare class TaskContext extends EventEmitter {

@@ -15,3 +15,4 @@ private context;

readonly backend: import("./TaskContextBackend").TaskContextBackend;
readonly DB: DefaultDB;
/** @internal */
readonly DB: Database;
toJSON(): {

@@ -28,2 +29,1 @@ appId: string;

}
export {};

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

}
/** @internal */
get DB() {

@@ -22,0 +23,0 @@ return this.backend.DB;

{
"name": "@journeyapps/cloudcode",
"version": "1.9.3-dev.bb02b78.78da707",
"version": "1.9.3-dev.c3a8635.c5a8af9",
"main": "./lib/index.js",

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

],
"gitHead": "150b0aa66f95e94b68582b26b31fe02b814c1d65"
"gitHead": "6ac260bba44ab3b855fd99df27a1950d8bc03ec5"
}

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