Socket
Socket
Sign inDemoInstall

@0soft/remote-autocomplete

Package Overview
Dependencies
65
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.24 to 0.0.25

3

dist/index.js

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

var checkedIcon = React.createElement(CheckBox_1.default, null);
exports.RemoteAutocomplete = function (_a) {
var RemoteAutocomplete = function (_a) {
var multiple = _a.multiple, queryDocument = _a.queryDocument, labelProp = _a.labelProp, _b = _a.valueProp, valueProp = _b === void 0 ? labelProp : _b, mapOptions = _a.mapOptions, onChange = _a.onChange, _c = _a.value, value = _c === void 0 ? null : _c, label = _a.label, _d = _a.size, size = _d === void 0 ? 'small' : _d, clearText = _a.clearText, closeText = _a.closeText, loadingText = _a.loadingText, noOptionsText = _a.noOptionsText, openText = _a.openText;

@@ -97,2 +97,3 @@ if (multiple && value == null) {

};
exports.RemoteAutocomplete = RemoteAutocomplete;
//# sourceMappingURL=index.js.map
{
"name": "@0soft/remote-autocomplete",
"version": "0.0.24",
"version": "0.0.25",
"main": "dist/index.js",

@@ -24,5 +24,5 @@ "types": "dist/index.d.ts",

"dependencies": {
"@apollo/client": "^3.2.5",
"@material-ui/core": "^4.11.0",
"@material-ui/lab": "^4.0.0-alpha.56",
"@apollo/client": "^3.3.6",
"@material-ui/core": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"graphql": "^15.4.0",

@@ -44,6 +44,6 @@ "graphql-tag": "^2.11.0",

"devDependencies": {
"@types/lodash": "^4.14.162",
"typescript": "^4.0.5"
"@types/lodash": "^4.14.165",
"typescript": "^4.1.3"
},
"gitHead": "b5ec33cebba153e8d226594b7356e6ff8dfa9197"
"gitHead": "a3c59ca640eea061bb20cbe60005434f66008c6a"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc