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

@arkadiuminc/sdk

Package Overview
Dependencies
Maintainers
0
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arkadiuminc/sdk - npm Package Compare versions

Comparing version 2.20.0 to 2.21.0

4

dist/pkg/api/features/analytics/dimensions.d.ts

@@ -5,3 +5,5 @@ /**

*/
export declare type DimensionsObject = Partial<Record<Dimension, string | number>>;
export declare type DimensionsObject = {
[key: string]: any;
};
export declare enum Dimension {

@@ -8,0 +10,0 @@ action = "action",

@@ -41,2 +41,3 @@ import { DimensionsObject } from '../dimensions';

private onceLoaded;
private validateProperties;
sendEventImpl(eventCategory: string, eventAction: string, dimensions: DimensionsObject): void;

@@ -43,0 +44,0 @@ sendPageViewImpl(pageName: string, dimensions: DimensionsObject): void;

@@ -14,2 +14,3 @@ import { ApiGateway as UserApiGateway } from '@arkadium/eagle-user-client';

}
export declare function getEnv(): ApiEnv;
export interface BackendEndpoints {

@@ -16,0 +17,0 @@ getUserEndpoint: (env: ApiEnv) => string;

{
"name": "@arkadiuminc/sdk",
"version": "2.20.0",
"version": "2.21.0",
"description": "",

@@ -5,0 +5,0 @@ "keywords": [],

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