Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

uniforms

Package Overview
Dependencies
Maintainers
1
Versions
190
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uniforms - npm Package Compare versions

Comparing version 1.24.2 to 1.24.3

2

package.json
{
"name": "uniforms",
"version": "1.24.2",
"version": "1.24.3",
"license": "MIT",

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

@@ -8,3 +8,3 @@ // @flow

export default function changedKeys (root: string, valueA: any, valueB: any) {
export default function changedKeys (root: string, valueA: any, valueB: any): string[] {
if (valueA === Object(valueA) && !(valueA instanceof Date)) {

@@ -11,0 +11,0 @@ if (valueB) {

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