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

eslint-plugin-sonarjs

Package Overview
Dependencies
Maintainers
5
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-sonarjs - npm Package Compare versions

Comparing version 0.15.0 to 0.16.0

2

lib/rules/no-redundant-boolean.js

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

messages: {
removeUnnecessaryBoolean: 'Remove the unnecessary boolean literal.',
removeUnnecessaryBoolean: 'Refactor the code to avoid using this boolean literal.',
},

@@ -30,0 +30,0 @@ schema: [],

{
"name": "eslint-plugin-sonarjs",
"version": "0.15.0",
"version": "0.16.0",
"description": "SonarJS rules for ESLint",

@@ -19,3 +19,3 @@ "main": "lib/index.js",

"engines": {
"node": ">=12"
"node": ">=14"
},

@@ -22,0 +22,0 @@ "scripts": {

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