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

@lykkex/lykke.js

Package Overview
Dependencies
Maintainers
4
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.14 to 0.4.15

1

dist/analytics/Amplitude.d.ts

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

static setup(apiKey: string): void;
static setUserId(userId: string): void;
static track: (event: EventModel) => void;
static identify: (traits: any) => void;
}

@@ -23,2 +23,5 @@ "use strict";

};
Amplitude.setUserId = function (userId) {
AmlitudeAnalytics.setUserId(userId);
};
Amplitude.track = function (event) {

@@ -25,0 +28,0 @@ AmlitudeAnalytics.logEvent(event.title, event);

4

dist/intl/number.js

@@ -11,3 +11,2 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
var safeMath_1 = require("../safeMath/safeMath");
exports.checkForTrailingZero = function (value) {

@@ -32,5 +31,2 @@ var notFractional = value.search(/\.|,/) === -1;

}
else {
value = safeMath_1.floor(value, accuracy);
}
var result = value.toLocaleString(undefined, options);

@@ -37,0 +33,0 @@ return exports.checkForTrailingZero(result);

{
"name": "@lykkex/lykke.js",
"version": "0.4.14",
"version": "0.4.15",
"description": "A TypeScript/Javascript library surrounding Lykke services",

@@ -19,3 +19,3 @@ "keywords": [

},
"main": "./dist/index.js",
"main": "./dist/bundle/lykke.js",
"module": "./dist/index.js",

@@ -22,0 +22,0 @@ "jsnext:main": "./dist/index.js",

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