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

zoomjs

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zoomjs - npm Package Compare versions

Comparing version 3.1.0 to 3.2.0

8

_tools.js

@@ -35,9 +35,3 @@ // A functional placeholder.

// Add two numbers together.
const add = curry((a, b) => a + b);
// Multiply two numbers together.
const multiply = curry((a, b) => a * b);
module.exports = {

@@ -49,4 +43,2 @@ __,

pipe,
add,
multiply,
};

2

package.json
{
"name": "zoomjs",
"version": "3.1.0",
"version": "3.2.0",
"description": "Helpful abstractions for functional programming in javascript.",

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

@@ -113,3 +113,7 @@ const FL = require('fantasy-land');

// combine :: [Validation a b] -> Validation a b
Validation.combine = list =>
list.reduce(Validation.concat, Validation.empty());
/*

@@ -116,0 +120,0 @@ |------------------------------------------------------------------------------

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