Socket
Socket
Sign inDemoInstall

@blaze-react/select

Package Overview
Dependencies
Maintainers
5
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blaze-react/select - npm Package Compare versions

Comparing version 0.3.9 to 0.3.10

2

lib/index.js

@@ -61,3 +61,3 @@ "use strict";

react_1["default"].createElement("select", __assign({ onChange: handleChange, defaultValue: selectedOption, disabled: !options.length }, attrs),
react_1["default"].createElement("option", null, "Please Choose..."),
react_1["default"].createElement("option", { value: "", disabled: true, selected: true }, "Please Choose..."),
renderOptions())));

@@ -64,0 +64,0 @@ };

{
"name": "@blaze-react/select",
"version": "0.3.9",
"version": "0.3.10",
"publishConfig": {

@@ -35,3 +35,3 @@ "access": "public"

},
"gitHead": "b2b459a9b55fa739b5f1d27f87a027d259ba3a9b"
"gitHead": "07f2328cd533ba8e853ec6ec420d09791bfc70d3"
}

Sorry, the diff of this file is not supported yet

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