sortobject
Advanced tools
Comparing version 4.8.0 to 4.9.0-next.1593060410.72fc492fecc66124d30cb609ed5651eac268d468
# History | ||
## v4.9.0 2020 June 25 | ||
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) | ||
## v4.8.0 2020 June 22 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"title": "Sort Object", | ||
"name": "sortobject", | ||
"version": "4.8.0", | ||
"version": "4.9.0-next.1593060410.72fc492fecc66124d30cb609ed5651eac268d468", | ||
"description": "Returns a copy of an object, sorted deeply by its keys, without mangling any arrays inside of it", | ||
@@ -14,2 +14,6 @@ "homepage": "https://github.com/bevry/sortobject", | ||
"deeply", | ||
"deno", | ||
"deno-edition", | ||
"deno-entry", | ||
"denoland", | ||
"export-default", | ||
@@ -121,2 +125,16 @@ "keys", | ||
} | ||
}, | ||
{ | ||
"description": "TypeScript source code made to be compatible with Deno", | ||
"directory": "edition-deno", | ||
"entry": "index.ts", | ||
"tags": [ | ||
"typescript", | ||
"import", | ||
"deno" | ||
], | ||
"engines": { | ||
"deno": true, | ||
"browsers": true | ||
} | ||
} | ||
@@ -127,18 +145,19 @@ ], | ||
"main": "edition-esnext/index.js", | ||
"deno": "edition-deno/index.ts", | ||
"browser": "edition-browsers/index.js", | ||
"module": "edition-browsers/index.js", | ||
"devDependencies": { | ||
"@bevry/update-contributors": "^1.9.0", | ||
"@typescript-eslint/eslint-plugin": "^3.3.0", | ||
"@typescript-eslint/parser": "^3.3.0", | ||
"assert-helpers": "^6.8.0", | ||
"eslint": "^7.3.0", | ||
"eslint-config-bevry": "^3.8.0", | ||
"eslint-config-prettier": "^6.7.0", | ||
"@bevry/update-contributors": "^1.12.0", | ||
"@typescript-eslint/eslint-plugin": "^3.4.0", | ||
"@typescript-eslint/parser": "^3.4.0", | ||
"assert-helpers": "^6.13.0", | ||
"eslint": "^7.3.1", | ||
"eslint-config-bevry": "^3.13.0", | ||
"eslint-config-prettier": "^6.11.0", | ||
"eslint-plugin-babel": "^5.3.0", | ||
"eslint-plugin-prettier": "^3.1.4", | ||
"kava": "^5.7.0", | ||
"make-deno-edition": "^0.9.1", | ||
"kava": "^5.8.0", | ||
"make-deno-edition": "^0.14.0", | ||
"prettier": "^2.0.5", | ||
"projectz": "^2.9.0", | ||
"projectz": "^2.11.0", | ||
"surge": "^0.21.3", | ||
@@ -148,3 +167,3 @@ "typedoc": "^0.17.7", | ||
"valid-directory": "^2.5.0", | ||
"valid-module": "^1.6.0" | ||
"valid-module": "^1.7.0" | ||
}, | ||
@@ -151,0 +170,0 @@ "scripts": { |
@@ -104,2 +104,8 @@ <!-- TITLE/ --> | ||
<a href="https://deno.land" title="Deno is a secure runtime for JavaScript and TypeScript, it is an alternative for Node.js"><h3>Deno</h3></a> | ||
``` typescript | ||
import pkg from 'https://unpkg.com/sortobject@^4.9.0/edition-deno/index.ts' | ||
``` | ||
<a href="https://www.pika.dev/cdn" title="100% Native ES Modules CDN"><h3>pika</h3></a> | ||
@@ -109,3 +115,3 @@ | ||
<script type="module"> | ||
import pkg from '//cdn.pika.dev/sortobject/^4.8.0' | ||
import pkg from '//cdn.pika.dev/sortobject/^4.9.0' | ||
</script> | ||
@@ -118,3 +124,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//unpkg.com/sortobject@^4.8.0' | ||
import pkg from '//unpkg.com/sortobject@^4.9.0' | ||
</script> | ||
@@ -127,3 +133,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//dev.jspm.io/sortobject@4.8.0' | ||
import pkg from '//dev.jspm.io/sortobject@4.9.0' | ||
</script> | ||
@@ -139,3 +145,4 @@ ``` | ||
<li><code>sortobject/edition-esnext/index.js</code> is <a href="https://www.typescriptlang.org/" title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a> compiled against <a href="https://en.wikipedia.org/wiki/ECMAScript#ES.Next" title="ECMAScript Next">ESNext</a> for <a href="https://nodejs.org" title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> with <a href="https://nodejs.org/dist/latest-v5.x/docs/api/modules.html" title="Node/CJS Modules">Require</a> for modules</li> | ||
<li><code>sortobject/edition-browsers/index.js</code> is <a href="https://www.typescriptlang.org/" title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a> compiled against <a href="https://en.wikipedia.org/wiki/ECMAScript#10th_Edition_-_ECMAScript_2019" title="ECMAScript ES2019">ES2019</a> for web browsers with <a href="https://babeljs.io/docs/learn-es2015/#modules" title="ECMAScript Modules">Import</a> for modules</li></ul> | ||
<li><code>sortobject/edition-browsers/index.js</code> is <a href="https://www.typescriptlang.org/" title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a> compiled against <a href="https://en.wikipedia.org/wiki/ECMAScript#10th_Edition_-_ECMAScript_2019" title="ECMAScript ES2019">ES2019</a> for web browsers with <a href="https://babeljs.io/docs/learn-es2015/#modules" title="ECMAScript Modules">Import</a> for modules</li> | ||
<li><code>sortobject/edition-deno/index.ts</code> is <a href="https://www.typescriptlang.org/" title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a> source code made to be compatible with <a href="https://deno.land" title="Deno is a secure runtime for JavaScript and TypeScript, it is an alternative to Node.js">Deno</a></li></ul> | ||
@@ -142,0 +149,0 @@ <!-- /INSTALL --> |
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
34388
220
1