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

fxjs2

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fxjs2 - npm Package Compare versions

Comparing version 0.2.1 to 0.2.3

range.js

5

baseExtend.js
import reduce from "./reduce.js";
import mapLazy from "./Lazy/mapLazy.js";
import entriesLazy from "./Lazy/entriesLazy.js";

@@ -7,5 +8,5 @@ export default function baseExtend(set, obj, objs) {

obj &&
(type == 'object' || type == 'function') &&
reduce(reduce(set), obj, mapLazy(entries, objs));
(type == 'object' || type == 'function') &&
reduce(reduce(set), obj, mapLazy(entriesLazy, objs));
return obj;
}

1

fx.js

@@ -84,3 +84,4 @@ export { default as minBy, default as min_by } from './minBy.js';

export { default as isStop, default as is_stop } from './isStop.js';
export { default as range } from './range.js';
export * from './L.js';
export * from './C.js';
{
"name": "fxjs2",
"version": "0.2.1",
"version": "0.2.3",
"description": "Functional Extensions for Javascript",

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

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