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

eslint-plugin-baseui

Package Overview
Dependencies
Maintainers
1
Versions
711
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-baseui - npm Package Compare versions

Comparing version 9.49.1 to 9.49.2

15

__tests__/deprecated-theme-api-test.js

@@ -137,2 +137,17 @@ /*

},
{
code: `
<Slider
overrides={{
InnerTrack: {
style: () => {
return {
background: red,
};
},
},
}}
/>
`,
},
],

@@ -139,0 +154,0 @@ invalid: [

2

package.json
{
"name": "eslint-plugin-baseui",
"version": "9.49.1",
"version": "9.49.2",
"description": "ESLint rules for Base Web",

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

@@ -336,2 +336,7 @@ /*

// nothing is passed to the `styled` function
if (!parameter) {
return false;
}
// Option 1. No destructuring.

@@ -338,0 +343,0 @@ // Ex: props => ({ color: props.$theme.colors.foreground })

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