sortobject
Advanced tools
Comparing version 2.3.0 to 2.4.0-next.1576049599.aa9f64a854d5aec4006a056c7058c2b10b0c30ca
# History | ||
## v2.4.0 2019 December 11 | ||
- Changed supported node engines from `>= 8` to `>= 5` | ||
- Fixes [errlop#41](https://github.com/bevry/errlop/issues/41) | ||
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) | ||
## v2.3.0 2019 December 10 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"title": "Sort Object", | ||
"name": "sortobject", | ||
"version": "2.3.0", | ||
"version": "2.4.0-next.1576049599.aa9f64a854d5aec4006a056c7058c2b10b0c30ca", | ||
"description": "Returns a copy of an object, sorted deeply by its keys, without mangling any arrays inside of it", | ||
@@ -71,7 +71,7 @@ "homepage": "https://github.com/bevry/sortobject", | ||
"engines": { | ||
"node": ">=8" | ||
"node": ">=6" | ||
}, | ||
"editions": [ | ||
{ | ||
"description": "esnext source code with require for modules", | ||
"description": "esnext source code for Node.js with require for modules", | ||
"directory": "source", | ||
@@ -85,3 +85,3 @@ "entry": "index.js", | ||
"engines": { | ||
"node": "8 || 10 || 12", | ||
"node": "6 || 8 || 10 || 12 || 13", | ||
"browsers": false | ||
@@ -91,3 +91,3 @@ } | ||
{ | ||
"description": "esnext compiled for browsers with require for modules", | ||
"description": "esnext compiled for web browsers with require for modules", | ||
"directory": "edition-browsers", | ||
@@ -113,3 +113,3 @@ "entry": "index.js", | ||
"@babel/preset-env": "^7.7.6", | ||
"assert-helpers": "^5.8.0", | ||
"assert-helpers": "4.10.0", | ||
"eslint": "^6.7.2", | ||
@@ -121,3 +121,3 @@ "eslint-config-bevry": "^2.3.0", | ||
"jsdoc": "^3.6.3", | ||
"kava": "^4.4.0", | ||
"kava": "3.2.0", | ||
"minami": "^1.2.3", | ||
@@ -127,3 +127,3 @@ "prettier": "^1.19.1", | ||
"surge": "^0.21.3", | ||
"valid-directory": "^1.5.0" | ||
"valid-directory": "^1.6.0" | ||
}, | ||
@@ -171,3 +171,5 @@ "scripts": { | ||
{ | ||
"targets": "defaults", | ||
"targets": { | ||
"browsers": "defaults" | ||
}, | ||
"modules": false | ||
@@ -182,3 +184,7 @@ } | ||
} | ||
}, | ||
"boundation": { | ||
"minimumSupportNodeVersion": "5", | ||
"minimumTestNodeVersion": "5" | ||
} | ||
} |
@@ -59,4 +59,4 @@ <!-- TITLE/ --> | ||
<ul><li><code>sortobject</code> aliases <code>sortobject/source/index.js</code></li> | ||
<li><code>sortobject/source/index.js</code> is esnext source code with require for modules</li> | ||
<li><code>sortobject/edition-browsers/index.js</code> is esnext compiled for browsers with require for modules</li></ul> | ||
<li><code>sortobject/source/index.js</code> is esnext source code for Node.js with require for modules</li> | ||
<li><code>sortobject/edition-browsers/index.js</code> is esnext compiled for web browsers with require for modules</li></ul> | ||
@@ -63,0 +63,0 @@ <h3><a href="https://www.typescriptlang.org/" title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a></h3> |
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
23856
1