New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mgfx

Package Overview
Dependencies
Maintainers
2
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mgfx - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

dist/utils/fluenture.d.ts

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [0.5.1](https://github.com/ai-labs-team/mgFx/compare/mgfx@0.5.0...mgfx@0.5.1) (2020-04-02)
### Bug Fixes
* core: proper fluent types ([59b60ee](https://github.com/ai-labs-team/mgFx/commit/59b60ee))
# [0.5.0](https://github.com/ai-labs-team/mgFx/compare/mgfx@0.4.1...mgfx@0.5.0) (2020-04-01)

@@ -8,0 +19,0 @@

2

dist/connector.d.ts

@@ -13,6 +13,6 @@ /**

import { FutureInstance } from 'fluture';
import { Fluent } from 'fluenture';
import { ContextOf, Process, InputOf, OutputOf, Spec, Implementation, ImplementationFunction } from './task';
import { Context, Values } from './context';
import { UseFn } from './middleware';
import { Fluent } from './utils/fluenture';
/**

@@ -19,0 +19,0 @@ * Like `ImplementationFunction`, except that it has been 'encased'; the function will always return a Future, even if

@@ -15,3 +15,2 @@ "use strict";

const fluture_1 = require("fluture");
const fluenture_1 = require("fluenture");
const context_1 = require("./context");

@@ -21,2 +20,3 @@ const middleware_1 = require("./middleware");

const utils_1 = require("./utils");
const fluenture_1 = require("./utils/fluenture");
/**

@@ -23,0 +23,0 @@ * 'wraps' a Task implementation so that it always returns a Future; even if this Task implementation throws an error,

{
"name": "mgfx",
"description": "Managed Side-Effects for JavaScript",
"version": "0.5.0",
"version": "0.5.1",
"files": [

@@ -32,3 +32,3 @@ "dist"

},
"gitHead": "d2e981ff3b00192b3ee0ada78a848b1daf21973b"
"gitHead": "b8c5dca9ed8ee5b9fe0e1e62267d42f7dcb921b3"
}

Sorry, the diff of this file is not supported yet

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