You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

gd-sprest-react

Package Overview
Dependencies
Maintainers
1
Versions
309
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gd-sprest-react - npm Package Compare versions

Comparing version

to
2.7.6

6

build/fields/fieldManagedMetadata.js

@@ -112,3 +112,7 @@ "use strict";

if (_this.state.fieldInfo.multi) {
var fieldValue = _this.state.value;
// Default the value if it doesn't exist
var fieldValue = _this.state.value || {
__metadata: { type: "Collection(SP.Taxonomy.TaxonomyFieldValue)" },
results: []
};
// Append the option if it was selected

@@ -115,0 +119,0 @@ if (option.isSelected || option.selected) {

2

package.json
{
"name": "gd-sprest-react",
"version": "2.7.5",
"version": "2.7.6",
"description": "SharePoint react components.",

@@ -5,0 +5,0 @@ "main": "build/index.js",

Sorry, the diff of this file is not supported yet