get-current-line
Advanced tools
Comparing version 6.8.0 to 6.9.0-next.1699989600.3461b0c149c8e8c1bb137366e190fc47b9e85bc9
{ | ||
"name": "get-current-line", | ||
"version": "6.8.0", | ||
"version": "6.9.0-next.1699989600.3461b0c149c8e8c1bb137366e190fc47b9e85bc9", | ||
"description": "Get the current line number of the executing file and method", | ||
@@ -174,18 +174,18 @@ "homepage": "https://github.com/bevry/get-current-line", | ||
"@types/node": "^20.9.0", | ||
"@typescript-eslint/eslint-plugin": "^6.10.0", | ||
"@typescript-eslint/parser": "^6.10.0", | ||
"assert-helpers": "^11.2.0", | ||
"@typescript-eslint/eslint-plugin": "^6.11.0", | ||
"@typescript-eslint/parser": "^6.11.0", | ||
"assert-helpers": "^11.4.0", | ||
"eslint": "^8.53.0", | ||
"eslint-config-bevry": "^3.29.0", | ||
"eslint-config-bevry": "^4.0.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-plugin-prettier": "^5.0.1", | ||
"kava": "^7.1.0", | ||
"kava": "^7.2.0", | ||
"make-deno-edition": "^1.3.0", | ||
"prettier": "^3.1.0", | ||
"projectz": "^2.23.0", | ||
"projectz": "^3.0.0", | ||
"surge": "^0.23.1", | ||
"typedoc": "^0.25.3", | ||
"typescript": "5.2.2", | ||
"valid-directory": "^4.1.0", | ||
"valid-module": "^2.1.0" | ||
"valid-directory": "^4.2.0", | ||
"valid-module": "^2.2.0" | ||
}, | ||
@@ -232,2 +232,2 @@ "scripts": { | ||
} | ||
} | ||
} |
@@ -70,3 +70,3 @@ <!-- TITLE/ --> | ||
``` typescript | ||
import pkg from 'https://unpkg.com/get-current-line@^6.8.0/edition-deno/index.ts' | ||
import pkg from 'https://unpkg.com/get-current-line@^6.9.0/edition-deno/index.ts' | ||
``` | ||
@@ -78,3 +78,3 @@ | ||
<script type="module"> | ||
import pkg from '//cdn.skypack.dev/get-current-line@^6.8.0' | ||
import pkg from '//cdn.skypack.dev/get-current-line@^6.9.0' | ||
</script> | ||
@@ -87,3 +87,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//unpkg.com/get-current-line@^6.8.0' | ||
import pkg from '//unpkg.com/get-current-line@^6.9.0' | ||
</script> | ||
@@ -96,3 +96,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//dev.jspm.io/get-current-line@6.8.0' | ||
import pkg from '//dev.jspm.io/get-current-line@6.9.0' | ||
</script> | ||
@@ -99,0 +99,0 @@ ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
68412
15
1