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.10 to 1.1.0

5

ivs-core.eslintrc.js

@@ -25,3 +25,6 @@ "use strict";

"extends" : "eslint:recommended",
"extends" : [
"eslint:recommended",
"plugin:react/recommended"
],
"parserOptions" : {

@@ -28,0 +31,0 @@ "sourceType" : "module",

{
"name": "eslint-plugin-ivs",
"version": "1.0.10",
"version": "1.1.0",
"description": "IVS Eslint plugin",

@@ -22,4 +22,5 @@ "main": "index.js",

"dependencies": {
"eslint": "^4.18.1"
"eslint": "^4.18.1",
"eslint-plugin-react": "^7.7.0"
}
}
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