Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sayari/eslint-plugin

Package Overview
Dependencies
Maintainers
4
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sayari/eslint-plugin - npm Package Compare versions

Comparing version 0.0.1-rc.2 to 0.0.1-rc.3

lib/rules/polyfill-resize-observer.js

6

index.js

@@ -13,3 +13,4 @@ /**

'strict-mui-imports': require('./lib/rules/strict-mui-imports'),
'no-unwrapped-jsx-text': require('./lib/rules/no-unwrapped-jsx-text')
'no-unwrapped-jsx-text': require('./lib/rules/no-unwrapped-jsx-text'),
'polyfill-resize-observer': require('./lib/rules/polyfill-resize-observer')
}

@@ -24,3 +25,4 @@

'@sayari/strict-mui-imports': 2,
'@sayari/no-unwrapped-jsx-text': 2
'@sayari/no-unwrapped-jsx-text': 2,
'@sayari/polyfill-resize-observer': 2,
}

@@ -27,0 +29,0 @@ }

{
"name": "@sayari/eslint-plugin",
"license": "ISC",
"version": "0.0.1-rc.2",
"version": "0.0.1-rc.3",
"description": "custom lint rules built for Sayari Graph",

@@ -6,0 +6,0 @@ "author": "Sayari Analytics",

@@ -59,1 +59,4 @@ # eslint-plugin-sayari

- this prevents issues with [this React bug](https://github.com/facebook/react/issues/11538#issuecomment-390386520) when conflicted with things like google translate
`polyfill-resize-observer`:
- imorts the polyfill build from react-resize-detector to avoid browser compatability conflicts when accessing the ResizeObserver API
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