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

i18n-number

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

i18n-number - npm Package Compare versions

Comparing version 4.0.0-pre.5 to 4.0.0-pre.6

5

i18n-number.js

@@ -59,3 +59,3 @@ /**

*/
Promise.resolve().then(() => this.lang = this.DEFAULT_LANG);
//this.lang = this.DEFAULT_LANG; // put off to connectedCallback
/**

@@ -145,2 +145,5 @@ * Offset for number

connectedCallback() {
if (!this.lang) {
this.lang = this.DEFAULT_LANG;
}
if (!this.observer) {

@@ -147,0 +150,0 @@ this._setupObservers();

2

package.json

@@ -18,3 +18,3 @@ {

"name": "i18n-number",
"version": "4.0.0-pre.5",
"version": "4.0.0-pre.6",
"main": "i18n-number.js",

@@ -21,0 +21,0 @@ "directories": {

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