Socket
Socket
Sign inDemoInstall

protractor-css-booster

Package Overview
Dependencies
0
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.4 to 1.0.5

3

package.json
{
"name": "protractor-css-booster",
"version": "1.0.4",
"version": "1.0.5",
"description": "custom css locators for Protractor",

@@ -25,2 +25,3 @@ "main": "./dist/index.js",

"protractor-custom-locator",
"protractor-css-booster",
"followingSibling,nextSiblingOf,prevSiblingOf",

@@ -27,0 +28,0 @@ "protractor-sibling"

@@ -90,3 +90,3 @@ ## What can it do?

```ts
const gp = element(by.parnetOf("#thor")); // retuns <p id="odin"><a id="thor"> baby thor </a> </p>
const gp = element(by.parentOf("#thor")); // retuns <p id="odin"><a id="thor"> baby thor </a> </p>
```

@@ -93,0 +93,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc