Socket
Socket
Sign inDemoInstall

@typed/maybe

Package Overview
Dependencies
2
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0 to 3.1.0

lib.es2015/combine.d.ts

2

lib.es2015/index.d.ts
export * from './ap';
export * from './chain';
export * from './combine';
export * from './combineArray';
export * from './fromJust';

@@ -4,0 +6,0 @@ export * from './fromMaybe';

export * from './ap';
export * from './chain';
export * from './combine';
export * from './combineArray';
export * from './fromJust';

@@ -4,0 +6,0 @@ export * from './fromMaybe';

export * from './ap';
export * from './chain';
export * from './combine';
export * from './combineArray';
export * from './fromJust';

@@ -4,0 +6,0 @@ export * from './fromMaybe';

@@ -8,2 +8,4 @@ "use strict";

__export(require("./chain"));
__export(require("./combine"));
__export(require("./combineArray"));
__export(require("./fromJust"));

@@ -10,0 +12,0 @@ __export(require("./fromMaybe"));

6

package.json
{
"name": "@typed/maybe",
"version": "3.0.0",
"version": "3.1.0",
"description": "Well-typed Maybe data structure",

@@ -18,4 +18,4 @@ "main": "lib/index.js",

"dependencies": {
"@typed/core": "2.0.0",
"@typed/functions": "1.0.0"
"@typed/core": "2.1.0",
"@typed/functions": "1.1.0"
},

@@ -22,0 +22,0 @@ "repository": {

export * from './ap'
export * from './chain'
export * from './combine'
export * from './combineArray'
export * from './fromJust'

@@ -4,0 +6,0 @@ export * from './fromMaybe'

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc