@jalik/benchmark
Advanced tools
Comparing version 1.1.0 to 1.1.1
# Changelog | ||
## v1.1.1 | ||
- Updates dependencies | ||
## v1.1.0 | ||
@@ -4,0 +7,0 @@ - Fixes measure and benchmark results when `performance.now()` is not available |
@@ -20,3 +20,3 @@ "use strict"; | ||
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(n); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); } | ||
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); } | ||
@@ -23,0 +23,0 @@ function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter); } |
{ | ||
"name": "@jalik/benchmark", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Utilities to benchmark code.", | ||
@@ -33,16 +33,16 @@ "license": "MIT", | ||
"devDependencies": { | ||
"@babel/core": "^7.8.4", | ||
"@babel/plugin-syntax-export-default-from": "^7.8.3", | ||
"@babel/preset-env": "^7.8.4", | ||
"babel-eslint": "^10.0.3", | ||
"@babel/core": "^7.11.1", | ||
"@babel/plugin-syntax-export-default-from": "^7.10.4", | ||
"@babel/preset-env": "^7.11.0", | ||
"del": "^5.1.0", | ||
"eslint": "^6.8.0", | ||
"eslint-config-airbnb-base": "^14.1.0", | ||
"eslint-plugin-import": "^2.20.1", | ||
"eslint-plugin-jest": "^23.7.0", | ||
"eslint": "^7.6.0", | ||
"eslint-config-airbnb-base": "^14.2.0", | ||
"eslint-plugin-import": "^2.22.0", | ||
"eslint-plugin-jest": "^23.20.0", | ||
"gulp": "^4.0.2", | ||
"gulp-babel": "^8.0.0", | ||
"gulp-eslint": "^6.0.0", | ||
"jest": "^25.1.0" | ||
"jest": "^26.2.2", | ||
"typescript": "^3.9.7" | ||
} | ||
} |
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
31605