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

@operato/i18n

Package Overview
Dependencies
Maintainers
5
Versions
186
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.33 to 1.4.34

9

CHANGELOG.md

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

### [1.4.34](https://github.com/hatiolab/operato/compare/v1.4.33...v1.4.34) (2023-08-19)
### :bug: Bug Fix
* localizable ox-i18n-selector ([42775bb](https://github.com/hatiolab/operato/commit/42775bb34076b0b1842f076e400c9de4b31553fe))
### [1.4.33](https://github.com/hatiolab/operato/compare/v1.4.32...v1.4.33) (2023-08-19)

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

2

dist/src/ox-i18n-selector.js

@@ -64,3 +64,3 @@ import { __decorate } from "tslib";

__decorate([
property({ type: String })
property({ type: String, attribute: true })
], I18nSelector.prototype, "value", void 0);

@@ -67,0 +67,0 @@ I18nSelector = __decorate([

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

"author": "heartyoh",
"version": "1.4.33",
"version": "1.4.34",
"main": "dist/src/index.js",

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

},
"gitHead": "d42bedcaa8008213dd0bd8747ccf291d8e8afdf9"
"gitHead": "32dc0f269e61e6f2984fa8b0b8263247061c1ff6"
}

@@ -37,3 +37,3 @@ import { css, html, LitElement } from 'lit'

@property({ type: String }) value: string = ''
@property({ type: String, attribute: true }) value: string = ''

@@ -40,0 +40,0 @@ render() {

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