New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@agnos-ui/base-po

Package Overview
Dependencies
Maintainers
3
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agnos-ui/base-po - npm Package Compare versions

Comparing version 0.6.0-next.1 to 0.6.0-next.2

base.po.d.ts

54

package.json
{
"name": "@agnos-ui/base-po",
"description": "Base class to build page objects for end-to-end tests with Playwright.",
"version": "0.6.0-next.1",
"version": "0.6.0-next.2",
"keywords": [

@@ -12,46 +12,5 @@ "e2e",

"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "wireit"
},
"wireit": {
"build:src": {
"command": "vite build && tsc -p tsconfig.build.json",
"files": [
"lib/**",
"tsconfig.build.json",
"../tsconfig.json",
"vite.config.ts"
],
"output": [
"dist/**",
"!dist/package.json",
"!dist/README.md"
]
},
"build:pkg": {
"command": "node ../scripts/buildPackageJson.js . dist",
"dependencies": [
"build:src"
],
"files": [
"../scripts/buildPackageJson.js",
"../package.json",
"package.json",
"README.md"
],
"output": [
"dist/README.md",
"dist/package.json"
]
},
"build": {
"dependencies": [
"build:src",
"build:pkg"
]
}
},
"main": "./index.cjs",
"module": "./index.js",
"types": "./index.d.ts",
"peerDependencies": {

@@ -66,3 +25,4 @@ "@playwright/test": "^1.49.0"

"directory": "base-po"
}
}
},
"homepage": "https://www.agnosui.dev/latest/"
}
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