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.9 to 0.4.10

6

dist/analytics/Amplitude.js

@@ -27,3 +27,7 @@ "use strict";

Amplitude.identify = function (traits) {
AmlitudeAnalytics.identify(traits);
var identify = new AmlitudeAnalytics.Identify();
Object.keys(traits).forEach(function (key) {
identify.set(key, traits[key]);
});
AmlitudeAnalytics.identify(identify);
};

@@ -30,0 +34,0 @@ return Amplitude;

2

package.json
{
"name": "@lykkex/lykke.js",
"version": "0.4.9",
"version": "0.4.10",
"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