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
36
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.22 to 0.0.23

6

CHANGELOG.md
# @scalar/types
## 0.0.23
### Patch Changes
- c2f5f08: feat: adds hideClientButton option configuration
## 0.0.22

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

@@ -167,2 +167,8 @@ import type { OpenAPI, OpenAPIV2, OpenAPIV3, OpenAPIV3_1 } from '@scalar/openapi-types';

_integration?: null | 'adonisjs' | 'docusaurus' | 'dotnet' | 'elysiajs' | 'express' | 'fastapi' | 'fastify' | 'go' | 'hono' | 'html' | 'laravel' | 'litestar' | 'nestjs' | 'nextjs' | 'nitro' | 'nuxt' | 'platformatic' | 'react' | 'rust' | 'vue';
/**
* Whether to show the client button from the reference sidebar and modal
*
* @default false
*/
hideClientButton?: boolean;
};

@@ -169,0 +175,0 @@ export type Server = OpenAPIV3.ServerObject | OpenAPIV3_1.ServerObject;

2

package.json

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

],
"version": "0.0.22",
"version": "0.0.23",
"engines": {

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

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