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

@swan-io/boxed

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@swan-io/boxed - npm Package Compare versions

Comparing version 2.3.1 to 2.3.2

2

dist/OptionResult.d.ts

@@ -153,3 +153,3 @@ import { JsonOption, JsonResult, LooseRecord } from "./types";

static equals: <A_1, E_1>(a: Result<A_1, E_1>, b: Result<A_1, E_1>, equals: (a: A_1, b: A_1) => boolean) => boolean;
static fromJSON: <A_1, E_1>(value: JsonResult<A_1, E_1>) => Result<A_1, never> | Result<never, E_1>;
static fromJSON: <A_1, E_1>(value: JsonResult<A_1, E_1>) => Result<A_1, E_1>;
/**

@@ -156,0 +156,0 @@ * Returns the Result containing the value from the callback

{
"name": "@swan-io/boxed",
"version": "2.3.1",
"version": "2.3.2",
"license": "MIT",

@@ -43,2 +43,3 @@ "description": "Utility types for functional TypeScript",

"test": "vitest run",
"test:typecheck": "tsc --noEmit -p tsconfig.test.json",
"typecheck": "tsc --noEmit",

@@ -45,0 +46,0 @@ "benchmark": "node benchmark/src/option && node benchmark/src/result && node benchmark/src/future && node benchmark/src/future-result"

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