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

@operato/i18n

Package Overview
Dependencies
Maintainers
5
Versions
167
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@operato/i18n - npm Package Compare versions

Comparing version 1.4.35 to 1.4.36

9

CHANGELOG.md

@@ -6,2 +6,11 @@ # Change Log

### [1.4.36](https://github.com/hatiolab/operato/compare/v1.4.35...v1.4.36) (2023-08-22)
### :bug: Bug Fix
* select option list bug for windows ([cb0283e](https://github.com/hatiolab/operato/commit/cb0283e9acf7afea14dde862fac73b5697831f7e))
### [1.4.35](https://github.com/hatiolab/operato/compare/v1.4.34...v1.4.35) (2023-08-19)

@@ -8,0 +17,0 @@

4

dist/src/ox-i18n-selector.js

@@ -55,2 +55,6 @@ import { __decorate } from "tslib";

}
option{
background-color:var(--primary-color, #585858);
color:var(--theme-white-color, #fff)
}

@@ -57,0 +61,0 @@ ::placeholder {

4

package.json

@@ -5,3 +5,3 @@ {

"author": "heartyoh",
"version": "1.4.35",
"version": "1.4.36",
"main": "dist/src/index.js",

@@ -91,3 +91,3 @@ "module": "dist/src/index.js",

},
"gitHead": "fba56d8f1241d264e7fbcca5bf52550b1180ad8e"
"gitHead": "6ee63479eb63ac9f99644a0318fbd92c07aef81b"
}

@@ -27,2 +27,6 @@ import { css, html, LitElement } from 'lit'

}
option{
background-color:var(--primary-color, #585858);
color:var(--theme-white-color, #fff)
}

@@ -29,0 +33,0 @@ ::placeholder {

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