Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dropkit

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dropkit - npm Package Compare versions

Comparing version 1.0.0-0 to 1.0.0

6

package.json
{
"name": "dropkit",
"version": "1.0.0-0",
"version": "1.0.0",
"description": "A minimalist approach to custom dropdowns, autocompletes, and more.",

@@ -16,3 +16,3 @@ "source": "index.ts",

"watch": "microbundle watch",
"publish": "np"
"release": "np"
},

@@ -32,3 +32,3 @@ "repository": {

"ava": "^2.4.0",
"microbundle": "^0.11.0",
"microbundle": "^0.12.3",
"np": "^6.3.2",

@@ -35,0 +35,0 @@ "react": "^16.13.1",

@@ -56,3 +56,3 @@ # dropkit ![npm](https://img.shields.io/npm/v/dropkit) [![](https://badgen.net/bundlephobia/minzip/dropkit)](https://bundlephobia.com/result?p=dropkit)

<label htmlFor={id}>Cities</label>
<button id={id} controlProps={getControlProps()}>{label}</button>
<button id={id} {...getControlProps()}>{label}</button>

@@ -59,0 +59,0 @@ {isOpen && (

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