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

sort-object-keys

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sort-object-keys - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

38

package.json
{
"name": "sort-object-keys",
"version": "1.1.1",
"version": "1.1.2",
"description": "Sort an object's keys, including an optional key list",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/keithamus/sort-object-keys.git"
},
"keywords": [
"keys",
"object",
"sort",
"keys"
"sort"
],
"author": "Keith Cirkel <npm@keithcirkel.co.uk> (http://keithcirkel.co.uk/)",
"license": "MIT",
"homepage": "https://github.com/keithamus/sort-object-keys#readme",
"bugs": {
"url": "https://github.com/keithamus/sort-object-keys/issues"
},
"homepage": "https://github.com/keithamus/sort-object-keys#readme"
}
"license": "MIT",
"author": "Keith Cirkel <npm@keithcirkel.co.uk> (http://keithcirkel.co.uk/)",
"files": [
"index.js"
],
"main": "index.js",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/keithamus/sort-object-keys.git"
},
"scripts": {
"semantic-release": "travis-after-all && semantic-release pre && npm publish && semantic-release post",
"test": "node test.js"
},
"devDependencies": {
"semantic-release": "^4.3.5",
"travis-after-all": "^1.4.4"
}
}

@@ -1,2 +0,2 @@

Sort Object
# Sort Object

@@ -3,0 +3,0 @@ [![Build Status](https://travis-ci.org/keithamus/sort-object-keys.svg)](https://travis-ci.org/keithamus/sort-object-keys)

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