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

select2-react-component

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

select2-react-component - npm Package Compare versions

Comparing version 5.8.0 to 5.8.1

4

dist/auto-complete.d.ts

@@ -24,4 +24,4 @@ import * as React from 'react';

private resultsElement;
private readonly dropdownStyle;
private readonly containerStyle;
private get dropdownStyle();
private get containerStyle();
componentWillMount(): void;

@@ -28,0 +28,0 @@ componentDidMount(): void;

@@ -1,2 +0,2 @@

import * as tslib_1 from "tslib";
import { __extends } from "tslib";
import * as React from 'react';

@@ -10,3 +10,3 @@ import * as ReactDOM from 'react-dom';

var AutoComplete = /** @class */ (function (_super) {
tslib_1.__extends(AutoComplete, _super);
__extends(AutoComplete, _super);
function AutoComplete() {

@@ -13,0 +13,0 @@ var _this = _super !== null && _super.apply(this, arguments) || this;

@@ -32,6 +32,7 @@ import * as React from 'react';

private resultsElement;
private searchText;
private readonly dropdownStyle;
private readonly containerStyle;
private readonly selectionStyle;
private get searchText();
private set searchText(value);
private get dropdownStyle();
private get containerStyle();
private get selectionStyle();
componentWillMount(): void;

@@ -38,0 +39,0 @@ componentDidMount(): void;

@@ -1,2 +0,2 @@

import * as tslib_1 from "tslib";
import { __extends } from "tslib";
import * as React from 'react';

@@ -10,3 +10,3 @@ import * as ReactDOM from 'react-dom';

var Select2 = /** @class */ (function (_super) {
tslib_1.__extends(Select2, _super);
__extends(Select2, _super);
function Select2() {

@@ -13,0 +13,0 @@ var _this = _super !== null && _super.apply(this, arguments) || this;

{
"name": "select2-react-component",
"version": "5.8.0",
"version": "5.8.1",
"description": "A reactjs select component.",
"main": "dist/index.js",
"main": "dist/select2-react-component.min.js",
"module": "dist/index.js",

@@ -27,9 +27,9 @@ "unpkg": "dist/select2-react-component.min.js",

"react-dom": "16",
"select2-component": "^5.7.0"
"select2-component": "^5.8.1"
},
"devDependencies": {
"@types/react": "16.8.23",
"@types/react-dom": "16.8.4"
"@types/react": "16.9.17",
"@types/react-dom": "16.9.4"
},
"gitHead": "ec774cd7b38632506599200f49540395c60b3fd3"
"gitHead": "01e4da2962f63afda711d79c79b425b0599f0f1b"
}
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