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

exalted.future

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

exalted.future - npm Package Compare versions

Comparing version 0.0.16 to 0.0.17

2

package.json
{
"name": "exalted.future",
"version": "0.0.16",
"version": "0.0.17",
"description": "Exalted monadic library & functional fun, fantasy-land compliant, mostly.",

@@ -5,0 +5,0 @@ "repository": "https://github.com/pre63/exalted.future.git",

@@ -77,3 +77,3 @@ ![](https://badgen.net/bundlephobia/minzip/exalted.future)

.chain(cat => Future.promise(fetch(`https://api.catfacts.com/${cat}`)))
.fork({
.cata({
Left: err => log('There was an error fetching the cat of the day :('),

@@ -80,0 +80,0 @@ Right: facts => log('Facts for cat of the day: ' + facts)

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