sortobject
Advanced tools
Comparing version 1.1.0 to 1.1.1
# History | ||
## v1.0.1 2016 May 2 | ||
## v1.1.1 2016 May 2 | ||
- Fixed `browser` field | ||
## v1.1.0 2016 May 2 | ||
- Converted from CoffeeScript to JavaScript | ||
@@ -5,0 +8,0 @@ - Updated base files |
{ | ||
"title": "Sort Object", | ||
"name": "sortobject", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Returns a copy of an object, sorted deeply by its keys, without mangling any arrays inside of it", | ||
@@ -48,3 +48,3 @@ "homepage": "https://github.com/bevry/sortobject", | ||
"sponsors": [ | ||
"SimpleTee" | ||
"GoVests <oren@govests.com.au> (https://www.govests.com.au)" | ||
], | ||
@@ -90,3 +90,3 @@ "contributors": [ | ||
"main": "index.js", | ||
"browser": "es2015/lib/index.js", | ||
"browser": "es2015/index.js", | ||
"scripts": { | ||
@@ -93,0 +93,0 @@ "setup": "npm install", |
@@ -45,3 +45,3 @@ <!-- TITLE/ --> | ||
<li>Module: <code>require('sortobject')</code></li> | ||
<li>CDN URL: <code>//wzrd.in/bundle/sortobject@1.1.0</code></li></ul> | ||
<li>CDN URL: <code>//wzrd.in/bundle/sortobject@1.1.1</code></li></ul> | ||
@@ -152,3 +152,3 @@ <a href="http://enderjs.com" title="Ender is a full featured package manager for your browser"><h3>Ender</h3></a><ul> | ||
<ul><li>SimpleTee</li></ul> | ||
<ul><li><a href="https://www.govests.com.au">GoVests</a></li></ul> | ||
@@ -155,0 +155,0 @@ Become a sponsor! |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
18012
0