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

@scalar/themes

Package Overview
Dependencies
Maintainers
8
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@scalar/themes - npm Package Compare versions

Comparing version 0.9.36 to 0.9.37

6

CHANGELOG.md
# @scalar/themes
## 0.9.37
### Patch Changes
- @scalar/types@0.0.15
## 0.9.36

@@ -4,0 +10,0 @@

3

dist/tailwind.d.ts

@@ -228,2 +228,5 @@ /** Scalar Tailwind Preset */

};
ringColor: {
DEFAULT: string;
};
brightness: {

@@ -230,0 +233,0 @@ lifted: string;

4

package.json

@@ -18,3 +18,3 @@ {

],
"version": "0.9.36",
"version": "0.9.37",
"engines": {

@@ -39,3 +39,3 @@ "node": ">=18"

"dependencies": {
"@scalar/types": "0.0.14"
"@scalar/types": "0.0.15"
},

@@ -42,0 +42,0 @@ "devDependencies": {

@@ -129,2 +129,3 @@ import type { Config } from 'tailwindcss'

borderColor: { DEFAULT: 'var(--scalar-border-color)' },
ringColor: { DEFAULT: 'var(--scalar-color-accent)' },
brightness: {

@@ -131,0 +132,0 @@ lifted: 'var(--scalar-lifted-brightness)',

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