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
0
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.4.4 to 0.5.0-next.0

tsconfig.build.json

8

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

@@ -20,6 +20,6 @@ "e2e",

"build:src": {
"command": "vite build && tsc",
"command": "vite build && tsc -p tsconfig.build.json",
"files": [
"lib/**",
"tsconfig.json",
"tsconfig.build.json",
"../tsconfig.json",

@@ -58,3 +58,3 @@ "vite.config.ts"

"peerDependencies": {
"@playwright/test": "^1.45.3"
"@playwright/test": "^1.48.2"
},

@@ -61,0 +61,0 @@ "license": "MIT",

{
"extends": "../tsconfig.json",
"compilerOptions": {
"noEmit": false,
"emitDeclarationOnly": true,
"outDir": "dist",
"declaration": true
},
"include": ["lib"]
"include": ["lib"],
"files": ["vite.config.ts"]
}
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