Socket
Socket
Sign inDemoInstall

sort-array

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sort-array - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

11

package.json

@@ -7,3 +7,3 @@ {

],
"version": "4.0.0",
"version": "4.0.1",
"description": "Isomorphic, load-anywhere function to sort an array by scalar, deep or computed values in any standard or custom order",

@@ -28,3 +28,3 @@ "repository": "https://github.com/75lb/sort-array",

"scripts": {
"test": "npm run dist && test-runner test/*.js",
"test": "npm run dist && esm-runner test/*.mjs && web-runner test/*.mjs",
"docs": "jsdoc2md -c jsdoc.conf -t README.hbs index.mjs -d 3 > README.md",

@@ -38,6 +38,9 @@ "dist": "rollup -c"

"devDependencies": {
"@test-runner/web": "^0.3.3",
"esm-runner": "^0.3.3",
"isomorphic-assert": "^0.1.1",
"jsdoc-to-markdown": "^5.0.3",
"rollup": "^1.27.8",
"rollup": "^1.27.9",
"rollup-plugin-node-resolve": "^5.2.0",
"test-runner": "^0.8.7"
"test-object-model": "^0.6.0"
},

@@ -44,0 +47,0 @@ "files": [

@@ -188,2 +188,2 @@ [![view on npm](http://img.shields.io/npm/v/sort-array.svg)](https://www.npmjs.org/package/sort-array)

Tested by [test-runner](https://github.com/test-runner-js/test-runner). Documented by [jsdoc-to-markdown](https://github.com/jsdoc2md/jsdoc-to-markdown).
Isomorphic test suite by [test-runner](https://github.com/test-runner-js/test-runner) and [web-runner](https://github.com/test-runner-js/web-runner). Documented by [jsdoc-to-markdown](https://github.com/jsdoc2md/jsdoc-to-markdown).

Sorry, the diff of this file is not supported yet

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