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.3.1-alpha.0 to 0.4.1-alpha.1

segment.d.ts

3

event.d.ts

@@ -56,2 +56,3 @@ /**

export type UtmTags = "source" | "medium" | "campaign" | "term" | "content" | "name";
/**

@@ -88,3 +89,3 @@ * Default structure of Jitsu event object

utm?: Record<string, string>; //utm tags (without utm prefix, e.g key will be "source", not utm_source. See
utm?: Partial<Record<UtmTags, string>>; //utm tags (without utm prefix, e.g key will be "source", not utm_source. See
click_id?: Record<string, string>; //all external click ids (passed through URL). See CLICK_IDS for supported all supported click ids

@@ -91,0 +92,0 @@

@@ -70,3 +70,3 @@ import { DefaultJitsuEvent } from "./event";

*/
export declare type TransformationFunction<E = DefaultJitsuEvent> = (event: E) => ObjectSet<E>;
export declare type TransformationFunction<E = DefaultJitsuEvent> = (event: E) => ObjectSet<any>;

@@ -73,0 +73,0 @@ /**

{
"name": "@jitsu/types",
"version": "0.3.1-alpha.0",
"version": "0.4.1-alpha.1+2cd9b45",
"publishConfig": {

@@ -20,3 +20,3 @@ "access": "public"

},
"gitHead": "120161bceedd95853a88a71468df29238c117c84"
"gitHead": "2cd9b45d9dfe065766d23dd030154d314206af09"
}
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