arrangekeys
Advanced tools
Comparing version 6.1.0 to 6.2.0
{ | ||
"title": "Arrange Keys", | ||
"name": "arrangekeys", | ||
"version": "6.1.0", | ||
"version": "6.2.0", | ||
"description": "Returns a copy of a JavaScript object with the keys arranged in a specified order. Useful for formatting JSON files.", | ||
@@ -168,3 +168,3 @@ "homepage": "https://github.com/bevry/arrangekeys", | ||
"@typescript-eslint/parser": "^6.11.0", | ||
"assert-helpers": "^11.2.0", | ||
"assert-helpers": "^11.4.0", | ||
"eslint": "^8.53.0", | ||
@@ -175,3 +175,3 @@ "eslint-config-bevry": "^4.0.0", | ||
"eslint-plugin-prettier": "^5.0.1", | ||
"kava": "^7.1.0", | ||
"kava": "^7.2.0", | ||
"make-deno-edition": "^1.3.0", | ||
@@ -178,0 +178,0 @@ "prettier": "^3.1.0", |
@@ -109,3 +109,3 @@ <!-- TITLE/ --> | ||
``` typescript | ||
import pkg from 'https://unpkg.com/arrangekeys@^6.1.0/edition-deno/index.ts' | ||
import pkg from 'https://unpkg.com/arrangekeys@^6.2.0/edition-deno/index.ts' | ||
``` | ||
@@ -117,3 +117,3 @@ | ||
<script type="module"> | ||
import pkg from '//cdn.skypack.dev/arrangekeys@^6.1.0' | ||
import pkg from '//cdn.skypack.dev/arrangekeys@^6.2.0' | ||
</script> | ||
@@ -126,3 +126,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//unpkg.com/arrangekeys@^6.1.0' | ||
import pkg from '//unpkg.com/arrangekeys@^6.2.0' | ||
</script> | ||
@@ -135,3 +135,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//dev.jspm.io/arrangekeys@6.1.0' | ||
import pkg from '//dev.jspm.io/arrangekeys@6.2.0' | ||
</script> | ||
@@ -138,0 +138,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
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