Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

estimo

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

estimo - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

4

CHANGELOG.md
# Change Log
## 3.0.2
- Upgraded dependencies.
## 3.0.1

@@ -4,0 +8,0 @@

22

package.json
{
"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) {

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