Socket
Socket
Sign inDemoInstall

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.0.20 to 0.1.0

6

fx.js

@@ -206,2 +206,4 @@ export const

take_while = takeWhile,
takeUntil = curry((f, iter) => {

@@ -225,4 +227,6 @@ let res = [];

} ();
});
}),
take_until = takeUntil;
export const

@@ -229,0 +233,0 @@ takeAll = take(Infinity),

2

package.json
{
"name": "fxjs2",
"version": "0.0.20",
"version": "0.1.0",
"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