Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
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 2.6.4 to 2.6.5

5

build/fields/fieldManagedMetadata.js

@@ -59,6 +59,7 @@ "use strict";

var keys = [];
var results = _this.state.value.results || [];
// Parse the results
for (var i = 0; i < _this.state.value.results.length; i++) {
for (var i = 0; i < results.length; i++) {
// Add the key
keys.push(_this.state.value.results[i].TermGuid);
keys.push(results[i].TermGuid);
}

@@ -65,0 +66,0 @@ // Set the selected keys

2

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

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

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