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.3 to 3.1.4

6

package.json
{
"name": "@dldc/stack",
"version": "3.1.3",
"version": "3.1.4",
"description": "A library to create type-safe opaque stacks",

@@ -35,3 +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",
"changelog": "auto-changelog --stdout --hide-credit true --commit-limit false -u --template https://raw.githubusercontent.com/release-it/release-it/main/templates/changelog-compact.hbs",
"lint": "prettier . --check && eslint . && tsc --noEmit",

@@ -78,3 +78,3 @@ "lint:fix": "prettier . --write . && eslint . --fix",

"git": {
"changelog": "pnpm run changelog"
"changelog": "pnpm run --silent changelog"
},

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

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