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

@scalar/oas-utils

Package Overview
Dependencies
Maintainers
0
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.2.67 to 0.2.68

6

CHANGELOG.md
# @scalar/oas-utils
## 0.2.68
### Patch Changes
- dab543e: fix: remove url validation from collection info
## 0.2.67

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

4

dist/entities/spec/spec-objects.js

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

*/
url: z.string().url().optional(),
url: z.string().optional(),
});

@@ -31,3 +31,3 @@ /**

/** The URL pointing to the contact information. This MUST be in the form of a URL. */
url: z.string().url().optional(),
url: z.string().optional(),
/** The email address of the contact person/organization. This MUST be in the form of an email address. */

@@ -34,0 +34,0 @@ email: z.string().email().optional(),

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

],
"version": "0.2.67",
"version": "0.2.68",
"engines": {

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

"@scalar/object-utils": "1.1.11",
"@scalar/themes": "0.9.45",
"@scalar/openapi-types": "0.1.4",
"@scalar/themes": "0.9.45",
"@scalar/types": "0.0.18"

@@ -121,5 +121,5 @@ },

"zod-to-ts": "^1.2.0",
"@scalar/openapi-parser": "0.8.8",
"@scalar/build-tooling": "0.1.11",
"@scalar/openapi-types": "0.1.4",
"@scalar/build-tooling": "0.1.11"
"@scalar/openapi-parser": "0.8.8"
},

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

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