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

eslint-plugin-ivs

Package Overview
Dependencies
Maintainers
3
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-ivs - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

5

ivs-core.eslintrc.js
"use strict";
let spacing_overrides = {
"let" : {"after" : true},
"var" : {"after" : true},
"const" : {"after" : true},
"else" : {"after" : true},

@@ -28,3 +31,3 @@ "do" : {"after" : true},

"comma-style" : ["error", "last"],
"curly" : ["error", "multi-or-nest"],
"curly" : ["error", "multi-or-nest", "consistent"],
"eol-last" : ["error"],

@@ -31,0 +34,0 @@ "indent" : ["error", 2, {"SwitchCase" : 1, "MemberExpression" : 1}],

2

package.json
{
"name": "eslint-plugin-ivs",
"version": "1.0.5",
"version": "1.0.6",
"description": "IVS Eslint plugin",

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