sortobject
Advanced tools
Comparing version 5.0.0 to 5.1.0
{ | ||
"title": "Sort Object", | ||
"name": "sortobject", | ||
"version": "5.0.0", | ||
"version": "5.1.0", | ||
"description": "Returns a copy of an object, sorted deeply by its keys, without mangling any arrays inside of it", | ||
@@ -177,19 +177,19 @@ "homepage": "https://github.com/bevry/sortobject", | ||
"@types/node": "^20.9.0", | ||
"@typescript-eslint/eslint-plugin": "^6.10.0", | ||
"@typescript-eslint/parser": "^6.10.0", | ||
"assert-helpers": "^11.2.0", | ||
"@typescript-eslint/eslint-plugin": "^6.11.0", | ||
"@typescript-eslint/parser": "^6.11.0", | ||
"assert-helpers": "^11.4.0", | ||
"eslint": "^8.53.0", | ||
"eslint-config-bevry": "^3.29.0", | ||
"eslint-config-bevry": "^4.0.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-plugin-babel": "^5.3.1", | ||
"eslint-plugin-prettier": "^5.0.1", | ||
"kava": "^7.1.0", | ||
"kava": "^7.2.0", | ||
"make-deno-edition": "^1.3.0", | ||
"prettier": "^3.1.0", | ||
"projectz": "^2.23.0", | ||
"projectz": "^3.0.0", | ||
"surge": "^0.23.1", | ||
"typedoc": "^0.25.3", | ||
"typescript": "5.2.2", | ||
"valid-directory": "^4.1.0", | ||
"valid-module": "^2.1.0" | ||
"valid-directory": "^4.2.0", | ||
"valid-module": "^2.2.0" | ||
}, | ||
@@ -196,0 +196,0 @@ "scripts": { |
@@ -106,3 +106,3 @@ <!-- TITLE/ --> | ||
``` typescript | ||
import pkg from 'https://unpkg.com/sortobject@^5.0.0/edition-deno/index.ts' | ||
import pkg from 'https://unpkg.com/sortobject@^5.1.0/edition-deno/index.ts' | ||
``` | ||
@@ -114,3 +114,3 @@ | ||
<script type="module"> | ||
import pkg from '//cdn.skypack.dev/sortobject@^5.0.0' | ||
import pkg from '//cdn.skypack.dev/sortobject@^5.1.0' | ||
</script> | ||
@@ -123,3 +123,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//unpkg.com/sortobject@^5.0.0' | ||
import pkg from '//unpkg.com/sortobject@^5.1.0' | ||
</script> | ||
@@ -132,3 +132,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//dev.jspm.io/sortobject@5.0.0' | ||
import pkg from '//dev.jspm.io/sortobject@5.1.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
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
43952
15