Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@scalar/themes

Package Overview
Dependencies
Maintainers
8
Versions
98
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.10 to 0.9.11

dist/pixelPreset.d.ts

6

CHANGELOG.md
# @scalar/themes
## 0.9.11
### Patch Changes
- 4250fe2: fix: build tailwind preset with vite before exporting
## 0.9.10

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

5

package.json

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

],
"version": "0.9.10",
"version": "0.9.11",
"engines": {

@@ -34,3 +34,4 @@ "node": ">=18"

"CHANGELOG.md",
"src/tailwind.ts"
"src/tailwind.ts",
"src/pixelPreset.ts"
],

@@ -37,0 +38,0 @@ "module": "./dist/index.js",

2

src/tailwind.ts
import type { Config } from 'tailwindcss'
import pixelPreset from './utilities/pixelPreset'
import pixelPreset from './pixelPreset'

@@ -5,0 +5,0 @@ /** Scalar Tailwind Preset */

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