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.1 to 0.1.2

lib/defer.js

7

lib/index.js

@@ -73,2 +73,9 @@ "use strict";

exports[key] = _case[key];
});
var _defer = require("./defer");
Object.keys(_defer).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
exports[key] = _defer[key];
});

4

package.json
{
"name": "@uform/utils",
"version": "0.1.1",
"version": "0.1.2",
"license": "MIT",

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

},
"gitHead": "2c92937acdbd2266c408b2f008ce0d8f98dc8cc1",
"gitHead": "18388943ac8f979c274ec297534b025a24127dad",
"dependencies": {

@@ -23,0 +23,0 @@ "camel-case": "^3.0.0"

@@ -11,1 +11,2 @@ export * from './accessor'

export * from './case'
export * from './defer'
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