Socket
Socket
Sign inDemoInstall

fluture

Package Overview
Dependencies
3
Maintainers
1
Versions
109
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 12.0.0-beta.5 to 12.0.0-beta.6

12

package.json
{
"name": "fluture",
"version": "12.0.0-beta.5",
"version": "12.0.0-beta.6",
"description": "FantasyLand compliant (monadic) alternative to Promises",

@@ -63,3 +63,3 @@ "main": "index.cjs",

"dependencies": {
"concurrify": "^1.1.1",
"concurrify": "^2.0.0",
"sanctuary-show": "^1.0.0",

@@ -71,3 +71,3 @@ "sanctuary-type-identifiers": "^2.0.0"

"chai": "^4.1.2",
"codecov": "^3.0.0",
"codecov": "^3.6.1",
"es-check": "^5.0.0",

@@ -87,7 +87,7 @@ "eslint": "^6.2.1",

"sanctuary-benchmark": "^1.0.0",
"sanctuary-either": "^1.1.0",
"sanctuary-type-classes": "^11.0.0",
"sanctuary-either": "^2.0.0",
"sanctuary-type-classes": "^12.0.0",
"typescript": "^3.6.4",
"xyz": "github:davidchambers/xyz#340d089"
"xyz": "^4.0.0"
}
}

@@ -105,3 +105,3 @@ # [![Fluture](logo.png)](#butterfly)

Fluture is hosted in full with all of its dependencies at
https://cdn.jsdelivr.net/gh/fluture-js/Fluture@12.0.0-beta.5/dist/bundle.js
https://cdn.jsdelivr.net/gh/fluture-js/Fluture@12.0.0-beta.6/dist/bundle.js

@@ -108,0 +108,0 @@ This script will add `Fluture` to the global scope.

@@ -66,2 +66,4 @@ /*eslint no-cond-assign:0, no-constant-condition:0 */

Future.prototype['@@type'] = $$type;
Future.prototype['@@show'] = function Future$show(){

@@ -68,0 +70,0 @@ return this.toString();

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc