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

select-pure

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

select-pure - npm Package Compare versions

Comparing version 2.0.1-alpha.7 to 2.0.1-alpha.8

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [2.0.1-alpha.8](https://github.com/dudyn5ky1/select-pure/compare/select-pure@2.0.1-alpha.7...select-pure@2.0.1-alpha.8) (2021-05-01)
### Bug Fixes
* add height to inline demo ([91e58b4](https://github.com/dudyn5ky1/select-pure/commit/91e58b4f285777dfef136e32f45ba35a541ca181))
## [2.0.1-alpha.7](https://github.com/dudyn5ky1/select-pure/compare/select-pure@2.0.1-alpha.6...select-pure@2.0.1-alpha.7) (2021-05-01)

@@ -8,0 +19,0 @@

2

package.json
{
"name": "select-pure",
"version": "2.0.1-alpha.7",
"version": "2.0.1-alpha.8",
"description": "Custom JavaScript <select> component. Easy-to-use, accessible, mobile friendly and super efficient",

@@ -5,0 +5,0 @@ "author": {

@@ -48,3 +48,3 @@ # Custom JavaScript `<select>` component. Easy-to-use, accessible, mobile friendly and super efficient.

```
<custom-element-demo>
<custom-element-demo height="300">
<template>

@@ -64,3 +64,3 @@ <script src="https://unpkg.com/select-pure@latest/dist/index.js"></script>

<option-pure value="US">USA</option-pure>
<option-pure value="US" disabled>Russia</option-pure>
<option-pure value="RU" disabled>Russia</option-pure>
</select-pure>

@@ -67,0 +67,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