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

@cloudflare/component-listbox

Package Overview
Dependencies
Maintainers
35
Versions
143
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cloudflare/component-listbox - npm Package Compare versions

Comparing version 1.9.1 to 1.9.2

6

CHANGELOG.md
# Change Log
## 1.9.2
### Patch Changes
- 092101d86f: Fix for Select component compatibility
## 1.9.1

@@ -4,0 +10,0 @@

6

es/components/SelectOption.js

@@ -36,4 +36,8 @@ import { createStyledComponent } from '@cloudflare/style-container';

}),
cursor: 'pointer'
cursor: 'pointer',
// Fix for Select component compatibility
'& [data-selected-hidden]': {
display: 'none'
}
};
}, 'li');

@@ -42,5 +42,9 @@ "use strict";

}),
cursor: 'pointer'
cursor: 'pointer',
// Fix for Select component compatibility
'& [data-selected-hidden]': {
display: 'none'
}
};
}, 'li');
exports.SelectOption = SelectOption;

2

package.json
{
"name": "@cloudflare/component-listbox",
"description": "",
"version": "1.9.1",
"version": "1.9.2",
"main": "lib/index.js",

@@ -6,0 +6,0 @@ "module": "es/index.js",

Sorry, the diff of this file is not supported yet

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