sorted-object
Advanced tools
Comparing version 1.0.0 to 2.0.0
"use strict"; | ||
module.exports = function (input) { | ||
var output = Object.create(null); | ||
var output = {}; | ||
@@ -6,0 +6,0 @@ Object.keys(input).sort().forEach(function (key) { |
@@ -1,2 +0,2 @@ | ||
Copyright © 2014 Domenic Denicola <domenic@domenicdenicola.com> | ||
Copyright © 2014–2016 Domenic Denicola <d@domenic.me> | ||
@@ -3,0 +3,0 @@ This work is free. You can redistribute it and/or modify it under the |
@@ -9,19 +9,18 @@ { | ||
], | ||
"version": "1.0.0", | ||
"author": "Domenic Denicola <domenic@domenicdenicola.com> (http://domenic.me/)", | ||
"version": "2.0.0", | ||
"author": "Domenic Denicola <d@domenic.me> (https://domenic.me/)", | ||
"license": "WTFPL", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/domenic/sorted-object.git" | ||
}, | ||
"bugs": "http://github.com/domenic/sorted-object/issues", | ||
"repository": "domenic/sorted-object", | ||
"main": "lib/sorted-object.js", | ||
"files": [ | ||
"lib/" | ||
], | ||
"scripts": { | ||
"test": "tape test/tests.js", | ||
"lint": "jshint lib && jshint test" | ||
"lint": "eslint ." | ||
}, | ||
"devDependencies": { | ||
"jshint": "~2.4.3", | ||
"tape": "~2.4.2" | ||
"eslint": "^2.4.0", | ||
"tape": "^4.5.1" | ||
} | ||
} |
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 bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
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
2471
1