sortobject
Advanced tools
Comparing version 4.11.0 to 4.12.0-next.1597701849.4b4efc936f413a09ffe2d0a82aa7fee4a7789128
# History | ||
## v4.12.0 2020 August 18 | ||
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) | ||
## v4.11.0 2020 August 4 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"title": "Sort Object", | ||
"name": "sortobject", | ||
"version": "4.11.0", | ||
"version": "4.12.0-next.1597701849.4b4efc936f413a09ffe2d0a82aa7fee4a7789128", | ||
"description": "Returns a copy of an object, sorted deeply by its keys, without mangling any arrays inside of it", | ||
@@ -169,20 +169,20 @@ "homepage": "https://github.com/bevry/sortobject", | ||
"devDependencies": { | ||
"@bevry/update-contributors": "^1.14.0", | ||
"@typescript-eslint/eslint-plugin": "^3.8.0", | ||
"@typescript-eslint/parser": "^3.8.0", | ||
"@bevry/update-contributors": "^1.15.0", | ||
"@typescript-eslint/eslint-plugin": "^3.9.1", | ||
"@typescript-eslint/parser": "^3.9.1", | ||
"assert-helpers": "^6.19.0", | ||
"eslint": "^7.6.0", | ||
"eslint-config-bevry": "^3.18.0", | ||
"eslint": "^7.7.0", | ||
"eslint-config-bevry": "^3.19.0", | ||
"eslint-config-prettier": "^6.11.0", | ||
"eslint-plugin-babel": "^5.3.1", | ||
"eslint-plugin-prettier": "^3.1.4", | ||
"kava": "^5.10.0", | ||
"make-deno-edition": "^0.15.0", | ||
"kava": "^5.11.0", | ||
"make-deno-edition": "^1.0.0", | ||
"prettier": "^2.0.5", | ||
"projectz": "^2.13.0", | ||
"projectz": "^2.15.0", | ||
"surge": "^0.21.6", | ||
"typedoc": "^0.17.8", | ||
"typedoc": "^0.18.0", | ||
"typescript": "^3.9.7", | ||
"valid-directory": "^2.7.0", | ||
"valid-module": "^1.11.0" | ||
"valid-directory": "^3.0.0", | ||
"valid-module": "^1.12.0" | ||
}, | ||
@@ -189,0 +189,0 @@ "scripts": { |
@@ -107,10 +107,10 @@ <!-- TITLE/ --> | ||
``` typescript | ||
import pkg from 'https://unpkg.com/sortobject@^4.11.0/edition-deno/index.ts' | ||
import pkg from 'https://unpkg.com/sortobject@^4.12.0/edition-deno/index.ts' | ||
``` | ||
<a href="https://www.pika.dev/cdn" title="100% Native ES Modules CDN"><h3>pika</h3></a> | ||
<a href="https://www.skypack.dev" title="Skypack is a JavaScript Delivery Network for modern web apps"><h3>Skypack</h3></a> | ||
``` html | ||
<script type="module"> | ||
import pkg from '//cdn.pika.dev/sortobject/^4.11.0' | ||
import pkg from '//cdn.skypack.dev/sortobject@^4.12.0' | ||
</script> | ||
@@ -123,3 +123,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//unpkg.com/sortobject@^4.11.0' | ||
import pkg from '//unpkg.com/sortobject@^4.12.0' | ||
</script> | ||
@@ -132,3 +132,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//dev.jspm.io/sortobject@4.11.0' | ||
import pkg from '//dev.jspm.io/sortobject@4.12.0' | ||
</script> | ||
@@ -135,0 +135,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
38359
15
1