![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
get-current-line
Advanced tools
Get the current line number of the executing file and method
Get the current line number of the executing file and method
npm install --save get-current-line
require('get-current-line')
<script type="module">
import * as pkg from '//dev.jspm.io/get-current-line'
</script>
This package is published with the following editions:
get-current-line/source/index.ts
is typescript source code with import for modulesget-current-line/edition-browsers/index.js
is typescript compiled against ESNext for web browsers with import for modulesget-current-line
aliases get-current-line/edition-esnext/index.js
get-current-line/edition-esnext/index.js
is typescript compiled against ESNext for Node.js with require for modulesEnvironments older than Node.js v8 may need Babel's Polyfill or something similar.
import getCurrentLine from 'get-current-line'
console.log(
getCurrentLine(/* optional offset information in case the caller is wrapped */)
)
{
"line": "3",
"method": "Object.<anonymous>",
"file": "location/to/the/calling/file.js"
}
Discover the release history by heading on over to the HISTORY.md
file.
Discover how you can contribute by heading on over to the CONTRIBUTING.md
file.
These amazing people are maintaining this project:
No sponsors yet! Will you be the first?
These amazing people have contributed code to this project:
Discover how you can contribute by heading on over to the CONTRIBUTING.md
file.
Unless stated otherwise all works are:
and licensed under:
FAQs
Get the current line number of the executing file and method
The npm package get-current-line receives a total of 9,528 weekly downloads. As such, get-current-line popularity was classified as popular.
We found that get-current-line demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.