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 3.1.0 to 3.1.1

2

dist/mod.js

@@ -213,3 +213,3 @@ "use strict";

const world = globalThis;
const idMap = world[DEBUG] || (world[DEBUG] = /* @__PURE__ */ new Map());
const idMap = world[DEBUG] || (world[DEBUG] = /* @__PURE__ */ new WeakMap());
const result = [];

@@ -216,0 +216,0 @@ traverse(staack);

{
"name": "@dldc/stack",
"version": "3.1.0",
"version": "3.1.1",
"description": "A library to create type-safe opaque stacks",

@@ -35,2 +35,3 @@ "keywords": [

"build": "rimraf dist && tsup --format cjs,esm src/mod.ts --dts src/mod.ts",
"changelog": "auto-changelog --stdout --commit-limit false -u --template https://raw.githubusercontent.com/release-it/release-it/main/templates/changelog-compact.hbs",
"lint": "prettier . --check && eslint . && tsc --noEmit",

@@ -47,8 +48,8 @@ "lint:fix": "prettier . --write . && eslint . --fix",

"devDependencies": {
"@types/node": "^20.4.1",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"@types/node": "^20.4.2",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitest/coverage-v8": "^0.33.0",
"auto-changelog": "^2.4.0",
"eslint": "^8.44.0",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",

@@ -78,3 +79,3 @@ "prettier": "^3.0.0",

"git": {
"changelog": "pnpm exec auto-changelog --stdout --commit-limit false -u --template https://raw.githubusercontent.com/release-it/release-it/main/templates/changelog-compact.hbs"
"changelog": "pnpm run changelog"
},

@@ -81,0 +82,0 @@ "github": {

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