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

fn.js

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fn.js - npm Package Compare versions

Comparing version 0.2.0 to 0.2.2

5

package.json
{
"name": "fn.js",
"version": "0.2.0",
"version": "0.2.2",
"description": "Functional programming strategy library for JavaScript",
"main": "src/index.js",
"main": "build/fn.js",
"repository": {

@@ -16,2 +16,3 @@ "type": "git",

"author": "Eli Perelman",
"homepage": "https://github.com/eliperelman/fn.js",
"license": "MIT",

@@ -18,0 +19,0 @@ "gitHead": "03ee04cb590f1692f60737c576ff50e43e1ea943",

@@ -5,2 +5,14 @@ # fn.js

## Installation
`fn.js` is a UMD module, so it can be used in the browser, Node.js, and AMD/require.js environments.
```sh
npm install fn.js
```
```js
var fn = require('fn.js');
```
## Functional Programming

@@ -7,0 +19,0 @@

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