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

test-drive

Package Overview
Dependencies
Maintainers
2
Versions
190
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

test-drive - npm Package Compare versions

Comparing version 0.0.62 to 0.0.63

2

package.json
{
"name": "test-drive",
"version": "0.0.62",
"version": "0.0.63",
"description": "Opinionated library for writing web component tests",

@@ -5,0 +5,0 @@ "main": "./dist/src/index.js",

@@ -160,5 +160,5 @@ # Test Drive

`.inHorizontalSequence(tolerance = 1.0)`
`.inHorizontalSequence({ distance = 0.0, tolerance = 1.0 })`
`.inVerticalSequence(tolerance = 1.0)`
`.inVerticalSequence({ distance = 0.0, tolerance = 1.0 })`

@@ -170,4 +170,4 @@ Asserts that *all elements within a list* form uninterrupted sequence, one adjacent to the other, without gaps.

```javascript
expect([button1, button2, button3]).to.be.inHorizontalSequence(10.0);
expect([button1, button2, button3]).to.be.inHorizontalSequence({ distance: 10.0 });
```
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