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

fp-ts-managed

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fp-ts-managed - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

3

lib/Managed.d.ts

@@ -73,2 +73,5 @@ import { IO } from 'fp-ts/lib/IO';

export declare const unManaged: <R, A>(ma: Managed<R, A>) => (f: (a: A) => IO<R>) => IO<R>;
/**
* @since 0.0.1
*/
export declare const runManaged: <A>(ma: Managed<void, A>) => IO<void>;

@@ -75,0 +78,0 @@ /**

@@ -74,2 +74,5 @@ "use strict";

exports.unManaged = exports.with_;
/**
* @since 0.0.1
*/
exports.runManaged = function (ma) {

@@ -76,0 +79,0 @@ return newtype_ts_1.iso().unwrap(ma)(IO_1.io.of);

2

package.json
{
"name": "fp-ts-managed",
"version": "0.0.1",
"version": "0.0.2",
"description": "A partial port of Haskell-Managed-Library for fp-ts",

@@ -5,0 +5,0 @@ "files": [

# A partial port of [Haskell-Managed-Library](https://github.com/Gabriel439/Haskell-Managed-Library) for [fp-ts](https://github.com/gcanti/fp-ts)
## WIP
Install with `npm install fp-ts-managed` or `yarn add fp-ts-managed`

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