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
101
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.16.0 to 2.16.1

10

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

@@ -107,2 +107,3 @@ import { RpcProvider } from '../../core/rpc';

/**
* @deprecated
* User made first match (for match-3, mahjongg and other applicable games)

@@ -112,2 +113,7 @@ */

/**
* User made first match (for match-3, mahjongg and other applicable games)
*/
sendFirstMatchEvent(dimensions?: DimensionsObject): void;
/**
* @deprecated
* User made first shot (for shooters and other applicable games)

@@ -117,2 +123,6 @@ */

/**
* User made first shot (for shooters and other applicable games)
*/
sendFirstShotEvent(dimensions?: DimensionsObject): void;
/**
* Users started new Round (Level). First round is Round 1 (not 0) (applicable for games with evergreen logic, not infinite games - before Nest changes to gameplay)

@@ -119,0 +129,0 @@ */

2

package.json
{
"name": "@arkadiuminc/sdk",
"version": "2.16.0",
"version": "2.16.1",
"description": "",

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

@@ -35,5 +35,5 @@ # Arkadium SDK

- Analytics
- [App Insights](TODO)
- [App Insights](https://arkadium.atlassian.net/wiki/spaces/PhoenixGames/pages/23897655/AppInsights+game+integration)
- [Standardized Spec for every game](https://arkadium.atlassian.net/wiki/spaces/DepartmentBusinessOperations/pages/23675756/Standardized+Spec+for+every+game+-+GA+AppInsights)
- [AppInsight stamper](https://arkadium.atlassian.net/wiki/spaces/PhoenixGames/pages/23993424/AppInsight+stamper)
- [Adaptive Sampling Implementation](https://arkadium.atlassian.net/wiki/spaces/PhoenixGames/pages/23897949/Adaptive+Sampling+Implementation)
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