New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.8.4 to 2.8.5

11

build/fields/fieldLookup.js

@@ -95,4 +95,11 @@ "use strict";

else {
// Ensure the value is valid
fieldValue = fieldValue > 0 ? fieldValue : null;
// See if this is a multi value
if (_this.state.fieldInfo.multi) {
// Ensure a value exists
fieldValue = fieldValue || { results: [] };
}
else {
// Ensure the value is valid
fieldValue = fieldValue > 0 ? fieldValue : null;
}
}

@@ -99,0 +106,0 @@ // Return the field value

@@ -74,4 +74,11 @@ "use strict";

else {
// Ensure the value is valid
fieldValue = fieldValue > 0 ? fieldValue : null;
// See if this is a multi value
if (_this.state.fieldInfo.multi) {
// Ensure a value exists
fieldValue = fieldValue || { results: [] };
}
else {
// Ensure the value is valid
fieldValue = fieldValue > 0 ? fieldValue : null;
}
}

@@ -78,0 +85,0 @@ // Return the field value

2

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

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

Sorry, the diff of this file is not supported yet

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