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

@types/stack-trace

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/stack-trace - npm Package Compare versions

Comparing version 0.0.29 to 0.0.30

1

stack-trace/index.d.ts

@@ -15,2 +15,3 @@ // Type definitions for node-stack-trace

isNative(): boolean;
isConstructor(): boolean;
}

@@ -17,0 +18,0 @@

11

stack-trace/package.json
{
"name": "@types/stack-trace",
"version": "0.0.29",
"version": "0.0.30",
"description": "TypeScript definitions for node-stack-trace",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/stack-trace",
"license": "MIT",

@@ -14,10 +15,12 @@ "contributors": [

"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/stack-trace"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "75527641e2c4301e6f5aa08a455ecbe5b704011d2fcf81d73245709a585c4720",
"typeScriptVersion": "2.0"
"typesPublisherContentHash": "b0bd3373660c01a7cc8d95b4d51197faaef3165fc357ce9e582e61da39f3bf10",
"typeScriptVersion": "3.9"
}

@@ -8,6 +8,29 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/stack-trace
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/stack-trace.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/stack-trace/index.d.ts)
````ts
// Type definitions for node-stack-trace
// Project: https://github.com/felixge/node-stack-trace
// Definitions by: Exceptionless <https://github.com/exceptionless>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
Additional Details
* Last updated: Tue, 12 Dec 2017 17:14:45 GMT
export interface StackFrame {
getTypeName(): string;
getFunctionName(): string;
getMethodName(): string;
getFileName(): string;
getLineNumber(): number;
getColumnNumber(): number;
isNative(): boolean;
isConstructor(): boolean;
}
export declare function get(belowFn?: () => void): StackFrame[];
export declare function parse(err: Error): StackFrame[];
````
### Additional Details
* Last updated: Mon, 18 Apr 2022 23:33:55 GMT
* Dependencies: none

@@ -17,2 +40,2 @@ * Global values: none

# Credits
These definitions were written by Exceptionless <https://github.com/exceptionless>.
These definitions were written by [Exceptionless](https://github.com/exceptionless).

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