Comparing version 1.2.0 to 1.2.2
@@ -1,1 +0,1 @@ | ||
{"name":"fast-sort","version":"1.2.0","description":"Blazing fast array sorting.","main":"sort.js","author":"Stefan Novakovic <stefan.novakovich@gmail.com>","license":"MIT","homepage":"https://github.com/snovakovic/fast-sort#readme","scripts":{"test":"node integration_test/index.js","publish":"node publish"},"repository":{"type":"git","url":"git+https://github.com/snovakovic/js-flock.git"},"bugs":{"url":"https://github.com/snovakovic/js-flock/issues"},"keywords":["sort","sortBy","order","orderBy"]} | ||
{"name":"fast-sort","version":"1.2.2","description":"Blazing fast array sorting.","main":"sort.js","author":"Stefan Novakovic <stefan.novakovich@gmail.com>","license":"MIT","homepage":"https://github.com/snovakovic/fast-sort#readme","scripts":{"test":"node integration_test/index.js","publish":"node publish"},"repository":{"type":"git","url":"git+https://github.com/snovakovic/js-flock.git"},"bugs":{"url":"https://github.com/snovakovic/js-flock/issues"},"keywords":["sort","sortBy","order","orderBy"],"dependencies":{"js-flock":"^2.4.6"}} |
@@ -7,2 +7,4 @@ (function (global, factory) { | ||
// Internals | ||
var sorter = function sorter(direction, sortBy, thenBy, depth, a, b) { | ||
@@ -9,0 +11,0 @@ var valA = sortBy(a); |
@@ -0,1 +1,3 @@ | ||
// Internals | ||
const sorter = function(direction, sortBy, thenBy, depth, a, b) { | ||
@@ -2,0 +4,0 @@ const valA = sortBy(a); |
8940
77
1
+ Addedjs-flock@^2.4.6
+ Addedjs-flock@2.4.7(transitive)