Comparing version 2.0.3 to 3.0.0
{ | ||
"name": "qss", | ||
"version": "2.0.3", | ||
"version": "3.0.0", | ||
"repository": "lukeed/qss", | ||
"description": "A tiny (305B) browser utility for stringifying a query Object.", | ||
"unpkg": "dist/qss.min.js", | ||
"module": "dist/qss.m.js", | ||
"module": "dist/qss.mjs", | ||
"main": "dist/qss.js", | ||
"types": "qss.d.ts", | ||
"license": "MIT", | ||
"exports": { | ||
".": { | ||
"types": "./qss.d.ts", | ||
"import": "./dist/qss.mjs", | ||
"require": "./dist/qss.js" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"files": [ | ||
@@ -18,3 +26,3 @@ "*.d.ts", | ||
"email": "luke.edwards05@gmail.com", | ||
"url": "lukeed.com" | ||
"url": "https://lukeed.com" | ||
}, | ||
@@ -26,5 +34,2 @@ "engines": { | ||
"build": "bundt", | ||
"bench": "node bench", | ||
"pretest": "npm run build", | ||
"prebench": "npm run build", | ||
"test": "tape test/*.js | tap-spec" | ||
@@ -45,3 +50,3 @@ }, | ||
"devDependencies": { | ||
"bundt": "^0.1.1", | ||
"bundt": "0.2.1", | ||
"tap-spec": "^5.0.0", | ||
@@ -48,0 +53,0 @@ "tape": "^4.9.1" |
@@ -86,7 +86,7 @@ # qss [![Build Status](https://travis-ci.org/lukeed/qss.svg?branch=master)](https://travis-ci.org/lukeed/qss) | ||
``` | ||
qss x 1,104,287 ops/sec ±0.18% (96 runs sampled) | ||
native x 5,420,126 ops/sec ±0.21% (94 runs sampled) | ||
querystringify x 958,591 ops/sec ±0.64% (95 runs sampled) | ||
query-string x 347,465 ops/sec ±1.05% (91 runs sampled) | ||
qs x 729,840 ops/sec ±0.62% (92 runs sampled) | ||
qss x 1,112,341 ops/sec ±0.24% (96 runs sampled) | ||
native x 5,303,246 ops/sec ±0.76% (95 runs sampled) | ||
querystringify x 950,501 ops/sec ±0.76% (96 runs sampled) | ||
query-string x 347,603 ops/sec ±1.05% (92 runs sampled) | ||
qs x 733,449 ops/sec ±0.62% (97 runs sampled) | ||
``` | ||
@@ -97,7 +97,7 @@ | ||
``` | ||
qss x 454,177 ops/sec ±0.17% (93 runs sampled) | ||
native x 189,677 ops/sec ±0.45% (94 runs sampled) | ||
querystringify x 300,793 ops/sec ±0.15% (96 runs sampled) | ||
query-string x 197,520 ops/sec ±0.71% (97 runs sampled) | ||
qs x 178,188 ops/sec ±0.34% (97 runs sampled) | ||
qss x 443,667 ops/sec ±0.17% (95 runs sampled) | ||
native x 189,194 ops/sec ±0.44% (94 runs sampled) | ||
querystringify x 282,169 ops/sec ±0.26% (96 runs sampled) | ||
query-string x 191,334 ops/sec ±0.71% (95 runs sampled) | ||
qs x 168,165 ops/sec ±0.41% (93 runs sampled) | ||
``` | ||
@@ -104,0 +104,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7569
7
77