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

@bitty/either

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bitty/either - npm Package Compare versions

Comparing version 0.1.2 to 0.2.0

21

package.json
{
"name": "@bitty/either",
"version": "0.1.2",
"version": "0.2.0",
"description": "Either monad implementation.",

@@ -49,14 +49,14 @@ "sideEffects": false,

"devDependencies": {
"@rollup/plugin-node-resolve": "^13.0.6",
"ava": "^3.15.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"ava": "^4.0.1",
"jwt-decode": "^3.1.2",
"prettier": "^2.4.1",
"rollup": "^2.60.0",
"prettier": "^2.5.1",
"rollup": "^2.63.0",
"rollup-plugin-terser": "^7.0.2",
"typescript": "^4.5.2"
"typescript": "^4.5.4"
},
"dependencies": {
"@bitty/falsy": "0.1.2",
"@bitty/nullish": "0.1.2",
"@bitty/predicate": "0.1.2"
"@bitty/falsy": "0.2.0",
"@bitty/nullish": "0.2.0",
"@bitty/predicate": "0.2.0"
},

@@ -71,3 +71,4 @@ "scripts": {

"build:bundle": "rollup --config rollup.config.js"
}
},
"readme": "# `@bitty/either`\n\n## Examples\n\n- [`getAuthenticatedUser`](./examples/getAuthenticatedUser/getAuthenticatedUser.ts) is a function used to get an authenticated user. Its a pretty common case and it was implemented in the way I think we should use `Either`.\n"
}
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