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.8 to 0.1.9

lib/components/Element.js

12

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

@@ -16,11 +16,11 @@ "author": {

"files": [
"es/",
"lib/",
"LICENSE",
"README.md"
],
"main": "es/index.js",
"main": "lib/index.js",
"scripts": {
"build:min": "rollup -c",
"build:lib": "babel -d es src",
"build": "npm run build:min && npm run build:lib",
"build:dist": "rollup -c",
"build:lib": "babel -d lib src",
"build": "npm run build:dist && npm run build:lib",
"test": "jest --no-cache --coverage",

@@ -27,0 +27,0 @@ "lint:js": "./node_modules/eslint/bin/eslint.js src/",

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