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

openapi-format

Package Overview
Dependencies
Maintainers
0
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openapi-format - npm Package Compare versions

Comparing version 1.24.0 to 1.24.1

4

CHANGELOG.md
## unreleased
## [1.24.1] - 2024-10-04
- fix: replace 'node:path' with 'path' to resolve Webpack build error
## [1.24.0] - 2024-09-27

@@ -4,0 +8,0 @@

2

openapi-format.js

@@ -34,3 +34,3 @@ #!/usr/bin/env node

const {writePaths, writeComponents, writeSplitOpenAPISpec} = require('./utils/split');
const {dirname, extname} = require('node:path');
const {dirname, extname} = require('path');

@@ -37,0 +37,0 @@ /**

{
"name": "openapi-format",
"version": "1.24.0",
"version": "1.24.1",
"description": "Format an OpenAPI document by ordering, formatting and filtering fields.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -6,3 +6,3 @@ const fs = require('fs');

const https = require('https');
const {dirname} = require('node:path');
const {dirname} = require('path');

@@ -9,0 +9,0 @@ /**

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