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

err-stack-meta

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

err-stack-meta - npm Package Compare versions

Comparing version 1.0.5 to 1.0.7

dist/index.cjs

43

CHANGELOG.md

@@ -6,2 +6,45 @@ # Change Log

## [1.0.7](https://github.com/bluelovers/ws-error/compare/err-stack-meta@1.0.5...err-stack-meta@1.0.7) (2022-02-01)
### 📦 Code Refactoring
* to tsdx ([16406c6](https://github.com/bluelovers/ws-error/commit/16406c6b1d2745b6bba37ddc603a4fda22fad79f))
### ♻️ Chores
* **deps:** update deps ([f085372](https://github.com/bluelovers/ws-error/commit/f085372fd45d669d5a2bafd8664cb5b1013f6ac2))
### 🔖 Miscellaneous
* . ([25c5a96](https://github.com/bluelovers/ws-error/commit/25c5a96bc8a104b8d10faad6b847ac9e7ac7cfd0))
* . ([8ed532b](https://github.com/bluelovers/ws-error/commit/8ed532b0aff6e19ed370280c2a2a42f15e654653))
## [1.0.6](https://github.com/bluelovers/ws-error/compare/err-stack-meta@1.0.5...err-stack-meta@1.0.6) (2022-02-01)
### 📦 Code Refactoring
* to tsdx ([16406c6](https://github.com/bluelovers/ws-error/commit/16406c6b1d2745b6bba37ddc603a4fda22fad79f))
### ♻️ Chores
* **deps:** update deps ([f085372](https://github.com/bluelovers/ws-error/commit/f085372fd45d669d5a2bafd8664cb5b1013f6ac2))
### 🔖 Miscellaneous
* . ([8ed532b](https://github.com/bluelovers/ws-error/commit/8ed532b0aff6e19ed370280c2a2a42f15e654653))
## [1.0.5](https://github.com/bluelovers/ws-error/compare/err-stack-meta@1.0.4...err-stack-meta@1.0.5) (2021-08-22)

@@ -8,0 +51,0 @@

54

package.json
{
"name": "err-stack-meta",
"version": "1.0.5",
"version": "1.0.7",
"description": "",

@@ -10,3 +10,5 @@ "keywords": [

"stack",
"track"
"track",
"create-by-yarn-tool",
"create-by-tsdx"
],

@@ -23,21 +25,59 @@ "homepage": "https://github.com/bluelovers/ws-error/tree/master/packages/err-stack-meta#readme",

"author": "bluelovers",
"main": "index.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.esm.mjs",
"require": "./dist/index.cjs"
},
"./package.json": "./package.json"
},
"main": "dist/index.cjs",
"unpkg": "dist/index.umd.js",
"module": "dist/index.esm.mjs",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"directories": {
"test": "test"
},
"scripts": {
"coverage": "yarn run test -- --coverage",
"lint": "ynpx --quiet eslint -- **/*.ts",
"pretest": "echo pretest",
"test": "jest --passWithNoTests",
"test:jest": "jest --passWithNoTests",
"test:mocha": "ynpx --quiet -p ts-node -p mocha mocha -- --require ts-node/register \"!(node_modules)/**/*.{test,spec}.{ts,tsx}\"",
"posttest": "yarn run build",
"build": "yarn run build:tsdx && yarn run build:dts:tsc",
"build:dts:bundle": "ynpx dts-bundle-generator -o ./dist/index.d.ts ./src/index.ts --no-banner & echo build:dts",
"build:dts:copy": "copy .\\src\\index.d.ts .\\dist\\index.d.ts & echo build:dts",
"build:dts:tsc": "yarn run build:dts:tsc:emit && yarn run build:dts:copy",
"build:dts:tsc:emit": "tsc --emitDeclarationOnly --declaration --noEmit false",
"build:tsdx": "ynpx @bluelovers/tsdx build --target node --name index",
"ci:install": "echo ci:install",
"ci:build": "echo ci:build",
"preversion": "echo preversion && yarn run test",
"version": "echo version",
"postversion": "echo postversion",
"prepublish": "echo prepublish",
"prepare": "echo prepare",
"prepublishOnly": "echo prepublishOnly",
"prepublishOnly:check-bin": "ynpx --quiet @yarn-tool/check-pkg-bin",
"prepublishOnly:update": "yarn run ncu && yarn run sort-package-json",
"prepack": "echo prepack",
"pack": "echo pack",
"postpack": "echo postpack",
"publish": "echo publish",
"postpublish": "echo postpublish",
"postpublishOnly": "echo postpublishOnly",
"ncu": "yarn-tool ncu -u",
"sort-package-json": "yarn-tool sort"
"sort-package-json": "yarn-tool sort",
"tsc:showConfig": "ynpx get-current-tsconfig -p"
},
"dependencies": {
"error-stack2": "^1.0.12",
"ts-type": "^1.2.39",
"error-stack2": "^1.0.18",
"ts-type": "^2.1.4",
"tslib": "^2.3.1"
},
"gitHead": "2d62d0c786f363266853afc7162af12747b53ba6"
"packageManager": "yarn@^1.22.11",
"gitHead": "e13f2a34a9cb91dbec0ced452f298dbb9be433e9"
}
index.d.ts
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