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

get-spot

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

get-spot

Line number, column number, filename

  • 1.1.0
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

get-spot

    npm install --save get-spot

Get the stack and their lines, columns and filenames from the current spot of invocation with the option to specify an offset.

import { getSpot } from "get-spot";


Two overloads

#1 [...stack] = getSpot(offset = 1)

offset: must be 1 or greater

#2 topMostStackItem = getSpot(error)

error An error that is an instance of Error or an object with message, i.e. error.message


Stack will have the following information

  • line : the line number the invocation occurred.
  • column : the column number the invocation occurred.
  • file : The filename or url depending on if its nodejs or browser.
  • beforeParse : the stack line before parsing into the above.

License

This project is licensed under MIT. More info in the LICENSE file.

FAQs

Package last updated on 27 Feb 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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