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

@sweet-monads/interfaces

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sweet-monads/interfaces - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

package.json
{
"name": "@sweet-monads/interfaces",
"version": "1.1.0",
"version": "1.1.1",
"description": "Monad interfaces",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -138,2 +138,7 @@ # @sweet-monads/interfaces

##### `Monad#join`
```typescript
function join<T>(this: Monad<Monad<T>>): Monad<T>;
```
#### Minimal Complete Definition

@@ -145,2 +150,3 @@

chain<A, B>(f: (x: A) => Monad<B>): Monad<B>;
join<T>(this: Monad<Monad<T>>): Monad<T>;
```

@@ -147,0 +153,0 @@

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