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
0
Versions
109
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.55 to 0.9.57

13

CHANGELOG.md
# @scalar/themes
## 0.9.57
### Patch Changes
- Updated dependencies [c263aaf]
- @scalar/types@0.0.25
## 0.9.56
### Patch Changes
- 23daedd: feat(components): create ScalarHeader component
## 0.9.55

@@ -4,0 +17,0 @@

1

dist/tailwind.d.ts

@@ -234,2 +234,3 @@ /** Scalar Tailwind Preset */

px: string;
header: string;
};

@@ -236,0 +237,0 @@ };

3

dist/tailwind.js

@@ -127,3 +127,4 @@ import a from "./pixelPreset.js";

spacing: {
px: "1px"
px: "1px",
header: "48px"
}

@@ -130,0 +131,0 @@ }

@@ -10,3 +10,3 @@ {

"type": "git",
"url": "https://github.com/scalar/scalar.git",
"url": "git+https://github.com/scalar/scalar.git",
"directory": "packages/themes"

@@ -19,3 +19,3 @@ },

],
"version": "0.9.55",
"version": "0.9.57",
"engines": {

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

"dependencies": {
"@scalar/types": "0.0.24"
"@scalar/types": "0.0.25"
},

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

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

px: '1px',
header: '48px',
},

@@ -137,0 +138,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