You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

sort-object-keys2

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sort-object-keys2 - npm Package Compare versions

Comparing version

to
3.0.1

CHANGELOG.md

75

package.json
{
"name": "sort-object-keys2",
"version": "2.0.3",
"version": "3.0.1",
"description": "Sort an object's keys, including an optional key list",

@@ -25,15 +25,37 @@ "keywords": [

"util",
"utils"
"utils",
"create-by-yarn-tool",
"create-by-tsdx"
],
"homepage": "https://github.com/bluelovers/sort-object-keys#readme",
"homepage": "https://github.com/bluelovers/ws-array/tree/master/packages/sort-object-keys#readme",
"bugs": {
"url": "https://github.com/bluelovers/sort-object-keys/issues"
"url": "https://github.com/bluelovers/ws-array/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bluelovers/sort-object-keys.git"
"url": "git+https://github.com/bluelovers/ws-array.git",
"directory": "packages/sort-object-keys"
},
"license": "MIT",
"author": "Keith Cirkel <npm@keithcirkel.co.uk> (http://keithcirkel.co.uk/)",
"main": "index.js",
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.esm.mjs",
"require": "./dist/index.cjs"
},
"./core": {
"types": "./dist/index.d.ts",
"import": "./dist/index.esm.mjs",
"require": "./dist/index.cjs"
},
"./package.json": "./package.json",
"./src/*": "./src/*"
},
"main": "dist/index.cjs",
"unpkg": "dist/index.umd.production.min.cjs",
"module": "dist/index.esm.mjs",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"directories": {

@@ -43,17 +65,40 @@ "test": "test"

"scripts": {
"test": "jest --coverage",
"pretest": "echo pretest",
"test": "jest --passWithNoTests",
"test:jest": "jest --passWithNoTests",
"test:jest:snapshot": "yarn run test:jest -- -u",
"test:snapshot": "yarn run test -- -u",
"posttest": "yarn run build",
"build": "yarn run build:tsdx && yarn run build:dts:bundle",
"build:dts:bundle": "ynpx dts-bundle-generator -o ./dist/index.d.ts ./src/index.ts --no-banner --inline-declare-global & echo build:dts:bundle",
"build:dts:copy": "copy .\\src\\index.d.ts .\\dist\\index.d.ts & echo build:dts",
"build:dts:tsc": "yarn run build:dts:tsc:emit && yarn run build:dts:copy",
"build:dts:tsc:emit": "tsc --emitDeclarationOnly --declaration --noEmit false",
"build:tsdx": "ynpx @bluelovers/tsdx build --target node",
"ci:install": "echo ci:install",
"ci:build": "echo ci:build",
"npm:publish": "npm publish",
"preversion": "echo preversion && yarn run test",
"version": "echo version",
"postversion": "echo postversion",
"prepublish": "echo prepublish",
"prepublish:lockfile": "npx sync-lockfile .",
"prepare": "echo prepare",
"prepublishOnly": "yarn run ncu && yarn run sort-package-json && npx yarn-tool install && yarn run test",
"prepublishOnly:update": "yarn run ncu && yarn run sort-package-json",
"prepack": "echo prepack",
"pack": "echo pack",
"postpack": "echo postpack",
"publish": "echo publish",
"postpublish": "git commit -m \"chore(release): publish\" .",
"postpublishOnly": "echo postpublishOnly",
"ncu": "npx yarn-tool ncu -u",
"sort-package-json": "npx yarn-tool sort"
"sort-package-json": "npx yarn-tool sort",
"tsc:showConfig": "ynpx get-current-tsconfig -p"
},
"dependencies": {},
"devDependencies": {
"@bluelovers/tsconfig": "^1.0.19",
"@types/jest": "^25.2.1",
"jest": "^26.0.1",
"ts-jest": "^25.5.1"
}
"dependencies": {
"@lazy-array/util-unique": "^1.0.1"
},
"packageManager": "yarn@1.22.19",
"gitHead": "1847cf5e4d64c410da4934e8c7bc2de2f2df0960"
}