Socket
Socket
Sign inDemoInstall

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.7 to 1.0.8

4

dist/rules/index.js

@@ -7,5 +7,3 @@ "use strict";

module.exports = {
rule: {
'no-console-log': no_console_log_1.default
},
'no-console-log': no_console_log_1.default
};
{
"name": "eslint-plugin-kaizai",
"version": "1.0.7",
"version": "1.0.8",
"description": "",

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

import all from './all';
import recommended from './recommended';
const allConfigs = {

@@ -5,0 +6,0 @@ all,

import noConsoleLog from "./no-console-log"
export = {
rule: {
'no-console-log': noConsoleLog
},
'no-console-log': noConsoleLog
}
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