Socket
Socket
Sign inDemoInstall

@dldc/stack

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dldc/stack - npm Package Compare versions

Comparing version 4.1.0 to 4.1.1

2

dist/mod.d.ts

@@ -110,2 +110,2 @@ declare const INTERNAL: unique symbol;

export { IKeyBase, IKeyConsumer, IKeyProvider, Key, MissingContextError, Stack, StackCore, TArgsBase, TKey, TKeyProviderFn, TStackCoreTuple, TStackCoreValue, TVoidKey };
export { IKeyBase, IKeyConsumer, IKeyProvider, Key, MissingContextError, Stack, StackCore, TArgsBase, TKey, TKeyProviderFn, TStackCoreTuple, TStackCoreValue, TStringify, TVoidKey };
{
"name": "@dldc/stack",
"version": "4.1.0",
"version": "4.1.1",
"description": "A library to create type-safe opaque stacks",

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

@@ -114,7 +114,7 @@ # 🏯 Stack

### Debigging a `Stack`
### Debugging a `Stack`
To inspect the content of a stack, you can use the `inspect()` method. It will return a string representation of the stack.
_Note_: The `toString()` of s `Stack` will alwyas return `Stack { ... }`, if you want to inspect the content of a stack, you need to use the `inspect()` method.
_Note_: The `toString()` of a `Stack` will always return `Stack { ... }`, if you want to inspect the content of a stack, you need to use the `inspect()` method.

@@ -121,0 +121,0 @@ #### Customizing the `inspect()` method

Sorry, the diff of this file is not supported yet

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