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

@nightwatch/nightwatch-inspector

Package Overview
Dependencies
Maintainers
5
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nightwatch/nightwatch-inspector - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

.github/workflows/ubuntu-test.yml

4

package.json
{
"name": "@nightwatch/nightwatch-inspector",
"version": "1.0.0",
"version": "1.0.1",
"description": "Nightwatch Inspector that allows you to tests command directly from the browser",
"main": "index.js",
"scripts": {
"build": "./preprocessExtension.sh",
"build": "node preprocessExtension.js",
"prepublishOnly": "npm run build",

@@ -9,0 +9,0 @@ "prepack": "npm run build",

@@ -90,3 +90,3 @@ /* eslint-disable no-undef */

return elements.length === 1;
} catch {
} catch (e) {
return false;

@@ -130,3 +130,3 @@ }

return elements.length === 1;
} catch {
} catch (e) {
return false;

@@ -133,0 +133,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