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

4

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

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

readonly backend: import("./TaskContextBackend").TaskContextBackend;
readonly DB: import("journeyapps/lib/db/database").Database;
readonly DB: DefaultDB;
toJSON(): {

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

}
export {};
{
"name": "@journeyapps/cloudcode",
"version": "1.9.2",
"version": "1.9.3-dev.bb02b78.78da707",
"main": "./lib/index.js",

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

],
"gitHead": "7fd555722e1ce779477635d8c1bad8bc785b7a0a"
"gitHead": "150b0aa66f95e94b68582b26b31fe02b814c1d65"
}

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