Socket
Socket
Sign inDemoInstall

@segment/analytics-node

Package Overview
Dependencies
Maintainers
242
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@segment/analytics-node - npm Package Compare versions

Comparing version 0.0.1-beta.15 to 0.0.1-beta.16

2

dist/cjs/generated/version.js

@@ -5,3 +5,3 @@ "use strict";

// This file is generated.
exports.version = '0.0.1-beta.15';
exports.version = '0.0.1-beta.16';
//# sourceMappingURL=version.js.map
// This file is generated.
export const version = '0.0.1-beta.15';
export const version = '0.0.1-beta.16';
//# sourceMappingURL=version.js.map

@@ -28,2 +28,7 @@ import type { GroupTraits, UserTraits, CoreExtraContext, EventProperties, Integrations, Timestamp } from '@segment/analytics-core';

groupId: string;
/**
* Traits are pieces of information you know about a group.
* This interface represents reserved traits that Segment has standardized.
* @link https://segment.com/docs/connections/spec/group/#traits
*/
traits?: GroupTraits;

@@ -35,2 +40,7 @@ context?: ExtraContext;

export declare type IdentifyParams = {
/**
* Traits are pieces of information you know about a group.
* This interface represents reserved traits that Segment has standardized.
* @link https://segment.com/docs/connections/spec/group/#traits
*/
traits?: UserTraits;

@@ -37,0 +47,0 @@ context?: ExtraContext;

@@ -1,2 +0,2 @@

export declare const version = "0.0.1-beta.15";
export declare const version = "0.0.1-beta.16";
//# sourceMappingURL=version.d.ts.map
export { Analytics } from './app/analytics-node';
export { Context } from './app/context';
export { Plugin, GroupTraits, UserTraits } from './app/types';
export type { Plugin, GroupTraits, UserTraits, TrackParams, IdentifyParams, AliasParams, GroupParams, PageParams, } from './app/types';
export type { AnalyticsSettings } from './app/settings';

@@ -5,0 +5,0 @@ import { Analytics } from './app/analytics-node';

{
"name": "@segment/analytics-node",
"version": "0.0.1-beta.15",
"version": "0.0.1-beta.16",
"main": "./dist/cjs/index.js",

@@ -5,0 +5,0 @@ "module": "./dist/esm/index.js",

@@ -37,2 +37,7 @@ import type {

groupId: string
/**
* Traits are pieces of information you know about a group.
* This interface represents reserved traits that Segment has standardized.
* @link https://segment.com/docs/connections/spec/group/#traits
*/
traits?: GroupTraits

@@ -45,2 +50,7 @@ context?: ExtraContext

export type IdentifyParams = {
/**
* Traits are pieces of information you know about a group.
* This interface represents reserved traits that Segment has standardized.
* @link https://segment.com/docs/connections/spec/group/#traits
*/
traits?: UserTraits

@@ -47,0 +57,0 @@ context?: ExtraContext

// This file is generated.
export const version = '0.0.1-beta.15'
export const version = '0.0.1-beta.16'
export { Analytics } from './app/analytics-node'
export { Context } from './app/context'
export { Plugin, GroupTraits, UserTraits } from './app/types'
export type {
Plugin,
GroupTraits,
UserTraits,
TrackParams,
IdentifyParams,
AliasParams,
GroupParams,
PageParams,
} from './app/types'
export type { AnalyticsSettings } from './app/settings'

@@ -5,0 +14,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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