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

fairmont-helpers

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fairmont-helpers - npm Package Compare versions

Comparing version 1.0.0-beta-25 to 1.0.0-beta-26

5

lib/type.js

@@ -14,3 +14,3 @@ // Generated by CoffeeScript 1.9.3

isPrototype = curry(function(p, value) {
return (p != null) && (value != null) && p === prototype(value);
return (p != null) && p === prototype(value);
});

@@ -23,3 +23,4 @@

isTransitivePrototype = curry(function(p, value) {
return (isPrototype(p, value)) || (isPrototype(p, prototype(value)));
var q;
return (p != null) && (p === (q = prototype(value)) || (q && isTransitivePrototype(p, q)));
});

@@ -26,0 +27,0 @@

4

package.json
{
"name": "fairmont-helpers",
"version": "1.0.0-beta-25",
"version": "1.0.0-beta-26",
"description": "True functional reactive programming for JavaScript.",

@@ -29,2 +29,3 @@ "files": [

"amen": "^1.0.0-alpha-03",
"coffee-script": "^1.10.0",
"json": "^9.0.3"

@@ -35,3 +36,2 @@ },

"fairmont-multimethods": "^1.0.0-beta-20",
"coffee-script": "~1.9.3",
"when": "^3.7.3"

@@ -38,0 +38,0 @@ },

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