Socket
Socket
Sign inDemoInstall

fxjs2

Package Overview
Dependencies
Maintainers
2
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.10.0 to 0.10.1

2

package.json
{
"name": "fxjs2",
"version": "0.10.0",
"version": "0.10.1",
"description": "Functional Extensions for modern Javascript",

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

@@ -1,2 +0,2 @@

import curry from "./curry";
import curry from "./curry.js";

@@ -3,0 +3,0 @@ export default curry(function add(a, b) {

@@ -1,2 +0,2 @@

export { default as add } from "./add";
export { default as add } from "./add.js";
export { default as append } from './append.js';

@@ -3,0 +3,0 @@ export { default as apply } from './apply.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