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.1.3 to 0.1.4

src/.eslintrc

9

CHANGELOG.md

@@ -1,3 +0,8 @@

# v 0.1.0
# 0.1.4
Initial Release
* Fix JSDoc.
# 0.1.0
* Initial Release.
{
"name": "option-t",
"version": "0.1.3",
"version": "0.1.4",
"description": "Option type implementation whose APIs are inspired by Rust's `Option<T>`.",

@@ -15,2 +15,3 @@ "main": "src/OptionType.js",

"lint": "eslint ./src/",
"pretest": "npm run lint",
"test": "mocha --require intelli-espower-loader ./test/manifest.js"

@@ -17,0 +18,0 @@ },

@@ -30,3 +30,3 @@ /*

*
* @param {any} value
* @param {any} val
* * if `value` is `T` (not `undefined`), this should be `Some<T>`.

@@ -33,0 +33,0 @@ * * if `value` is `undefined`, this should be `None`.

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