New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@uform/core

Package Overview
Dependencies
Maintainers
2
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uform/core - npm Package Compare versions

Comparing version 0.1.0-alpha.10 to 0.1.0-alpha.12

2

lib/field.js

@@ -166,2 +166,4 @@ "use strict";

this.props = (0, _utils.clone)(props, filterSchema);
this.editable = this.getEditableFromProps(this.props);
this.rules = this.getRulesFromProps(this.props);
this.dirty = true;

@@ -168,0 +170,0 @@ this.notify();

4

package.json
{
"name": "@uform/core",
"version": "0.1.0-alpha.10",
"version": "0.1.0-alpha.12",
"license": "MIT",

@@ -28,3 +28,3 @@ "main": "lib",

},
"gitHead": "b5d82be13d857231ef7894a993f151d8bfb6d166"
"gitHead": "a9ee2dc01e09698f51455eb75d572daae8df737a"
}

@@ -152,2 +152,4 @@ import {

this.props = clone(props, filterSchema)
this.editable = this.getEditableFromProps(this.props)
this.rules = this.getRulesFromProps(this.props)
this.dirty = true

@@ -154,0 +156,0 @@ this.notify()

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