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

@hazae41/option

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hazae41/option - npm Package Compare versions

Comparing version 1.0.19 to 1.0.20

2

dist/types/libs/promises/promises.d.ts
type Promiseable<T> = T | Promise<T>;
export type { Promiseable };
export { Promiseable };

@@ -233,2 +233,2 @@ import { Err } from '@hazae41/result';

export { None, NoneError, type NoneInit };
export { None, NoneError, NoneInit };

@@ -23,2 +23,2 @@ import { Promiseable } from '../../libs/promises/promises.js';

export type { NonOptional, Nullable, Option, OptionInit, Optional };
export { NonOptional, Nullable, Option, OptionInit, Optional };

@@ -233,2 +233,2 @@ import { Ok } from '@hazae41/result';

export { Some, type SomeInit };
export { Some, SomeInit };
{
"type": "module",
"name": "@hazae41/option",
"version": "1.0.19",
"version": "1.0.20",
"description": "Rust-like Option for TypeScript",

@@ -33,3 +33,3 @@ "homepage": "https://github.com/hazae41/option",

"rollup": "^3.28.1",
"rollup-plugin-dts": "^6.0.0",
"rollup-plugin-dts": "^5.3.0",
"rollup-plugin-node-externals": "^6.1.1",

@@ -36,0 +36,0 @@ "typescript": "^5.2.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