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.0.5 to 0.0.6

README.md

22

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

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

"devDependencies": {
"@rollup/plugin-node-resolve": "^8.4.0",
"ava": "^3.11.1",
"prettier": "^2.0.5",
"rollup": "^2.23.1",
"rollup-plugin-terser": "^7.0.0",
"typescript": "^3.9.7"
"@rollup/plugin-node-resolve": "^9.0.0",
"@types/jwt-decode": "^2.2.1",
"ava": "^3.12.1",
"jwt-decode": "^2.2.0",
"prettier": "^2.1.1",
"rollup": "^2.26.10",
"rollup-plugin-terser": "^7.0.2",
"typescript": "^4.0.2"
},
"dependencies": {
"@bitty/falsy": "0.0.1",
"@bitty/nullish": "0.0.4",
"@bitty/predicate": "0.0.1"
"@bitty/falsy": "0.0.2",
"@bitty/nullish": "0.0.5",
"@bitty/predicate": "0.0.2"
}
}
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