New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

get-current-line

Package Overview
Dependencies
Maintainers
1
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

get-current-line - npm Package Compare versions

Comparing version 5.11.0 to 5.12.0-next.1595353953.9476b546558956c4ac6a8a1a60a94f7bbf0c1612

4

HISTORY.md
# History
## v5.12.0 2020 July 22
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
## v5.11.0 2020 July 22

@@ -4,0 +8,0 @@

6

package.json
{
"name": "get-current-line",
"version": "5.11.0",
"version": "5.12.0-next.1595353953.9476b546558956c4ac6a8a1a60a94f7bbf0c1612",
"description": "Get the current line number of the executing file and method",

@@ -168,5 +168,5 @@ "homepage": "https://github.com/bevry/get-current-line",

"@typescript-eslint/parser": "^3.7.0",
"assert-helpers": "^6.17.0",
"assert-helpers": "^6.18.0",
"eslint": "^7.5.0",
"eslint-config-bevry": "^3.16.0",
"eslint-config-bevry": "^3.17.0",
"eslint-config-prettier": "^6.11.0",

@@ -173,0 +173,0 @@ "eslint-plugin-prettier": "^3.1.4",

@@ -69,3 +69,3 @@ <!-- TITLE/ -->

``` typescript
import pkg from 'https://unpkg.com/get-current-line@^5.11.0/edition-deno/index.ts'
import pkg from 'https://unpkg.com/get-current-line@^5.12.0/edition-deno/index.ts'
```

@@ -77,3 +77,3 @@

<script type="module">
import pkg from '//cdn.pika.dev/get-current-line/^5.11.0'
import pkg from '//cdn.pika.dev/get-current-line/^5.12.0'
</script>

@@ -86,3 +86,3 @@ ```

<script type="module">
import pkg from '//unpkg.com/get-current-line@^5.11.0'
import pkg from '//unpkg.com/get-current-line@^5.12.0'
</script>

@@ -95,3 +95,3 @@ ```

<script type="module">
import pkg from '//dev.jspm.io/get-current-line@5.11.0'
import pkg from '//dev.jspm.io/get-current-line@5.12.0'
</script>

@@ -98,0 +98,0 @@ ```

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