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

@scalar/themes

Package Overview
Dependencies
Maintainers
0
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.18 to 0.9.19

6

CHANGELOG.md
# @scalar/themes
## 0.9.19
### Patch Changes
- 3a6effa: feat(api-client): add response previews
## 0.9.18

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

4

dist/pixelPreset.d.ts

@@ -112,2 +112,6 @@ /**

'7xl': string;
full: string;
'min ': string;
max: string;
fit: string;
};

@@ -114,0 +118,0 @@ };

@@ -110,2 +110,6 @@ /** Scalar Tailwind Preset */

'7xl': string;
full: string;
'min ': string;
max: string;
fit: string;
};

@@ -112,0 +116,0 @@ };

2

package.json

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

],
"version": "0.9.18",
"version": "0.9.19",
"engines": {

@@ -21,0 +21,0 @@ "node": ">=18"

@@ -191,4 +191,8 @@ /**

'7xl': remPx['80rem'],
'full': '100%',
'min ': 'min-content',
'max': 'max-content',
'fit': 'fit-content',
}),
},
}

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