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

@proscom/ui-utils

Package Overview
Dependencies
Maintainers
3
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@proscom/ui-utils - npm Package Compare versions

Comparing version 0.1.6 to 0.1.10

2

lib/es/object/applyDefaults.js

@@ -12,3 +12,3 @@ var __assign = (this && this.__assign) || function () {

};
import { isNil } from 'lodash-es';
import isNil from 'lodash/isNil';
/**

@@ -15,0 +15,0 @@ * Применяет значения по-умолчанию для объекта

@@ -13,5 +13,8 @@ "use strict";

};
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.applyDefaults = void 0;
var lodash_es_1 = require("lodash-es");
var isNil_1 = __importDefault(require("lodash/isNil"));
/**

@@ -27,3 +30,3 @@ * Применяет значения по-умолчанию для объекта

var key = keys_1[_i];
if (lodash_es_1.isNil(result[key]) && key in defaults) {
if (isNil_1.default(result[key]) && key in defaults) {
// @ts-ignore

@@ -30,0 +33,0 @@ result[key] = defaults[key];

{
"name": "@proscom/ui-utils",
"version": "0.1.6",
"version": "0.1.10",
"description": "Proscom UI utilities",

@@ -34,3 +34,3 @@ "author": "Andrew Starostin <a.starostin@proscom.ru>",

"dependencies": {
"lodash-es": "^4.17.15"
"lodash": "^4.0.0"
},

@@ -40,3 +40,3 @@ "devDependencies": {

},
"gitHead": "126f5230485ee9f723aea18af791a8e994e83d8f"
"gitHead": "d5a9bf4a82b7845437deb1ebdc06739351d29687"
}

@@ -1,2 +0,2 @@

import { isNil } from 'lodash-es';
import isNil from 'lodash/isNil';

@@ -3,0 +3,0 @@ /**

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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