You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@empiricalrun/playwright-utils

Package Overview
Dependencies
Maintainers
0
Versions
229
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@empiricalrun/playwright-utils - npm Package Compare versions

Comparing version

to
0.8.3

8

CHANGELOG.md
# @empiricalrun/playwright-utils
## 0.8.3
### Patch Changes
- 08bb613: chore: bump up the llm package version for testing
- Updated dependencies [08bb613]
- @empiricalrun/llm@0.8.2
## 0.8.2

@@ -4,0 +12,0 @@

22

package.json
{
"name": "@empiricalrun/playwright-utils",
"version": "0.8.2",
"version": "0.8.3",
"publishConfig": {

@@ -24,10 +24,2 @@ "registry": "https://registry.npmjs.org/",

"author": "Empirical Team <hey@empirical.run>",
"scripts": {
"dev": "tsc --build --watch",
"build": "tsc --build && node ./../../tools/static-env-vars.js dist",
"clean": "tsc --build --clean",
"lint": "eslint .",
"test": "vitest run",
"test:watch": "vitest"
},
"devDependencies": {

@@ -38,3 +30,2 @@ "@playwright/test": "^1.44.1",

"dependencies": {
"@empiricalrun/llm": "workspace:^",
"@aws-sdk/client-s3": "^3.614.0",

@@ -49,4 +40,13 @@ "@aws-sdk/s3-request-presigner": "^3.614.0",

"mime": "3.0.0",
"playwright-core": "^1.46.1"
"playwright-core": "^1.46.1",
"@empiricalrun/llm": "^0.8.2"
},
"scripts": {
"dev": "tsc --build --watch",
"build": "tsc --build && node ./../../tools/static-env-vars.js dist",
"clean": "tsc --build --clean",
"lint": "eslint .",
"test": "vitest run",
"test:watch": "vitest"
}
}