Socket
Socket
Sign inDemoInstall

@effect/stm

Package Overview
Dependencies
Maintainers
3
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@effect/stm - npm Package Compare versions

Comparing version 0.13.0 to 0.13.1

4

package.json
{
"name": "@effect/stm",
"version": "0.13.0",
"version": "0.13.1",
"license": "MIT",

@@ -11,3 +11,3 @@ "repository": {

"@effect/data": "~0.13.6",
"@effect/io": "~0.31.3"
"@effect/io": "~0.31.4"
},

@@ -14,0 +14,0 @@ "publishConfig": {

@@ -7,3 +7,2 @@ /**

import type * as Either from "@effect/data/Either"
import type * as Equal from "@effect/data/Equal"
import type { LazyArg } from "@effect/data/Function"

@@ -71,3 +70,3 @@ import type { TypeLambda } from "@effect/data/HKT"

export interface STM<R, E, A>
extends Effect.Effect.Variance<R, E, A>, STM.Variance<R, E, A>, Equal.Equal, Pipeable.Pipeable<STM<R, E, A>>
extends Pipeable.PipeableOverride<Effect.Effect<R, E, A>, STM<R, E, A>>, STM.Variance<R, E, A>
{

@@ -74,0 +73,0 @@ [Unify.typeSymbol]?: unknown

import type * as Context from "@effect/data/Context";
import type * as Either from "@effect/data/Either";
import type * as Equal from "@effect/data/Equal";
import type { LazyArg } from "@effect/data/Function";

@@ -60,3 +59,3 @@ import type { TypeLambda } from "@effect/data/HKT";

*/
export interface STM<R, E, A> extends Effect.Effect.Variance<R, E, A>, STM.Variance<R, E, A>, Equal.Equal, Pipeable.Pipeable<STM<R, E, A>> {
export interface STM<R, E, A> extends Pipeable.PipeableOverride<Effect.Effect<R, E, A>, STM<R, E, A>>, STM.Variance<R, E, A> {
[Unify.typeSymbol]?: unknown;

@@ -63,0 +62,0 @@ [Unify.unifySymbol]?: STMUnify<this>;

Sorry, the diff of this file is not supported yet

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