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.55 to 0.2.56

10

CHANGELOG.md
# @scalar/oas-utils
## 0.2.56
### Patch Changes
- b8f9a95: feat: lower syntax highlighting response threshold
- Updated dependencies [8759e7f]
- @scalar/openapi-types@0.1.3
- @scalar/types@0.0.15
- @scalar/themes@0.9.37
## 0.2.55

@@ -4,0 +14,0 @@

6

dist/entities/spec/requests.d.ts

@@ -6,3 +6,3 @@ import { z } from 'zod';

/** A single set of populated values for a sent request */
export type ResponseInstance<ResponseDataType = unknown> = Omit<Response, 'headers'> & {
export type ResponseInstance = Omit<Response, 'headers'> & {
/** Store headers as an object to match what we had with axios */

@@ -15,3 +15,5 @@ headers: Record<string, string>;

/** The response data */
data: ResponseDataType;
data: string | Blob;
/** The response size in bytes */
size: number;
/** The response status */

@@ -18,0 +20,0 @@ status: number;

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

],
"version": "0.2.55",
"version": "0.2.56",
"engines": {

@@ -111,5 +111,5 @@ "node": ">=18"

"@scalar/object-utils": "1.1.10",
"@scalar/openapi-types": "0.1.2",
"@scalar/themes": "0.9.36",
"@scalar/types": "0.0.14"
"@scalar/openapi-types": "0.1.3",
"@scalar/themes": "0.9.37",
"@scalar/types": "0.0.15"
},

@@ -122,5 +122,5 @@ "devDependencies": {

"zod-to-ts": "^1.2.0",
"@scalar/openapi-parser": "0.8.6",
"@scalar/build-tooling": "0.1.11",
"@scalar/openapi-types": "0.1.2",
"@scalar/openapi-parser": "0.8.6"
"@scalar/openapi-types": "0.1.3"
},

@@ -127,0 +127,0 @@ "scripts": {

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