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

@jitsu/types

Package Overview
Dependencies
Maintainers
4
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jitsu/types - npm Package Compare versions

Comparing version 0.9.0-alpha.171 to 0.9.0

2

package.json
{
"name": "@jitsu/types",
"version": "0.9.0-alpha.171",
"version": "0.9.0",
"author": "Jitsu Dev Team <dev@jitsu.com>",

@@ -5,0 +5,0 @@ "description": "Types for Jitsu (👉 https://jitsu.com)",

@@ -32,3 +32,3 @@ /**

config: Config
) => Promise<StreamInstance<StreamConfig>[]>;
) => Promise<StreamPrototype<StreamConfig>[]>;

@@ -108,3 +108,3 @@ /**

declare type StreamInstance<StreamConfig = Record<string, any>> = {
declare type StreamPrototype<StreamConfig = Record<string, any>> = {
type: string;

@@ -111,0 +111,0 @@ supportedModes: ["full_sync"] | ["incremental"] | ["full_sync", "incremental"];

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