Huge News!Announcing our $40M Series B led by Abstract Ventures.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.4 to 2.0.1-alpha.5

lib/index.js

11

CHANGELOG.md

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

## [2.0.1-alpha.5](https://github.com/dudyn5ky1/select-pure/compare/select-pure@2.0.1-alpha.4...select-pure@2.0.1-alpha.5) (2021-05-01)
### Bug Fixes
* **general:** change entrypoint to non obfuscated version ([05add14](https://github.com/dudyn5ky1/select-pure/commit/05add14dde7415a8544524870ef559a1b154f92b))
## [2.0.1-alpha.4](https://github.com/dudyn5ky1/select-pure/compare/select-pure@2.0.1-alpha.3...select-pure@2.0.1-alpha.4) (2021-05-01)

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

6

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

@@ -37,4 +37,4 @@ "author": {

],
"module": "dist/index.js",
"main": "dist/index.js",
"module": "lib/index.js",
"main": "lib/index.js",
"repository": {

@@ -41,0 +41,0 @@ "type": "git",

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

[![npm](https://img.shields.io/npm/dm/select-pure.svg)](https://www.npmjs.com/package/select-pure)
[![Build Status](https://travis-ci.org/dudyn5ky1/select-pure.svg?branch=master)](https://travis-ci.org/dudyn5ky1/select-pure)
[![codecov](https://codecov.io/gh/dudyn5ky1/select-pure/branch/master/graph/badge.svg)](https://codecov.io/gh/dudyn5ky1/select-pure)
[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/select-pure)

@@ -17,2 +16,6 @@ ## Description

## Demo
Interactive demo with many examples is available [here](https://www.webcomponents.org/element/select-pure).
## Usage

@@ -31,3 +34,3 @@

then include it in your JavaScript file
then include it in your JavaScript file:

@@ -38,4 +41,10 @@ ```javascript

and use in the similar way as you would use a native HTML `<select>`.
*Important!* If you want to use a minified ES2015 version, include the package as following:
```javascript
import 'select-pure/dist/index.js';
```
Use in the similar way as you would use a native HTML `<select>`.
<!--

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