Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sorted-object

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sorted-object - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

2

lib/sorted-object.js
"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"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc