New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.0.2 to 0.0.3

2

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

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

@@ -19,4 +19,6 @@ "use strict";

devkit_1.updateJson(host, devkit_1.joinPathFragments(options.projectRoot, '.eslintrc.json'), (json) => {
json.extends = [...json.extends];
return json;
const overrides = json.overrides.map(({ files, rules }) => files.includes('*.ts')
? { files, rules: { 'jest/no-done-callback': 'off' } }
: { files, rules });
return Object.assign(Object.assign({}, json), { overrides, extends: [...json.extends] });
});

@@ -23,0 +25,0 @@ }

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