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.1.0-alpha.9 to 0.1.0-alpha.10

1

lib/schema.js

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

var suc = 0;
path = (0, _array.toArr)(path);

@@ -22,0 +23,0 @@ for (var i = 0; i < path.length; i++) {

4

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

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

},
"gitHead": "1d13621762466c9491c0d58cfec85a32dbafe424"
"gitHead": "b5d82be13d857231ef7894a993f151d8bfb6d166"
}

@@ -11,2 +11,3 @@ import { each, toArr } from './array'

let suc = 0
path = toArr(path)
for (let i = 0; i < path.length; i++) {

@@ -13,0 +14,0 @@ var key = path[i]

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