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

@scalar/oas-utils

Package Overview
Dependencies
Maintainers
8
Versions
120
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.2.20 to 0.2.21

8

CHANGELOG.md
# @scalar/oas-utils
## 0.2.21
### Patch Changes
- e18029f: Fallback request summary to path on spec import
- Updated dependencies [c1ada84]
- @scalar/themes@0.9.18
## 0.2.20

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

2

dist/transforms/import-spec.js

@@ -77,3 +77,3 @@ import { tagObjectSchema } from '../entities/workspace/spec/spec.js';

security: operation.security,
summary: operation.summary,
summary: operation.summary || pathString,
externalDocs: operation.externalDocs,

@@ -80,0 +80,0 @@ requestBody: operation.requestBody,

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

],
"version": "0.2.20",
"version": "0.2.21",
"engines": {

@@ -94,3 +94,3 @@ "node": ">=18"

"zod": "^3.22.4",
"@scalar/themes": "0.9.17"
"@scalar/themes": "0.9.18"
},

@@ -97,0 +97,0 @@ "devDependencies": {

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