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

@mands/nx-playwright

Package Overview
Dependencies
Maintainers
5
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mands/nx-playwright - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

2

package.json
{
"name": "@mands/nx-playwright",
"version": "0.1.4",
"version": "0.1.5",
"license": "MIT",

@@ -5,0 +5,0 @@ "publishConfig": {

@@ -7,5 +7,5 @@ {

"allowJs": true,
"types": ["expect-playwright", "jest", "node"]
"types": ["jest", "node"]
},
"include": ["src/**/*.ts", "src/**/*.js"]
}

@@ -37,3 +37,3 @@ "use strict";

{
command: `yarn tsc --build apps/${options.project}-e2e/tsconfig.json`,
command: `yarn tsc --build --force --verbose apps/${options.project}-e2e/tsconfig.json`,
},

@@ -40,0 +40,0 @@ ],

@@ -40,3 +40,3 @@ import type { Tree } from '@nrwl/devkit';

{
command: `yarn tsc --build apps/test-project-e2e/tsconfig.json`,
command: `yarn tsc --build --force --verbose apps/test-project-e2e/tsconfig.json`,
},

@@ -43,0 +43,0 @@ ],

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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