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

@operato/styles

Package Overview
Dependencies
Maintainers
6
Versions
280
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@operato/styles - npm Package Compare versions

Comparing version 1.7.3 to 1.12.3

9

CHANGELOG.md

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

### [1.12.3](https://github.com/hatiolab/operato/compare/v1.12.2...v1.12.3) (2024-01-01)
### :bug: Bug Fix
* ox-filters-form이 비어있는 경우에 그리지 않도록 함 ([bc7e06e](https://github.com/hatiolab/operato/commit/bc7e06e44470f3417f20150a54b5b2efc8b5c687))
### [1.7.3](https://github.com/hatiolab/operato/compare/v1.7.2...v1.7.3) (2023-12-11)

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

9

dist/src/common-header-styles.js

@@ -35,2 +35,6 @@ import { css } from 'lit';

.header .filters:empty {
display: none;
}
.header .filter {

@@ -111,5 +115,4 @@ display: flex;

grid-template-areas:
'title'
'filters'
'actions';
'title actions'
'filters';
}

@@ -116,0 +119,0 @@

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

"author": "heartyoh",
"version": "1.7.3",
"version": "1.12.3",
"main": "dist/src/index.js",

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

"prettier": "@hatiolab/prettier-config",
"gitHead": "298a7547367dd798025b1692465a490a05fb201d"
"gitHead": "5945ee8a415275de762e50408f895d9cb4cbfeb9"
}

@@ -36,2 +36,6 @@ import { css } from 'lit'

.header .filters:empty {
display: none;
}
.header .filter {

@@ -112,5 +116,4 @@ display: flex;

grid-template-areas:
'title'
'filters'
'actions';
'title actions'
'filters';
}

@@ -117,0 +120,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