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.0.0 to 1.0.1

7

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

@@ -8,0 +13,0 @@ "author": "",

4

README.md

@@ -24,4 +24,4 @@ # @sweet-monads/interfaces

class Container<T> implements Functor<T> {
map<A>(fn: (i: T) => A): Container<T> {
return new Container<T>();
map<A>(fn: (i: T) => A): Container<A> {
return new Container<A>();
}

@@ -28,0 +28,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