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.4 to 1.0.5

3

dist/rules/index.js

@@ -5,5 +5,4 @@ "use strict";

};
Object.defineProperty(exports, "__esModule", { value: true });
const no_console_log_1 = __importDefault(require("./no-console-log"));
exports.default = {
module.exports = {
rule: {

@@ -10,0 +9,0 @@ 'no-console-log': no_console_log_1.default

{
"name": "eslint-plugin-kaizai",
"version": "1.0.4",
"version": "1.0.5",
"description": "",

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

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