Socket
Socket
Sign inDemoInstall

fp-ts

Package Overview
Dependencies
Maintainers
1
Versions
231
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fp-ts - npm Package Compare versions

Comparing version 2.16.4 to 2.16.5

5

es6/NonEmptyArray.js

@@ -456,3 +456,6 @@ var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {

for (var i = 1; i < as.length; i++) {
out.push.apply(out, f(i, as[i]));
var bs = f(i, as[i]);
for (var j = 0; j < bs.length; j++) {
out.push(bs[j]);
}
}

@@ -459,0 +462,0 @@ return out;

@@ -219,3 +219,6 @@ var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {

for (var i = 0; i < as.length; i++) {
out.push.apply(out, f(i, as[i]));
var bs = f(i, as[i]);
for (var j = 0; j < bs.length; j++) {
out.push(bs[j]);
}
}

@@ -222,0 +225,0 @@ return out;

@@ -443,3 +443,6 @@ var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {

for (var i = 1; i < as.length; i++) {
out.push.apply(out, f(i, as[i]));
var bs = f(i, as[i]);
for (var j = 0; j < bs.length; j++) {
out.push(bs[j]);
}
}

@@ -446,0 +449,0 @@ return out;

@@ -515,3 +515,6 @@ "use strict";

for (var i = 1; i < as.length; i++) {
out.push.apply(out, f(i, as[i]));
var bs = f(i, as[i]);
for (var j = 0; j < bs.length; j++) {
out.push(bs[j]);
}
}

@@ -518,0 +521,0 @@ return out;

@@ -500,3 +500,6 @@ "use strict";

for (var i = 1; i < as.length; i++) {
out.push.apply(out, f(i, as[i]));
var bs = f(i, as[i]);
for (var j = 0; j < bs.length; j++) {
out.push(bs[j]);
}
}

@@ -503,0 +506,0 @@ return out;

2

package.json
{
"name": "fp-ts",
"version": "2.16.4",
"version": "2.16.5",
"description": "Functional programming in TypeScript",

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

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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