New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-problems

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-problems - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

2

index.js

@@ -44,3 +44,3 @@ 'use strict';

'no-with': 'error',
yoda: 'error',
yoda: ['error', 'never', { onlyEquality: true }],
strict: 'error',

@@ -47,0 +47,0 @@ 'no-undef-init': 'error',

{
"name": "eslint-config-problems",
"version": "1.0.0",
"version": "1.1.0",
"description": "An eslint config that catches problems in your code, without checking style. For use with prettier.",

@@ -5,0 +5,0 @@ "keywords": [

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