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

eslint-config-warp

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-warp - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

10

index.js

@@ -107,11 +107,3 @@ 'use strict';

'switch-colon-spacing': [2, {after: true, before: false}],
'semi-style': [2, 'last'],
'padding-line-between-statements': [2,
{blankLine: 'always', prev: '*', next: 'function'},
{blankLine: 'always', prev: 'function', next: '*'},
{blankLine: 'always', prev: '*', next: 'multiline-block-like'},
{blankLine: 'always', prev: 'multiline-block-like', next: '*'},
{blankLine: 'always', prev: 'directive', next: '*'},
{blankLine: 'never', prev: 'var', next: 'var'}
]
'semi-style': [2, 'last']

@@ -118,0 +110,0 @@ }

2

package.json
{
"name": "eslint-config-warp",
"version": "2.0.0",
"version": "2.1.0",
"description": "WeAreReasonablePeople linting rules",

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

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