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

eslint-config-ianvs

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-ianvs - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

2

index.js

@@ -5,3 +5,2 @@ module.exports = {

'rules': {
'block-scoped-var' : [2],
'brace-style' : [2, '1tbs'],

@@ -22,2 +21,3 @@ 'eqeqeq' : [2, 'smart'],

'strict' : [2, 'global'],
'vars-on-top' : [2],
'wrap-iife' : [2, 'inside']

@@ -24,0 +24,0 @@ },

{
"name": "eslint-config-ianvs",
"version": "0.0.5",
"version": "0.0.6",
"description": "ESLint 1.0 Config with slight tweaks from Standard",

@@ -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