Huge News!Announcing our $40M Series B led by Abstract Ventures.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.7 to 0.4.8-dev

0

dist/algorithm/dijkstra.d.ts
export declare const buildDijkstra: (start: string, g: any, d: any, u: any) => {};

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import Analytics from './Analytics';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import EventModel from './models/EventModel';

@@ -0,0 +0,0 @@ "use strict";

1

dist/analytics/GoogleAnalytics.d.ts

@@ -6,3 +6,4 @@ import { InitializeOptions } from 'react-ga';

static setup(trackingId: string, options?: InitializeOptions): void;
static pageview(path: string): void;
static track: (event: EventModel) => void;
}

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

};
GoogleAnalytics.pageview = function (path) {
react_ga_1.default.pageview(path);
};
GoogleAnalytics.track = function (event) {

@@ -26,0 +29,0 @@ react_ga_1.default.event(mapToGoogleEvent_1.mapToGoogleEvent(event));

import ReactGA from 'react-ga';
import EventModel from '../models/EventModel';
export declare const mapToGoogleEvent: (event: EventModel) => ReactGA.EventArgs;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export default interface EventDetailsModel {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=EventDetailsModel.js.map

@@ -0,0 +0,0 @@ import EventDetailsModel from './EventDetailsModel';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=EventModel.js.map

@@ -0,0 +0,0 @@ import Analytics from './Analytics';

@@ -0,0 +0,0 @@ "use strict";

import Analytics from './Analytics';
import EventModel from './models/EventModel';
export declare function track(event: EventModel, ...services: Analytics[]): any;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { buildDijkstra } from './algorithm/dijkstra';

@@ -0,0 +0,0 @@ "use strict";

export declare const checkForTrailingZero: (value: string) => string;
export declare const formatNumber: (replacer: any) => (value: number, accuracy: number, options?: object | undefined) => string;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ declare class BigNumberModel {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import BigNumberModel from './bigNumberModel';

@@ -0,0 +0,0 @@ "use strict";

2

package.json
{
"name": "@lykkex/lykke.js",
"version": "0.4.7",
"version": "0.4.8-dev",
"description": "A TypeScript/Javascript library surrounding Lykke services",

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

# lykke.js
A TypeScript/Javascript surrounding Lykke services

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