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 0.1.16 to 0.2.0

9

package.json
{
"name": "select-pure",
"version": "0.1.16",
"version": "0.2.0",
"description": "Pure JavaScript select component.",

@@ -25,8 +25,9 @@ "author": {

"build:lib": "babel -d lib src",
"build": "npm run build:dist && npm run build:lib",
"build": "yarn build:dist && yarn build:lib",
"test": "jest --no-cache --coverage",
"test:update-coverage": "./scripts/update-coverage.sh",
"lint:js": "./node_modules/eslint/bin/eslint.js src/",
"lint:tests": "./node_modules/eslint/bin/eslint.js tests/",
"lint:all": "npm run lint:js && npm run lint:tests",
"prepublish": "npm run lint:all && npm run test && npm run build",
"lint:all": "yarn lint:js && yarn lint:tests",
"prepublish": "yarn lint:all && yarn test && yarn build && yarn test:update-coverage",
"commit": "git-cz"

@@ -33,0 +34,0 @@ },

@@ -67,4 +67,12 @@ # SelectPure JavaScript component

## TODO
- [ ] Callback for updating select
- [ ] React wrapper
- [ ] Angular wrapper
```MIT```
## License
```MIT```
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