Huge News!Announcing our $40M Series B led by Abstract Ventures.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.12.0 to 5.13.0-next.1595383643.de6c5662edf5c805d872aca23eb0bee48cb56aac

2

edition-deno/index.ts

@@ -0,1 +1,3 @@

import { __ as __fdPolyfill } from 'https://deno.land/x/dirname/mod.ts'
const { __filename, __dirname } = __fdPolyfill(import.meta)
/** The combination of details about the line that was executing at the time */

@@ -2,0 +4,0 @@ export interface LineInfo {

# History
## v5.13.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.12.0 2020 July 22

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

10

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

@@ -162,2 +162,3 @@ "homepage": "https://github.com/bevry/get-current-line",

},
"deno": "edition-deno/index.ts",
"browser": "edition-browsers/index.js",

@@ -174,4 +175,4 @@ "module": "edition-browsers/index.js",

"eslint-plugin-prettier": "^3.1.4",
"kava": "^5.8.0",
"make-deno-edition": "^0.14.0",
"kava": "^5.9.0",
"make-deno-edition": "^0.15.0",
"prettier": "^2.0.5",

@@ -223,4 +224,3 @@ "projectz": "^2.11.0",

"singleQuote": true
},
"deno": "edition-deno/index.ts"
}
}

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

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

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

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

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

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

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

<script type="module">
import pkg from '//dev.jspm.io/get-current-line@5.12.0'
import pkg from '//dev.jspm.io/get-current-line@5.13.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