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

six-widget-support

Package Overview
Dependencies
Maintainers
2
Versions
133
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

six-widget-support - npm Package Compare versions

Comparing version 0.2.49 to 0.2.51

15

lib/danish.js

@@ -128,4 +128,17 @@ "use strict";

Historical: "Historik",
"Key figures": "Nøgletal"
"Key figures": "Nøgletal",
"Mkt.Cap": "Markedsværdi",
"P/S": "P/S",
"Yield %": "Afkast %",
"P/E": "P/E",
EPS: "EPS",
"Series type": "Typen",
Comparison: "Sammenligning",
Indicators: "Indikatorer",
Analysis: "Analyse",
Sampled: "Samplet",
Tick: "Tick",
Candlestick: "Candlestick",
OHLC: "OHLC"
};
//# sourceMappingURL=danish.js

@@ -60,3 +60,3 @@ "use strict";

value: function(e, a) {
var n = a || 2, t = Math.pow(10, n), u = +(n ? e * t : e).toFixed(8), r = Math.floor(u), o = u - r, i = 1e-8, l = o > .5 - i && .5 + i > o ? r % 2 === 0 ? r : r + 1 : Math.round(u);
var n = a || 2, t = Math.pow(10, n), u = +(n ? e * t : e).toFixed(8), r = Math.floor(u), i = u - r, o = 1e-8, l = i > .5 - o && .5 + o > i ? r % 2 === 0 ? r : r + 1 : Math.round(u);
return n ? l / t : l;

@@ -156,3 +156,4 @@ }

sv: "sv-se",
en: "en-us"
en: "en-us",
da: "da-dk"
}, r.languages = {

@@ -216,4 +217,22 @@ "sv-se": {

}
},
"da-dk": {
delimiters: {
thousands: ".",
decimal: ","
},
abbreviations: {
thousand: "k",
million: "mio",
billion: "mia",
trillion: "b"
},
ordinal: function(e) {
return ".";
},
currency: {
symbol: "DKK"
}
}
}, exports["default"] = r;
//# sourceMappingURL=number-formatter.js

@@ -129,4 +129,17 @@ "use strict";

Historical: "Historik",
"Key figures": "Nyckeltal"
"Key figures": "Nyckeltal",
"Mkt.Cap": "Börsvärde",
"P/S": "P/S",
"Yield %": "Avkastning %",
"P/E": "P/E",
EPS: "EPS",
"Series type": "Typ",
Comparison: "Jämförelse",
Indicators: "Indikatorer",
Analysis: "Analys",
Sampled: "Samplade",
Tick: "Tick",
Candlestick: "Candlestick",
OHLC: "OHLC"
};
//# sourceMappingURL=swedish.js

2

package.json
{
"name": "six-widget-support",
"version": "0.2.49",
"version": "0.2.51",
"description": "Common functionality for SIX Widgets",

@@ -5,0 +5,0 @@ "main": "lib",

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