Socket
Socket
Sign inDemoInstall

@effect/schema

Package Overview
Dependencies
Maintainers
3
Versions
325
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@effect/schema - npm Package Compare versions

Comparing version 0.8.2 to 0.8.3

2

package.json
{
"name": "@effect/schema",
"version": "0.8.2",
"version": "0.8.3",
"license": "MIT",

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

@@ -381,3 +381,3 @@ /**

*/
export declare function filter<C extends A, B extends A, A = C>(refinement: Refinement<A, B>, options?: AnnotationOptions<A>): <I>(self: Schema<I, C>) => Schema<I, Spread<C & B>>;
export declare function filter<C extends A, B extends A, A = C>(refinement: Refinement<A, B>, options?: AnnotationOptions<A>): <I>(self: Schema<I, C>) => Schema<I, C & B>;
export declare function filter<B extends A, A = B>(predicate: Predicate<A>, options?: AnnotationOptions<A>): <I>(self: Schema<I, B>) => Schema<I, B>;

@@ -384,0 +384,0 @@ /**

@@ -742,3 +742,3 @@ /**

options?: AnnotationOptions<A>
): <I>(self: Schema<I, C>) => Schema<I, Spread<C & B>>
): <I>(self: Schema<I, C>) => Schema<I, C & B>
export function filter<B extends A, A = B>(

@@ -745,0 +745,0 @@ predicate: Predicate<A>,

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