New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

option-t

Package Overview
Dependencies
Maintainers
1
Versions
333
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

option-t - npm Package Compare versions

Comparing version 0.18.2 to 0.18.3

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

## 0.18.3
### Documentation
* Fix the link to API documentations.
## 0.18.2

@@ -7,0 +14,0 @@

2

package.json
{
"name": "option-t",
"version": "0.18.2",
"version": "0.18.3",
"description": "Option type implementation whose APIs are inspired by Rust's `Option<T>`.",

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

@@ -57,5 +57,4 @@ # option-t

* [Type Definition](./option-t.d.ts)
* Implementation: See inline JSDoc.
* [`Option<T>`](./src/OptionT.js)
* [`Option<T>`](./src/Option.d.ts)
* [`Result<T, E>`](./src/Result.d.ts)

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