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

@effect/schema

Package Overview
Dependencies
Maintainers
3
Versions
335
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.6.0 to 0.7.0

5

AST.js

@@ -623,3 +623,3 @@ "use strict";

case "Transform":
return partial(ast.to);
throw new Error("`partial` cannot handle refinements or transformations");
default:

@@ -897,4 +897,5 @@ return ast;

case "Refinement":
return _getPropertySignatures(ast.from);
case "Transform":
return _getPropertySignatures(ast.to);
throw new Error("cannot compute property signatures for transformations");
default:

@@ -901,0 +902,0 @@ return [];

6

package.json
{
"name": "@effect/schema",
"version": "0.6.0",
"version": "0.7.0",
"license": "MIT",

@@ -10,4 +10,4 @@ "repository": {

"dependencies": {
"@effect/data": "^0.6.0",
"@effect/io": "^0.13.0",
"@effect/data": "^0.7.1",
"@effect/io": "^0.14.1",
"fast-check": "^3.7.1"

@@ -14,0 +14,0 @@ },

@@ -1023,3 +1023,3 @@ /**

case "Transform":
return partial(ast.to)
throw new Error("`partial` cannot handle refinements or transformations")
default:

@@ -1348,4 +1348,5 @@ return ast

case "Refinement":
return _getPropertySignatures(ast.from)
case "Transform":
return _getPropertySignatures(ast.to)
throw new Error("cannot compute property signatures for transformations")
default:

@@ -1352,0 +1353,0 @@ return []

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