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

eslint-plugin-kaizai

Package Overview
Dependencies
Maintainers
0
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-kaizai - npm Package Compare versions

Comparing version 1.0.13 to 1.0.14

2

dist/rules/no-return-type.js

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

if (node.body.body && node.body.body[0].type === 'ReturnStatement') {
if (!!node.returnType) {
if (!node.returnType) {
context.report({

@@ -26,0 +26,0 @@ loc: node.loc,

{
"name": "eslint-plugin-kaizai",
"version": "1.0.13",
"version": "1.0.14",
"description": "",

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

@@ -26,3 +26,3 @@ import { ESLintUtils, TSESTree } from "@typescript-eslint/experimental-utils";

if (node.body.body && node.body.body[0].type === 'ReturnStatement') {
if (!!node.returnType) {
if (!node.returnType) {
context.report({

@@ -29,0 +29,0 @@ loc: node.loc,

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