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

@scalar/types

Package Overview
Dependencies
Maintainers
8
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@scalar/types - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

6

CHANGELOG.md
# @scalar/types
## 0.0.11
### Patch Changes
- f961940: feat: remove @scalar/themes from the dependencies of @scalar/types
## 0.0.10

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

2

dist/legacy/reference-config.d.ts
import type { OpenAPI, OpenAPIV2, OpenAPIV3, OpenAPIV3_1 } from '@scalar/openapi-types';
import type { ThemeId } from '@scalar/themes';
import type { UseSeoMetaInput } from '@unhead/schema';

@@ -30,2 +29,3 @@ import type { HarRequest, TargetId } from '../external/index.js';

};
export type ThemeId = 'alternate' | 'default' | 'moon' | 'purple' | 'solarized' | 'bluePlanet' | 'deepSpace' | 'saturn' | 'kepler' | 'mars' | 'none';
export type ReferenceConfiguration = {

@@ -32,0 +32,0 @@ /** A string to use one of the color presets */

@@ -19,3 +19,3 @@ {

],
"version": "0.0.10",
"version": "0.0.11",
"engines": {

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

"@unhead/schema": "^1.9.5",
"@scalar/openapi-types": "0.1.1",
"@scalar/themes": "0.9.31"
"@scalar/openapi-types": "0.1.1"
},

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

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