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

@nightwatch/esbuild-utils

Package Overview
Dependencies
Maintainers
3
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nightwatch/esbuild-utils - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

test/src/transformTest.js

6

package.json

@@ -6,3 +6,3 @@ {

},
"version": "0.1.3",
"version": "0.1.4",
"description": "",

@@ -12,3 +12,3 @@ "main": "index.js",

"eslint": "eslint src",
"test": "mocha"
"test": "mocha test/src"
},

@@ -23,3 +23,3 @@ "author": "",

"eslint": "^8.23.1",
"mocha": "^10.0.0",
"mocha": "^9.2.2",
"prop-types": "^15.8.1",

@@ -26,0 +26,0 @@ "react": "^18.2.0",

@@ -123,5 +123,5 @@ const path = require('path');

*/
module.exports = async function (modulePath, {name, data, showBrowserConsole = false, exports, createTest, transformCode = (code) => code, onlyConditionFn}, {
module.exports = async function (modulePath, {name, data = () => {}, showBrowserConsole = false, exports, createTest, transformCode = (code) => code, onlyConditionFn}, {
argv = {}, nightwatch_settings = {}
}) {
} = {}) {
if (typeof createTest != 'function') {

@@ -128,0 +128,0 @@ throw new Error('createTest function must be defined.');

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