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

@lykkex/lykke.js

Package Overview
Dependencies
Maintainers
3
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.10 to 0.4.11

4

dist/intl/number.js

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

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

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

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

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

2

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