Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

@commodo/fields

Package Overview
Dependencies
3
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3-next.0 to 1.0.3-next.1

4

package.json
{
"name": "@commodo/fields",
"version": "1.0.3-next.0",
"version": "1.0.3-next.1",
"main": "index.js",

@@ -28,3 +28,3 @@ "repository": {

},
"gitHead": "ab3d5ab61723f9a7b6e980433c58959bf3d92ef7"
"gitHead": "b1f1826e2285e793fe5ea47a26b429e1e3c54001"
}

@@ -16,10 +16,7 @@ "use strict";

return {
valueSet: false,
setValue(value) {
if (this.valueSet) {
if (this.state.set) {
return;
}
this.valueSet = true;
return setValue.call(this, value);

@@ -26,0 +23,0 @@ }

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