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

disposablestack

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

disposablestack - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

10

CHANGELOG.md

@@ -8,2 +8,12 @@ # Changelog

## [v1.1.2](https://github.com/es-shims/DisposableStack/compare/v1.1.1...v1.1.2) - 2023-09-13
### Fixed
- [Deps] add missing `globalthis` dep [`#3`](https://github.com/es-shims/DisposableStack/issues/3)
### Commits
- [Deps] update `define-properties`, `suppressed-error` [`6322b16`](https://github.com/es-shims/DisposableStack/commit/6322b1603f18a9f706c370bad6ac99e692138d6d)
## [v1.1.1](https://github.com/es-shims/DisposableStack/compare/v1.1.0...v1.1.1) - 2023-07-24

@@ -10,0 +20,0 @@

7

package.json
{
"name": "disposablestack",
"version": "1.1.1",
"version": "1.1.2",
"description": "An ESnext spec-compliant `DisposableStack`, `AsyncDisposableStack`, `Symbol.dispose`, and `Symbol.asyncDispose` shim/polyfill/replacement that works as far down as ES3.",

@@ -70,9 +70,10 @@ "main": "index.json",

"dependencies": {
"define-properties": "^1.2.0",
"define-properties": "^1.2.1",
"es-abstract": "^1.22.1",
"es-set-tostringtag": "^2.0.1",
"get-intrinsic": "^1.2.1",
"globalthis": "^1.0.3",
"has-symbols": "^1.0.3",
"internal-slot": "^1.0.5",
"suppressed-error": "^1.0.0"
"suppressed-error": "^1.0.2"
},

@@ -79,0 +80,0 @@ "devDependencies": {

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