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
0
Versions
281
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 8.0.0-alpha.37 to 8.0.0-alpha.50

9

CHANGELOG.md

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

## [8.0.0-alpha.50](https://github.com/hatiolab/operato/compare/v8.0.0-alpha.49...v8.0.0-alpha.50) (2024-11-16)
### :bug: Bug Fix
* button text capitalize ([4578e09](https://github.com/hatiolab/operato/commit/4578e096bb4aa0f689dd4f2e3b12cd159be55731))
## [8.0.0-alpha.37](https://github.com/hatiolab/operato/compare/v8.0.0-alpha.36...v8.0.0-alpha.37) (2024-10-20)

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

2

dist/src/button-container-styles.js

@@ -8,2 +8,4 @@ import { css } from 'lit';

gap: var(--spacing-small);
text-transform: capitalize;
}

@@ -10,0 +12,0 @@

4

package.json

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

"author": "heartyoh",
"version": "8.0.0-alpha.37",
"version": "8.0.0-alpha.50",
"main": "dist/src/index.js",

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

"prettier": "@hatiolab/prettier-config",
"gitHead": "508ea9c2cd0ed626825045dae9a068b0fa8932be"
"gitHead": "4a218d16762f21bec5de8d2551cf18073e6703ff"
}

@@ -9,2 +9,4 @@ import { css } from 'lit'

gap: var(--spacing-small);
text-transform: capitalize;
}

@@ -11,0 +13,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