Comparing version 3.0.1 to 3.0.2
# Change Log | ||
## 3.0.2 | ||
- Upgraded dependencies. | ||
## 3.0.1 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "estimo", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "Evaluates how long the browser will execute your javascript code", | ||
@@ -23,14 +23,14 @@ "main": "index.js", | ||
"@sitespeed.io/tracium": "^0.3.3", | ||
"commander": "^11.1.0", | ||
"find-chrome-bin": "2.0.1", | ||
"nanoid": "5.0.4", | ||
"puppeteer-core": "21.6.0" | ||
"commander": "^12.0.0", | ||
"find-chrome-bin": "2.0.2", | ||
"nanoid": "5.0.6", | ||
"puppeteer-core": "22.2.0" | ||
}, | ||
"devDependencies": { | ||
"@logux/eslint-config": "^52.0.2", | ||
"ava": "6.0.0", | ||
"eslint": "^8.55.0", | ||
"ava": "6.1.1", | ||
"eslint": "^8.57.0", | ||
"eslint-config-standard": "^17.1.0", | ||
"eslint-plugin-import": "^2.29.0", | ||
"eslint-plugin-n": "^16.3.1", | ||
"eslint-plugin-import": "^2.29.1", | ||
"eslint-plugin-n": "^16.6.2", | ||
"eslint-plugin-node": "^11.1.0", | ||
@@ -41,5 +41,5 @@ "eslint-plugin-node-import": "^1.0.4", | ||
"eslint-plugin-promise": "^6.1.1", | ||
"prettier": "^3.1.0", | ||
"prettier": "^3.2.5", | ||
"rimraf": "^5.0.5", | ||
"typescript": "^5.3.2" | ||
"typescript": "^5.3.3" | ||
}, | ||
@@ -46,0 +46,0 @@ "eslintConfig": { |
@@ -13,2 +13,3 @@ import { nanoid } from 'nanoid' | ||
'--no-sandbox', | ||
'--incognito', | ||
'--disable-setuid-sandbox', | ||
@@ -85,3 +86,3 @@ '--disable-dev-shm-usage' | ||
browser = await createBrowserEntity(options) | ||
context = await browser.createIncognitoBrowserContext() | ||
context = await browser.createBrowserContext() | ||
@@ -88,0 +89,0 @@ for (let item of resources) { |
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
439840
17137
+ Added@puppeteer/browsers@2.1.02.4.1(transitive)
+ Addedbare-fs@2.3.5(transitive)
+ Addedbare-os@2.4.4(transitive)
+ Addedbare-path@2.1.3(transitive)
+ Addedbare-stream@2.3.2(transitive)
+ Addedchromium-bidi@0.5.9(transitive)
+ Addedcommander@12.1.0(transitive)
+ Addeddevtools-protocol@0.0.1249869(transitive)
+ Addedfind-chrome-bin@2.0.2(transitive)
+ Addedlru-cache@6.0.0(transitive)
+ Addednanoid@5.0.6(transitive)
+ Addedproxy-agent@6.4.0(transitive)
+ Addedpuppeteer-core@22.2.0(transitive)
+ Addedsemver@7.6.07.6.3(transitive)
+ Addedtar-fs@3.0.53.0.6(transitive)
+ Addedurlpattern-polyfill@10.0.0(transitive)
+ Addedws@8.16.0(transitive)
+ Addedyallist@4.0.0(transitive)
- Removed@puppeteer/browsers@1.9.01.9.1(transitive)
- Removedchromium-bidi@0.5.1(transitive)
- Removedcommander@11.1.0(transitive)
- Removeddevtools-protocol@0.0.1203626(transitive)
- Removedfind-chrome-bin@2.0.1(transitive)
- Removedmkdirp-classic@0.5.3(transitive)
- Removednanoid@5.0.4(transitive)
- Removedproxy-agent@6.3.1(transitive)
- Removedpuppeteer-core@21.6.0(transitive)
- Removedtar-fs@3.0.4(transitive)
- Removedurlpattern-polyfill@9.0.0(transitive)
- Removedws@8.14.2(transitive)
Updatedcommander@^12.0.0
Updatedfind-chrome-bin@2.0.2
Updatednanoid@5.0.6
Updatedpuppeteer-core@22.2.0