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

functionallibrary

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

functionallibrary - npm Package Compare versions

Comparing version

to
1.0.7

functions/getPropertysValue.js

16

dist/functionallibrary.umd.js

@@ -296,3 +296,3 @@ (function (global, factory) {

var getPropertyValue = function getPropertyValue(args) {
var getPropertysValue = function getPropertysValue(args) {
var propFlow = args.split('.');

@@ -309,8 +309,8 @@ return function inner(item) {

var getPropertyValue_2 = getPropertyValue;
var getPropertyValue_1 = {
getPropertyValue: getPropertyValue_2
var getPropertysValue_2 = getPropertysValue;
var getPropertysValue_1 = {
getPropertysValue: getPropertysValue_2
};
var getPropertyValue$1 = getPropertyValue_1.getPropertyValue;
var getPropertyValue = getPropertysValue_1.getPropertyValue;

@@ -335,3 +335,3 @@ var createPropertyByOtherOne = function createPropertyByOtherOne() {

newItem[prop1] = getPropertyValue$1(prop2)(newItem);
newItem[prop1] = getPropertyValue(prop2)(newItem);
return newItem;

@@ -496,3 +496,3 @@ };

var equality$2 = equality_1.equality;
var getPropertysValue = getPropertyValue_1.getPropertysValue;
var getPropertysValue$1 = getPropertysValue_1.getPropertysValue;
var isEmpty$2 = isEmpty_1.isEmpty;

@@ -517,3 +517,3 @@ var isNotEmpty$1 = isNotEmpty_1.isNotEmpty;

forEach: forEach$1,
getPropertysValue: getPropertysValue,
getPropertysValue: getPropertysValue$1,
isEmpty: isEmpty$2,

@@ -520,0 +520,0 @@ isNotEmpty: isNotEmpty$1,

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

const { getPropertyValue } = require("./getPropertyValue");
const { getPropertyValue } = require("./getPropertysValue");

@@ -3,0 +3,0 @@ const createPropertyByOtherOne = (...args) => {

{
"name": "functionallibrary",
"version": "1.0.6",
"version": "1.0.7",
"description": "funciones a usar en programacion funcional",

@@ -5,0 +5,0 @@ "main": "dist/functionallibrary.umd.js",

@@ -9,3 +9,3 @@ const { allAreTrue } = require("./functions/allAreTrue");

const { equality } = require("./functions/equality");
const { getPropertysValue } = require("./functions/getPropertyValue");
const { getPropertysValue } = require("./functions/getPropertysValue");
const { isEmpty } = require("./functions/isEmpty");

@@ -12,0 +12,0 @@ const { isNotEmpty } = require("./functions/isNotEmpty");