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

openapi-enforcer

Package Overview
Dependencies
Maintainers
1
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openapi-enforcer - npm Package Compare versions

Comparing version 1.12.2 to 1.12.3

16

CHANGELOG.md

@@ -7,2 +7,18 @@ # Change Log

## 1.12.3
### Fixed
- **Dereference Path Resolution**
Path resolution was not always correctly determining the source path.
## 1.12.2
### Fixed
- **OpenAPI component path and request details**
The `request` and `path` did not always add `pathItem`, `operation`, and `pathKeys` properties that were added in `1.12.1`.
## 1.12.1

@@ -9,0 +25,0 @@

2

package.json
{
"name": "openapi-enforcer",
"version": "1.12.2",
"version": "1.12.3",
"description": "Library for validating, parsing, and formatting data against open api schemas.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -140,5 +140,3 @@ /**

const basePath = typeof source === 'string'
? path.dirname(source)
: process.cwd();
const basePath = process.cwd();

@@ -145,0 +143,0 @@ let result;

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