New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@sweet-monads/either

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sweet-monads/either - npm Package Compare versions

Comparing version

to
1.0.1

1

index.d.ts
import { Monad } from "@sweet-monads/interfaces";
declare enum EitherType {

@@ -4,0 +3,0 @@ Left = "Left",

2

index.js
const EitherType = {
Left: "Left",
Right: "Right",
Right: "Right"
};

@@ -5,0 +5,0 @@ export class Either {

{
"name": "@sweet-monads/either",
"version": "1.0.0",
"version": "1.0.1",
"description": "Either monad",

@@ -8,2 +8,7 @@ "main": "index.js",

"scripts": {},
"homepage": "https://github.com/JSMonk/sweet-monads/tree/master/either",
"repository": {
"type": "git",
"url": "https://github.com/JSMonk/sweet-monads/tree/master/either"
},
"dependencies": {

@@ -10,0 +15,0 @@ "@sweet-monads/interfaces": "^1.0.0"