arrangekeys
Advanced tools
Comparing version 4.14.0 to 4.15.0-next.1593750357.82880d63c7195bfd81229fe6ddc276a6bec90042
# History | ||
## v4.15.0 2020 July 3 | ||
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) | ||
## v4.14.0 2020 July 3 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"title": "Arrange Keys", | ||
"name": "arrangekeys", | ||
"version": "4.14.0", | ||
"version": "4.15.0-next.1593750357.82880d63c7195bfd81229fe6ddc276a6bec90042", | ||
"description": "Returns a copy of a JavaScript object with the keys arranged in a specified order. Useful for formatting JSON files.", | ||
@@ -161,3 +161,3 @@ "homepage": "https://github.com/bevry/arrangekeys", | ||
"@typescript-eslint/parser": "^3.5.0", | ||
"assert-helpers": "^6.14.1", | ||
"assert-helpers": "^6.15.0", | ||
"eslint": "^7.3.1", | ||
@@ -176,3 +176,3 @@ "eslint-config-bevry": "^3.13.0", | ||
"valid-directory": "^2.6.0", | ||
"valid-module": "^1.7.0" | ||
"valid-module": "^1.10.0" | ||
}, | ||
@@ -179,0 +179,0 @@ "scripts": { |
@@ -110,3 +110,3 @@ <!-- TITLE/ --> | ||
``` typescript | ||
import pkg from 'https://unpkg.com/arrangekeys@^4.14.0/edition-deno/index.ts' | ||
import pkg from 'https://unpkg.com/arrangekeys@^4.15.0/edition-deno/index.ts' | ||
``` | ||
@@ -118,3 +118,3 @@ | ||
<script type="module"> | ||
import pkg from '//cdn.pika.dev/arrangekeys/^4.14.0' | ||
import pkg from '//cdn.pika.dev/arrangekeys/^4.15.0' | ||
</script> | ||
@@ -127,3 +127,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//unpkg.com/arrangekeys@^4.14.0' | ||
import pkg from '//unpkg.com/arrangekeys@^4.15.0' | ||
</script> | ||
@@ -136,3 +136,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//dev.jspm.io/arrangekeys@4.14.0' | ||
import pkg from '//dev.jspm.io/arrangekeys@4.15.0' | ||
</script> | ||
@@ -139,0 +139,0 @@ ``` |
@@ -9,5 +9,6 @@ { | ||
"strict": true, | ||
"target": "ESNext" | ||
"target": "ESNext", | ||
"module": "ESNext" | ||
}, | ||
"include": ["source"] | ||
} |
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
34365
206
1