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

testcafe-browser-tools

Package Overview
Dependencies
Maintainers
4
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

testcafe-browser-tools - npm Package Compare versions

Comparing version 1.4.1-git.201708181243 to 1.4.1-git.201708181307

12

lib/api/generate-thumbnail.js

@@ -103,5 +103,11 @@ 'use strict';

_fs2.default.writeFileSync(dst, dstFileData);
} catch (e2) {
reject(e2);
try {
_fs2.default.writeFileSync(dst, dstFileData);
} catch (e2) {
if (e2.code !== 'ENOENT' || !_utilsEnsureDirectory2.default(dst)) throw e2;
_fs2.default.writeFileSync(dst, dstFileData);
}
} catch (e3) {
reject(e3);
}

@@ -108,0 +114,0 @@ });

{
"name": "testcafe-browser-tools",
"version": "1.4.1-git.201708181243",
"version": "1.4.1-git.201708181307",
"description": "An utility library for performing platform-dependent actions on browsers.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/DevExpress/testcafe-browser-tools",

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