Socket
Socket
Sign inDemoInstall

fluture

Package Overview
Dependencies
Maintainers
1
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fluture - npm Package Compare versions

Comparing version 4.3.2 to 4.3.3

2

CHANGELOG.md
# Change Log
Please refer to the [release notes](https://github.com/Avaq/Fluture/releases).
Please refer to the [release notes](https://github.com/fluture-js/Fluture/releases).
{
"name": "fluture",
"version": "4.3.2",
"version": "4.3.3",
"description": "FantasyLand compliant (monadic) alternative to Promises",

@@ -9,3 +9,3 @@ "main": "fluture.js",

],
"repository": "https://github.com/Avaq/fluture.git",
"repository": "https://github.com/fluture-js/Fluture.git",
"scripts": {

@@ -15,6 +15,6 @@ "build": "babel fluture.js -o es5.js",

"lint": "eslint fluture.js test",
"lint:fix": "eslint --fix fluture.js test",
"lint:fix": "npm run lint -- --fix",
"lint:readme": "remark --no-stdout --frail -u remark-validate-links README.md",
"prepublish": "npm run build",
"release": "npm outdated --long && xyz --edit --repo git@github.com:Avaq/Fluture.git --tag 'X.Y.Z' --increment",
"release": "npm outdated --long && xyz --edit --repo git@github.com:fluture-js/Fluture.git --tag 'X.Y.Z' --increment",
"toc": "node scripts/toc.js",

@@ -29,5 +29,5 @@ "test": "npm run test:all && npm run test:coverage && codecov",

"author": "Aldwin Vlasblom <aldwin.vlasblom@gmail.com> (https://github.com/Avaq)",
"homepage": "https://github.com/Avaq/Fluture",
"homepage": "https://github.com/fluture-js/Fluture",
"bugs": {
"url": "https://github.com/Avaq/Fluture/issues"
"url": "https://github.com/fluture-js/Fluture/issues"
},

@@ -34,0 +34,0 @@ "license": "MIT",

# [![Fluture](logo.png)](#butterfly)
[![Chat](https://badges.gitter.im/Avaq/Fluture.svg)](https://gitter.im/Avaq/Fluture)
[![Chat](https://badges.gitter.im/fluture-js/Fluture.svg)](https://gitter.im/fluture-js/Fluture)
[![NPM Version](https://badge.fury.io/js/fluture.svg)](https://www.npmjs.com/package/fluture)
[![Dependencies](https://david-dm.org/avaq/fluture.svg)](https://david-dm.org/avaq/fluture)
[![Build Status](https://travis-ci.org/Avaq/Fluture.svg?branch=master)](https://travis-ci.org/Avaq/Fluture)
[![Code Coverage](https://codecov.io/gh/Avaq/Fluture/branch/master/graph/badge.svg)](https://codecov.io/gh/Avaq/Fluture)
[![Dependencies](https://david-dm.org/fluture-js/Fluture.svg)](https://david-dm.org/fluture-js/Fluture)
[![Build Status](https://travis-ci.org/fluture-js/Fluture.svg?branch=master)](https://travis-ci.org/fluture-js/Fluture)
[![Code Coverage](https://codecov.io/gh/fluture-js/Fluture/branch/master/graph/badge.svg)](https://codecov.io/gh/fluture-js/Fluture)

@@ -867,3 +867,3 @@ Fluture offers a control structure similar to Promises, Tasks, Deferreds, and

Future.name,
'https://github.com/Avaq/Fluture#future',
'https://github.com/fluture-js/Fluture#future',
Future.isFuture,

@@ -918,4 +918,4 @@ Future.extractLeft,

[wiki:similar]: https://github.com/Avaq/Fluture/wiki/Comparison-of-Future-Implementations
[wiki:promises]: https://github.com/Avaq/Fluture/wiki/Comparison-to-Promises
[wiki:similar]: https://github.com/fluture-js/Fluture/wiki/Comparison-of-Future-Implementations
[wiki:promises]: https://github.com/fluture-js/Fluture/wiki/Comparison-to-Promises

@@ -922,0 +922,0 @@ [FL]: https://github.com/fantasyland/fantasy-land

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