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

@velas/detoxer

Package Overview
Dependencies
Maintainers
6
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@velas/detoxer

This is wrapper for detox framework with additional functionality including lazy elements, logger, helpers etc.

  • 0.8.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
6
Created
Source

logo

Detoxer

Wrapper for Detox framework.

Usage example

import { $ } from '@velas/detoxer';

await $('#some-id').wait();
await $('some-text').tap();

Also you can import device

import { $, device } from '@velas/detoxer'

and even the whole detox

import { $, device, detox } from '@velas/detoxer';

It allows you not to install detox at all and just use the imported one from detoxer.

Build

Run tsc command.

Publish to npm

npm login
npm publish

FAQs

Package last updated on 16 Nov 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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