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

error-stack2

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

error-stack2 - npm Package Compare versions

Comparing version 1.0.12 to 1.0.13

dist/index.cjs

2

dist/index.d.ts

@@ -1,3 +0,1 @@

// Generated by dts-bundle-generator v5.9.0
import { ITSPartialRecord, ITSPickExtra, ITSRequireAtLeastOne } from 'ts-type/lib/type/record';

@@ -4,0 +2,0 @@

{
"name": "error-stack2",
"version": "1.0.12",
"version": "1.0.13",
"description": "Parse and manipulate error.stack",

@@ -35,4 +35,5 @@ "keywords": [

"prebuild": "yarn run test",
"build": "tsdx build --target node",
"postbuild": "ynpx dts-bundle-generator -o dist/index.d.ts src/index.ts",
"build": "yarn run build:tsdx && yarn run build:dts",
"build:dts": "ynpx dts-bundle-generator -o ./dist/index.d.ts ./src/index.ts --no-banner & echo build:dts",
"build:tsdx": "tsdx build --target node --name index",
"npm:publish": "yarn run version:bump && npm publish",

@@ -58,12 +59,11 @@ "npm:publish:bump": "yarn-tool version && npm publish",

"string-split-keep": "^1.0.1",
"ts-type": "^1.2.39",
"ts-type": "^2.1.2",
"tslib": "^2.3.1"
},
"devDependencies": {
"@bluelovers/tsconfig": "^1.0.25",
"@bluelovers/tsconfig": "^1.0.26",
"@types/bluebird": "^3.5.36",
"@types/jest": "^27.0.1",
"@types/node": "^16.6.1",
"dts-bundle-generator": "^5.9.0"
"@types/jest": "^27.0.3",
"@types/node": "^16.11.11"
}
}
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