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

typescript-optional

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typescript-optional - npm Package Compare versions

Comparing version 2.0.2-alpha.6 to 2.0.2-alpha.7

2

dist/cjs/index.d.ts
export { Optional } from "./optional.js";
export { Cases, Empty, Option, Present } from "./types";
export { Cases, Empty, Option, Present } from "./types.js";

@@ -1,2 +0,2 @@

import { Cases, Option } from "./types";
import { Cases, Option } from "./types.js";
export declare abstract class Optional<T> {

@@ -3,0 +3,0 @@ abstract isPresent(): boolean;

export { Optional } from "./optional.js";
export { Cases, Empty, Option, Present } from "./types";
export { Cases, Empty, Option, Present } from "./types.js";

@@ -1,2 +0,2 @@

import { Cases, Option } from "./types";
import { Cases, Option } from "./types.js";
export declare abstract class Optional<T> {

@@ -3,0 +3,0 @@ abstract isPresent(): boolean;

{
"name": "typescript-optional",
"version": "2.0.2-alpha.6",
"version": "2.0.2-alpha.7",
"description": "Optional (like Java) implementation in TypeScript",

@@ -5,0 +5,0 @@ "keywords": [

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