arrangekeys
Advanced tools
Comparing version 4.1.0 to 4.2.0-next.1589199703.b4c1527d1f0cfcb1e79591d8292cc0bb50d6daf3
# History | ||
## v4.2.0 2020 May 11 | ||
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) | ||
## v4.1.0 2020 May 4 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"title": "Arrange Keys", | ||
"name": "arrangekeys", | ||
"version": "4.1.0", | ||
"version": "4.2.0-next.1589199703.b4c1527d1f0cfcb1e79591d8292cc0bb50d6daf3", | ||
"description": "Returns a copy of a JavaScript object with the keys arranged in a specified order. Useful for formatting JSON files.", | ||
@@ -10,3 +10,2 @@ "homepage": "https://github.com/bevry/arrangekeys", | ||
"browser", | ||
"dom", | ||
"export-default", | ||
@@ -49,3 +48,7 @@ "keys", | ||
"wishlistURL": "https://bevry.me/wishlist", | ||
"travisTLD": "com" | ||
"travisTLD": "com", | ||
"githubUsername": "bevry", | ||
"githubRepository": "arrangekeys", | ||
"githubSlug": "bevry/arrangekeys", | ||
"npmPackageName": "arrangekeys" | ||
} | ||
@@ -56,6 +59,6 @@ }, | ||
"maintainers": [ | ||
"Benjamin Lupton <b@lupton.cc> (http://balupton.com)" | ||
"Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)" | ||
], | ||
"contributors": [ | ||
"Benjamin Lupton <b@lupton.cc> (http://balupton.com)" | ||
"Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)" | ||
], | ||
@@ -117,14 +120,14 @@ "bugs": { | ||
"devDependencies": { | ||
"@bevry/update-contributors": "^1.0.1", | ||
"@typescript-eslint/eslint-plugin": "^2.30.0", | ||
"@typescript-eslint/parser": "^2.30.0", | ||
"assert-helpers": "^6.1.0", | ||
"eslint": "^6.8.0", | ||
"eslint-config-bevry": "^3.3.0", | ||
"@bevry/update-contributors": "^1.5.0", | ||
"@typescript-eslint/eslint-plugin": "^2.31.0", | ||
"@typescript-eslint/parser": "^2.31.0", | ||
"assert-helpers": "^6.2.0", | ||
"eslint": "^7.0.0", | ||
"eslint-config-bevry": "^3.4.0", | ||
"eslint-config-prettier": "^6.11.0", | ||
"eslint-plugin-babel": "^5.3.0", | ||
"eslint-plugin-prettier": "^3.1.3", | ||
"kava": "^4.4.0", | ||
"kava": "^5.0.0", | ||
"prettier": "^2.0.5", | ||
"projectz": "^1.19.1", | ||
"projectz": "^2.1.0", | ||
"surge": "^0.21.3", | ||
@@ -160,4 +163,4 @@ "typedoc": "^0.17.6", | ||
"our:verify:module": "npx valid-module", | ||
"our:verify:prettier": "prettier --write .", | ||
"our:verify:typescript": "tsc --noEmit --project tsconfig.json", | ||
"our:verify:prettier": "npx prettier --write .", | ||
"our:verify:typescript": "npx tsc --noEmit --project tsconfig.json", | ||
"test": "node ./edition-esnext/test.js" | ||
@@ -164,0 +167,0 @@ }, |
@@ -111,3 +111,3 @@ <!-- TITLE/ --> | ||
<script type="module"> | ||
import pkg from '//cdn.pika.dev/arrangekeys/^4.1.0' | ||
import pkg from '//cdn.pika.dev/arrangekeys/^4.2.0' | ||
</script> | ||
@@ -120,3 +120,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//unpkg.com/arrangekeys@^4.1.0' | ||
import pkg from '//unpkg.com/arrangekeys@^4.2.0' | ||
</script> | ||
@@ -129,3 +129,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//dev.jspm.io/arrangekeys@4.1.0' | ||
import pkg from '//dev.jspm.io/arrangekeys@4.2.0' | ||
</script> | ||
@@ -172,3 +172,3 @@ ``` | ||
<ul><li><a href="http://balupton.com">Benjamin Lupton</a> — <a href="https://github.com/bevry/arrangekeys/commits?author=balupton" title="View the GitHub contributions of Benjamin Lupton on repository bevry/arrangekeys">view contributions</a></li></ul> | ||
<ul><li><a href="https://github.com/balupton">Benjamin Lupton</a> — <a href="https://github.com/bevry/arrangekeys/commits?author=balupton" title="View the GitHub contributions of Benjamin Lupton on repository bevry/arrangekeys">view contributions</a></li></ul> | ||
@@ -193,4 +193,3 @@ <h3>Sponsors</h3> | ||
<ul><li><a href="http://balupton.com">Benjamin Lupton</a> — <a href="https://github.com/bevry/arrangekeys/commits?author=balupton" title="View the GitHub contributions of Benjamin Lupton on repository bevry/arrangekeys">view contributions</a></li> | ||
<li><a href="http://github.com/apps/dependabot-preview">dependabot-preview[bot]</a> — <a href="https://github.com/bevry/arrangekeys/commits?author=dependabot-preview[bot]" title="View the GitHub contributions of dependabot-preview[bot] on repository bevry/arrangekeys">view contributions</a></li></ul> | ||
<ul><li><a href="https://github.com/balupton">Benjamin Lupton</a> — <a href="https://github.com/bevry/arrangekeys/commits?author=balupton" title="View the GitHub contributions of Benjamin Lupton on repository bevry/arrangekeys">view contributions</a></li></ul> | ||
@@ -197,0 +196,0 @@ <a href="https://github.com/bevry/arrangekeys/blob/master/CONTRIBUTING.md#files">Discover how you can contribute by heading on over to the <code>CONTRIBUTING.md</code> file.</a> |
@@ -10,5 +10,5 @@ { | ||
"target": "ESNext", | ||
"lib": ["DOM", "DOM.Iterable"] | ||
"lib": [] | ||
}, | ||
"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
25836
1
209