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

@operato/popup

Package Overview
Dependencies
Maintainers
6
Versions
354
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@operato/popup - npm Package Compare versions

Comparing version 1.19.10 to 1.19.13

9

CHANGELOG.md

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

### [1.19.13](https://github.com/hatiolab/operato/compare/v1.19.12...v1.19.13) (2025-01-10)
### :bug: Bug Fix
* alert 텍스트 정렬 속성 추가 ([cd0eb62](https://github.com/hatiolab/operato/commit/cd0eb6207acdc6c67455900178a671e592e861ba))
### [1.19.10](https://github.com/hatiolab/operato/compare/v1.19.9...v1.19.10) (2024-09-10)

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

2

dist/src/ox-prompt.js

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

color: var(--title-text-color);
text-align: var(--ox-prompt-title-text-align, 'left');
}

@@ -319,2 +320,3 @@

word-break: keep-all;
text-align: var(--ox-prompt-content-text-align, 'left');
}

@@ -321,0 +323,0 @@

4

package.json

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

"author": "heartyoh",
"version": "1.19.10",
"version": "1.19.13",
"main": "dist/src/index.js",

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

},
"gitHead": "a2e152f67e86309e4644814e00202254f7a59247"
"gitHead": "20b4eee2566c09eee30456483155e8d3ac7445d5"
}

@@ -51,2 +51,3 @@ import '@material/mwc-button'

color: var(--title-text-color);
text-align: var(--ox-prompt-title-text-align, 'left');
}

@@ -61,2 +62,3 @@

word-break: keep-all;
text-align: var(--ox-prompt-content-text-align, 'left');
}

@@ -63,0 +65,0 @@

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