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.3

2

index.js

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

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

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

{
"name": "functionallibrary",
"version": "1.0.2",
"version": "1.0.3",
"description": "funciones a usar en programacion funcional",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -6,3 +6,11 @@ # Functional Library

[![Build Status](https://travis-ci.org/JoseJuan81/FunctionalLibrary.svg?branch=dev)](https://travis-ci.org/JoseJuan81/FunctionalLibrary)
<p align="center">
<a href="https://travis-ci.org/JoseJuan81/FunctionalLibrary">
<img src="https://travis-ci.org/JoseJuan81/FunctionalLibrary.svg?branch=dev" alt="Version">
</a>
<a href="https://www.npmjs.com/package/functionallibrary">
<img src="https://img.shields.io/npm/v/functionallibrary.svg" alt="Version">
</a>
<img alt="GitHub" src="https://img.shields.io/github/license/josejuan81/FunctionalLibrary">
</p>

@@ -9,0 +17,0 @@ ## Install