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.31 to 0.9.32

8

CHANGELOG.md
# @scalar/themes
## 0.9.32
### Patch Changes
- f961940: chore: add @scalar/types to dependency for ThemeId type
- Updated dependencies [f961940]
- @scalar/types@0.0.11
## 0.9.31

@@ -4,0 +12,0 @@

7

dist/index.d.ts

@@ -1,3 +0,4 @@

export { migrateThemeVariables } from './utilities/legacy';
export { hasObtrusiveScrollbars } from './utilities/hasObtrusiveScrollbars';
import type { ThemeId } from '@scalar/types/legacy';
export { migrateThemeVariables } from './utilities/legacy.js';
export { hasObtrusiveScrollbars } from './utilities/hasObtrusiveScrollbars.js';
export declare const themeIds: readonly ["alternate", "default", "moon", "purple", "solarized", "bluePlanet", "deepSpace", "saturn", "kepler", "mars", "none"];

@@ -7,3 +8,3 @@ /**

*/
export type ThemeId = (typeof themeIds)[number];
export type { ThemeId };
/**

@@ -10,0 +11,0 @@ * User readable theme names / labels

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

],
"version": "0.9.31",
"version": "0.9.32",
"engines": {

@@ -38,2 +38,5 @@ "node": ">=18"

"module": "./dist/index.js",
"dependencies": {
"@scalar/types": "0.0.11"
},
"devDependencies": {

@@ -40,0 +43,0 @@ "@vitejs/plugin-vue": "^5.0.4",

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