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

@matechs/effect

Package Overview
Dependencies
Maintainers
2
Versions
153
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@matechs/effect - npm Package Compare versions

Comparing version 5.0.7 to 5.0.8

2

es6/effect.d.ts

@@ -665,3 +665,3 @@ import { bifunctor as Bif, functor as Fun, either as Ei, function as F, monoid as Mon, option as Op, semigroup as Sem, taskEither as TE, task as TA } from "fp-ts";

*/
export declare function runToPromise<E, A>(io: Effect<NoEnv, E, A>): Promise<A>;
export declare function runToPromise<E, A>(io: Effect<{}, E, A>): Promise<A>;
/**

@@ -668,0 +668,0 @@ * Run an IO returning a promise of an Exit.

@@ -665,3 +665,3 @@ import { bifunctor as Bif, functor as Fun, either as Ei, function as F, monoid as Mon, option as Op, semigroup as Sem, taskEither as TE, task as TA } from "fp-ts";

*/
export declare function runToPromise<E, A>(io: Effect<NoEnv, E, A>): Promise<A>;
export declare function runToPromise<E, A>(io: Effect<{}, E, A>): Promise<A>;
/**

@@ -668,0 +668,0 @@ * Run an IO returning a promise of an Exit.

{
"name": "@matechs/effect",
"version": "5.0.7",
"version": "5.0.8",
"license": "MIT",

@@ -40,3 +40,3 @@ "private": false,

},
"gitHead": "fd049f137379f85ccb7fbdf063782554142db320"
"gitHead": "29b8d27be86c2bec3aa91ae953caeeac75550305"
}
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