Socket
Socket
Sign inDemoInstall

fairmont-core

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fairmont-core - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

9

lib/index.js
// Generated by CoffeeScript 1.10.0
(function() {
var _, apply, binary, compose, curry, flip, identity, negate, noOp, once, partial, pipe, spread, substitute, ternary, unary, wrap,
var _, apply, binary, compose, curry, flip, given, identity, negate, noOp, once, partial, pipe, spread, substitute, ternary, unary, wrap,
slice = [].slice;

@@ -164,2 +164,6 @@

given = function(f) {
return f();
};
module.exports = {

@@ -182,5 +186,6 @@ noOp: noOp,

negate: negate,
once: once
once: once,
given: given
};
}).call(this);
{
"name": "fairmont-core",
"version": "1.0.0",
"version": "1.0.1",
"description": "Functional reactive programming in JavaScript",

@@ -5,0 +5,0 @@ "files": [

Sorry, the diff of this file is not supported yet

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