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

detox-copilot

Package Overview
Dependencies
Maintainers
0
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

detox-copilot - npm Package Compare versions

Comparing version 0.0.33 to 0.0.34

dist/drivers/puppeteer/index.d.ts

4

dist/actions/PilotPerformer.js

@@ -113,3 +113,5 @@ "use strict";

if (goalAchieved) {
logger_1.default.info(`🛬 Pilot reached goal: "${goal}"! 🎉 Summary:`, {
logger_1.default.info(
`🛬 Pilot reached goal: "${goal}"! 🎉 Summarizing:\n`,
{
message: `${summary}`,

@@ -116,0 +118,0 @@ isBold: true,

{
"name": "detox-copilot",
"version": "0.0.33",
"version": "0.0.34",
"description": "A flexible plugin that drives your tests with human-written commands, enhanced by the power of large language models (LLMs)",

@@ -28,2 +28,4 @@ "keywords": [

"test": "jest",
"test:examples:puppeteer": "cd examples/puppeteer && jest",
"test:examples:playwright": "cd examples/playwright && jest",
"bump-version": "npm version patch && git push && git push --tags",

@@ -33,4 +35,3 @@ "release": "npm run test && npm run bump-version && npm run build && npm publish",

"lint:fix": "eslint . --ext .ts --fix",
"type-check": "tsc --noEmit",
"prepare": "husky"
"type-check": "tsc --noEmit"
},

@@ -41,11 +42,14 @@ "bugs": {

"devDependencies": {
"@playwright/test": "^1.50.0",
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"axios": "^1.7.9",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^9.1.7",
"jest": "^29.7.0",
"playwright": "^1.50.0",
"prettier": "^3.2.5",
"puppeteer": "^20.8.0",
"ts-jest": "^29.2.4",

@@ -52,0 +56,0 @@ "tsc-alias": "^1.8.10",

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