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

@sweet-monads/maybe

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/maybe - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

index.js
const MaybeState = {
Just: "Just",
None: "None",
None: "None"
};

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

{
"name": "@sweet-monads/maybe",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"main": "index.js",
"types": "index.d.ts",
"homepage": "https://github.com/JSMonk/sweet-monads/tree/master/maybe",
"repository": {
"type": "git",
"url": "https://github.com/JSMonk/sweet-monads/tree/master/maybe"
},
"dependencies": {
"@sweet-monads/interfaces": "^1.0.0"
"@sweet-monads/interfaces": "^1.0.1"
},

@@ -10,0 +15,0 @@ "author": "",

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