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.0.17 to 0.0.18

5

fx.js

@@ -57,2 +57,7 @@ export const

L.ivs = L.indexValues = function*(iter) {
let i = -1;
for (const a of iter) yield [i, a];
};
L.reverse = function *(arr) {

@@ -59,0 +64,0 @@ var l = arr.length;

2

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