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

@uform/utils

Package Overview
Dependencies
Maintainers
2
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uform/utils - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

1

lib/accessor.js

@@ -460,2 +460,3 @@ "use strict";

if (!(0, _types.isObj)(obj[p])) {
if (obj[p] === undefined && value === undefined) return;
obj[p] = {};

@@ -462,0 +463,0 @@ }

4

package.json
{
"name": "@uform/utils",
"version": "0.2.1",
"version": "0.2.2",
"license": "MIT",

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

},
"gitHead": "a500d55b452d2ff8fafe9b399cb60a9089a4753c",
"gitHead": "985af279d0a0cadb7bf258e38232b21ef08a4d92",
"peerDependencies": {

@@ -23,0 +23,0 @@ "@babel/runtime": "^7.4.4"

@@ -407,2 +407,3 @@ import { isStr, isNum, isPlainObj, isArr, isObj } from './types'

if (!isObj(obj[p])) {
if (obj[p] === undefined && value === undefined) return
obj[p] = {}

@@ -409,0 +410,0 @@ }

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