arrangekeys
Advanced tools
Comparing version 4.13.0 to 4.13.1-next.1593156887.7f063b551085bb30ca539cc21858d1de553ccc34
{ | ||
"title": "Arrange Keys", | ||
"name": "arrangekeys", | ||
"version": "4.13.0", | ||
"version": "4.13.1-next.1593156887.7f063b551085bb30ca539cc21858d1de553ccc34", | ||
"description": "Returns a copy of a JavaScript object with the keys arranged in a specified order. Useful for formatting JSON files.", | ||
@@ -144,3 +144,3 @@ "homepage": "https://github.com/bevry/arrangekeys", | ||
"type": "module", | ||
"main": "index", | ||
"main": "index.cjs", | ||
"deno": "edition-deno/index.ts", | ||
@@ -184,4 +184,4 @@ "browser": "edition-browsers/index.js", | ||
"our:release": "yarn run our:release:prepare && yarn run our:release:check-changelog && yarn run our:release:check-dirty && yarn run our:release:tag && yarn run our:release:push", | ||
"our:release:check-changelog": "cat ./HISTORY.md | grep v$npm_package_version || (echo add a changelog entry for v$npm_package_version && exit -1)", | ||
"our:release:check-dirty": "git diff --exit-code", | ||
"our:release:check-changelog": "echo 'skip'", | ||
"our:release:check-dirty": "echo 'skip'", | ||
"our:release:prepare": "yarn run our:clean && yarn run our:compile && yarn run our:test && yarn run our:meta", | ||
@@ -188,0 +188,0 @@ "our:release:push": "git push origin master && git push origin --tags", |
@@ -110,3 +110,3 @@ <!-- TITLE/ --> | ||
``` typescript | ||
import pkg from 'https://unpkg.com/arrangekeys@^4.13.0/edition-deno/index.ts' | ||
import pkg from 'https://unpkg.com/arrangekeys@^4.13.1/edition-deno/index.ts' | ||
``` | ||
@@ -118,3 +118,3 @@ | ||
<script type="module"> | ||
import pkg from '//cdn.pika.dev/arrangekeys/^4.13.0' | ||
import pkg from '//cdn.pika.dev/arrangekeys/^4.13.1' | ||
</script> | ||
@@ -127,3 +127,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//unpkg.com/arrangekeys@^4.13.0' | ||
import pkg from '//unpkg.com/arrangekeys@^4.13.1' | ||
</script> | ||
@@ -136,3 +136,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//dev.jspm.io/arrangekeys@4.13.0' | ||
import pkg from '//dev.jspm.io/arrangekeys@4.13.1' | ||
</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
33721
1