Socket
Socket
Sign inDemoInstall

@effect/data

Package Overview
Dependencies
Maintainers
3
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@effect/data - npm Package Compare versions

Comparing version 0.11.4 to 0.11.5

2

package.json
{
"name": "@effect/data",
"version": "0.11.4",
"version": "0.11.5",
"license": "MIT",

@@ -5,0 +5,0 @@ "repository": {

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

/* eslint-disable @typescript-eslint/no-unused-vars */
import type * as Context from "@effect/data/Context"
import type * as Either from "@effect/data/Either"

@@ -61,2 +62,10 @@ import { identity } from "@effect/data/Function"

declare module "@effect/data/Context" {
interface Tag<Identifier, Service> {
[typeSymbol]?: unknown
[unifySymbol]?: () => this[typeSymbol] extends Context.Tag<infer I0, infer S0> | infer Z ? Context.Tag<I0, S0>
: never
}
}
declare module "@effect/data/Option" {

@@ -63,0 +72,0 @@ interface Some<A> {

/**
* @since 1.0.0
*/
import type * as Context from "@effect/data/Context";
import type * as Either from "@effect/data/Either";

@@ -41,2 +42,8 @@ import type * as Option from "@effect/data/Option";

}
declare module "@effect/data/Context" {
interface Tag<Identifier, Service> {
[typeSymbol]?: unknown;
[unifySymbol]?: () => this[typeSymbol] extends Context.Tag<infer I0, infer S0> | infer Z ? Context.Tag<I0, S0> : never;
}
}
declare module "@effect/data/Option" {

@@ -43,0 +50,0 @@ interface Some<A> {

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