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

@form-create/utils

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@form-create/utils - npm Package Compare versions

Comparing version 2.5.6 to 2.5.7

5

lib/deepset.js

@@ -5,3 +5,6 @@ export default function deepSet(data, idx, val) {

if (to) {
_data = _data[to] || {};
if(!_data[to]) {
_data[to] = {}
}
_data = _data[to];
}

@@ -8,0 +11,0 @@ to = v;

2

lib/type.js

@@ -16,3 +16,3 @@ const is = {

['Date', 'Object', 'Function', 'String', 'Boolean', ' Array', 'Number'].forEach(t => {
['Date', 'Object', 'Function', 'String', 'Boolean', 'Array', 'Number'].forEach(t => {
is[t] = function (arg) {

@@ -19,0 +19,0 @@ return is.type(arg, t);

{
"name": "@form-create/utils",
"version": "2.5.6",
"version": "2.5.7",
"description": "",

@@ -31,3 +31,3 @@ "main": "./lib/index.js",

},
"gitHead": "e805222975cd2502f59b42b310342f9c59f6d70d"
"gitHead": "0cb3f47570480db294d6356ac7ab356768673bd2"
}
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