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 0.5.2 to 0.5.3

4

dist/Result.d.ts

@@ -99,4 +99,4 @@ import { Option } from "./Option";

isOk(): this is Result<Ok, Error> & {
tag: "Ok";
value: {
tag: "Ok";
value: Ok;

@@ -109,4 +109,4 @@ };

isError(): this is Result<Ok, Error> & {
tag: "Error";
value: {
tag: "Error";
value: Error;

@@ -113,0 +113,0 @@ };

@@ -0,1 +1,7 @@

# 0.5.3
Fixes:
- Fixed `get` typing for `Result` type (thanks [@ansavchenco](https://github.com/ansavchenco)!) (54fe9aa)
# 0.5.2

@@ -2,0 +8,0 @@

{
"name": "@swan-io/boxed",
"version": "0.5.2",
"version": "0.5.3",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "Utility types for functional TypeScript",

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