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

error-stack-parser-es

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

error-stack-parser-es - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

27

dist/index.d.ts

@@ -22,32 +22,11 @@ /**

*/
declare function parse(error: Error): StackFrame[] | {
functionName: string | undefined;
args: string[] | undefined;
fileName: string;
lineNumber: number | undefined;
columnNumber: number | undefined;
source: string;
}[];
declare function parse(error: Error): StackFrame[];
declare function extractLocation(urlLike: string): string[] | readonly [string, string | undefined, string | undefined];
declare function parseV8OrIE(error: Error): StackFrame[];
declare function parseFFOrSafari(error: Error): StackFrame[];
declare function parseOpera(e: Error): StackFrame[] | {
functionName: string | undefined;
args: string[] | undefined;
fileName: string;
lineNumber: number | undefined;
columnNumber: number | undefined;
source: string;
}[];
declare function parseOpera(e: Error): StackFrame[];
declare function parseOpera9(e: Error): StackFrame[];
declare function parseOpera10(e: Error): StackFrame[];
declare function parseOpera11(error: Error): {
functionName: string | undefined;
args: string[] | undefined;
fileName: string;
lineNumber: number | undefined;
columnNumber: number | undefined;
source: string;
}[];
declare function parseOpera11(error: Error): StackFrame[];
export { StackFrame, extractLocation, parse, parseFFOrSafari, parseOpera, parseOpera10, parseOpera11, parseOpera9, parseV8OrIE };

24

package.json
{
"name": "error-stack-parser-es",
"type": "module",
"version": "0.1.0",
"packageManager": "pnpm@8.6.7",
"version": "0.1.1",
"packageManager": "pnpm@8.6.12",
"description": "Cross-browser Error parser",

@@ -27,4 +27,4 @@ "maintainers": [

"types": "./dist/index.d.ts",
"require": "./dist/index.cjs",
"import": "./dist/index.mjs"
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}

@@ -57,17 +57,17 @@ },

"devDependencies": {
"@antfu/eslint-config": "^0.39.7",
"@antfu/ni": "^0.21.4",
"@antfu/eslint-config": "^0.40.2",
"@antfu/ni": "^0.21.5",
"@antfu/utils": "^0.7.5",
"@types/node": "^20.4.1",
"@types/node": "^20.4.10",
"bumpp": "^9.1.1",
"eslint": "^8.44.0",
"eslint": "^8.47.0",
"esno": "^0.17.0",
"lint-staged": "^13.2.3",
"pnpm": "^8.6.7",
"pnpm": "^8.6.12",
"rimraf": "^5.0.1",
"simple-git-hooks": "^2.8.1",
"simple-git-hooks": "^2.9.0",
"typescript": "^5.1.6",
"unbuild": "^1.2.1",
"vite": "^4.4.3",
"vitest": "^0.33.0"
"vite": "^4.4.9",
"vitest": "^0.34.1"
},

@@ -74,0 +74,0 @@ "simple-git-hooks": {

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