New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@lykkex/lykke.js

Package Overview
Dependencies
Maintainers
8
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lykkex/lykke.js - npm Package Compare versions

Comparing version 0.4.4 to 0.4.5

1

dist/analytics/Segment.d.ts

@@ -11,3 +11,4 @@ import Analytics from './Analytics';

static track: (event: EventModel) => void;
static identify: (traits: any) => void;
static loadCdn: () => void;
}

@@ -22,6 +22,11 @@ var __extends = (this && this.__extends) || (function () {

Segment.track = function (event) {
if (window && window.analytics) {
if (window && window.analytics && window.analytics.track) {
window.analytics.track(event.title, event);
}
};
Segment.identify = function (traits) {
if (window && window.analytics && window.analytics.identify) {
window.analytics.identify(traits);
}
};
Segment.loadCdn = function () {

@@ -28,0 +33,0 @@ var analytics = (window.analytics = window.analytics || []);

2

package.json
{
"name": "@lykkex/lykke.js",
"version": "0.4.4",
"version": "0.4.5",
"description": "A TypeScript/Javascript library surrounding Lykke services",

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

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