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.3.0 to 0.4.0

tests/prop.js

4

build/fn.js

@@ -157,3 +157,7 @@ (function(root, factory) {

};
fn.prop = fn.curry(function (name, object) {
return object[name];
});
return fn;
}));

2

package.json
{
"name": "fn.js",
"version": "0.3.0",
"version": "0.4.0",
"description": "Functional programming strategy library for JavaScript",

@@ -5,0 +5,0 @@ "main": "build/fn.js",

@@ -145,2 +145,6 @@ 'use strict';

return type === valueType;
};
};
fn.prop = fn.curry(function (name, object) {
return object[name];
});
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