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

eslint-plugin-zod-to-openapi

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-zod-to-openapi - npm Package Compare versions

Comparing version 0.0.18 to 0.0.19

4

lib-commonjs/rules/require-openapi/rule.js

@@ -26,3 +26,3 @@ "use strict";

messageId: 'open-api-required',
node: declarator,
node: declarator.id,
});

@@ -40,3 +40,3 @@ }

messageId: 'open-api-required',
node,
node: node.key,
});

@@ -43,0 +43,0 @@ }

@@ -29,3 +29,2 @@ "use strict";

'ZodNumber',
'ZodEnum',
'ZodBoolean',

@@ -32,0 +31,0 @@ 'ZodRecord',

{
"name": "eslint-plugin-zod-to-openapi",
"version": "0.0.18",
"version": "0.0.19",
"private": false,

@@ -5,0 +5,0 @@ "description": "Eslint rules for zod-to-openapi",

Sorry, the diff of this file is not supported yet

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