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

@copart/tx-title-submission

Package Overview
Dependencies
Maintainers
8
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@copart/tx-title-submission - npm Package Compare versions

Comparing version 1.0.14 to 1.0.15

2

package.json
{
"name": "@copart/tx-title-submission",
"version": "1.0.14",
"version": "1.0.15",
"description": "Automates texas title submission via headless browser",

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

@@ -198,3 +198,3 @@ import {

await browser.close();
return { status: 'success', message: `${data.lotId}: Successfully Submitted`, code: stage };
return { status: 'success', message: 'Successfully Submitted', lotId: data.lotId, stage: stage}
} catch (error) {

@@ -205,4 +205,4 @@ await page.screenshot({

await browser.close();
throw { status: 'error', message: `${data.lotId}: ${error}`, code: stage };
throw { status: 'error', message: error, lotId: data.lotId, stage: stage}
}
};
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