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.7-semantically-released to 0.0.8-semantically-released

4

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

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

? !comment.value.includes(deprecatedTag)
: false) {
: comment.value.includes(deprecatedTag)) {
return context.report({

@@ -180,3 +180,3 @@ messageId: 'comment',

? !comment.value.includes(deprecatedTag)
: false) {
: comment.value.includes(deprecatedTag)) {
return context.report({

@@ -183,0 +183,0 @@ messageId: 'comment',

@@ -11,3 +11,3 @@ import { TSESLint, TSESTree } from '@typescript-eslint/utils';

export declare const isNewLineRequired: (node: TSESTree.Property) => boolean;
export declare const rule: TSESLint.RuleModule<"comment" | "required", never[], {
export declare const rule: TSESLint.RuleModule<"required" | "comment", never[], {
VariableDeclaration(node: TSESTree.VariableDeclaration): void;

@@ -14,0 +14,0 @@ Property(node: TSESTree.Property): void;

{
"name": "eslint-plugin-zod-to-openapi",
"version": "0.0.7-semantically-released",
"version": "0.0.8-semantically-released",
"private": false,

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

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