arrangekeys
Advanced tools
Comparing version 6.3.0 to 6.4.0-next.1700831277.fa35926032f1971b0b343119fb14353c46ec88c7
{ | ||
"title": "Arrange Keys", | ||
"name": "arrangekeys", | ||
"version": "6.3.0", | ||
"version": "6.4.0-next.1700831277.fa35926032f1971b0b343119fb14353c46ec88c7", | ||
"description": "Returns a copy of a JavaScript object with the keys arranged in a specified order. Useful for formatting JSON files.", | ||
@@ -182,3 +182,3 @@ "homepage": "https://github.com/bevry/arrangekeys", | ||
"@bevry/update-contributors": "^1.23.0", | ||
"@types/node": "^20.9.3", | ||
"@types/node": "^20.10.0", | ||
"@typescript-eslint/eslint-plugin": "^6.12.0", | ||
@@ -188,3 +188,3 @@ "@typescript-eslint/parser": "^6.12.0", | ||
"eslint": "^8.54.0", | ||
"eslint-config-bevry": "^5.0.0", | ||
"eslint-config-bevry": "^5.1.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
@@ -194,10 +194,10 @@ "eslint-plugin-babel": "^5.3.1", | ||
"kava": "^7.3.0", | ||
"make-deno-edition": "^1.3.0", | ||
"make-deno-edition": "^2.0.0", | ||
"prettier": "^3.1.0", | ||
"projectz": "^3.2.0", | ||
"projectz": "^3.3.0", | ||
"surge": "^0.23.1", | ||
"typedoc": "^0.25.3", | ||
"typescript": "5.2.2", | ||
"valid-directory": "^4.4.0", | ||
"valid-module": "^2.4.0" | ||
"valid-directory": "^4.5.0", | ||
"valid-module": "^2.5.0" | ||
}, | ||
@@ -244,2 +244,2 @@ "scripts": { | ||
} | ||
} | ||
} |
@@ -110,3 +110,3 @@ <!-- TITLE/ --> | ||
``` typescript | ||
import pkg from 'https://unpkg.com/arrangekeys@^6.3.0/edition-deno/index.ts' | ||
import pkg from 'https://unpkg.com/arrangekeys@^6.4.0/edition-deno/index.ts' | ||
``` | ||
@@ -118,3 +118,3 @@ | ||
<script type="module"> | ||
import pkg from '//cdn.skypack.dev/arrangekeys@^6.3.0' | ||
import pkg from '//cdn.skypack.dev/arrangekeys@^6.4.0' | ||
</script> | ||
@@ -127,3 +127,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//unpkg.com/arrangekeys@^6.3.0' | ||
import pkg from '//unpkg.com/arrangekeys@^6.4.0' | ||
</script> | ||
@@ -136,3 +136,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//dev.jspm.io/arrangekeys@6.3.0' | ||
import pkg from '//dev.jspm.io/arrangekeys@6.4.0' | ||
</script> | ||
@@ -139,0 +139,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
39870
1