Socket
Socket
Sign inDemoInstall

@segment/analytics-core

Package Overview
Dependencies
Maintainers
287
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@segment/analytics-core - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

14

dist/types/events/interfaces.d.ts

@@ -150,9 +150,3 @@ import { CoreContext } from '../context';

*/
campaign?: {
name: string;
term: string;
source: string;
medium: string;
content: string;
};
campaign?: Campaign;
/**

@@ -404,3 +398,9 @@ * Dictionary of information about the way the user was referred to the website or app.

export type Traits = UserTraits | GroupTraits;
export type Campaign = {
name: string;
source: string;
medium: string;
[key: string]: string;
};
export {};
//# sourceMappingURL=interfaces.d.ts.map
{
"name": "@segment/analytics-core",
"version": "1.3.0",
"version": "1.3.1",
"repository": {

@@ -21,2 +21,3 @@ "type": "git",

"scripts": {
".": "yarn run -T turbo run --filter=@segment/analytics-core",
"test": "yarn jest",

@@ -23,0 +24,0 @@ "lint": "yarn concurrently 'yarn:eslint .' 'yarn:tsc --noEmit'",

@@ -172,9 +172,3 @@ import { CoreContext } from '../context'

*/
campaign?: {
name: string
term: string
source: string
medium: string
content: string
}
campaign?: Campaign

@@ -481,1 +475,8 @@ /**

export type Traits = UserTraits | GroupTraits
export type Campaign = {
name: string
source: string
medium: string
[key: string]: string
}

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