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

detox-copilot

Package Overview
Dependencies
Maintainers
2
Versions
22
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.2 to 0.0.3

2

dist/actions/StepPerformer.js

@@ -67,3 +67,3 @@ "use strict";

const json = Object.fromEntries(this.cache);
fs.writeFileSync(this.cacheFilePath, JSON.stringify(json, null, 2), 'utf-8');
fs.writeFileSync(this.cacheFilePath, JSON.stringify(json, null, 2), { flag: 'w+' });
}

@@ -70,0 +70,0 @@ catch (error) {

{
"name": "detox-copilot",
"version": "0.0.2",
"version": "0.0.3",
"description": "A Detox-based plugin that leverages AI to seamlessly invoke UI testing framework operations",

@@ -11,3 +11,3 @@ "keywords": [

"author": "Asaf Korem <asaf.korem@gmail.com>",
"homepage": "https://github.com/wix/Detox/detox-copilot",
"homepage": "https://github.com/wix/Detox/tree/master/detox-copilot",
"license": "MIT",

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

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