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

@scalar/oas-utils

Package Overview
Dependencies
Maintainers
8
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@scalar/oas-utils - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

6

CHANGELOG.md
# @scalar/oas-utils
## 0.1.3
### Patch Changes
- c14568f: feat: add custom security option
## 0.1.2

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

1

dist/types.d.ts

@@ -108,2 +108,3 @@ import type { OpenAPIV3, OpenAPIV3_1 } from '@scalar/openapi-parser';

export type AuthenticationState = {
customSecurity: boolean;
preferredSecurityScheme: string | null;

@@ -110,0 +111,0 @@ securitySchemes?: OpenAPIV3.ComponentsObject['securitySchemes'] | OpenAPIV3_1.ComponentsObject['securitySchemes'];

2

package.json

@@ -14,3 +14,3 @@ {

],
"version": "0.1.2",
"version": "0.1.3",
"engines": {

@@ -17,0 +17,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