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.10 to 1.0.11

2

lib/index.js

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

status: 'error',
message: "".concat(data.lotId, ": ").concat(e),
message: "".concat(data.lotId, ": ").concat(_context2.t0),
code: stage

@@ -308,0 +308,0 @@ };

{
"name": "@copart/tx-title-submission",
"version": "1.0.10",
"version": "1.0.11",
"description": "Automates texas title submission via headless browser",

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

@@ -204,4 +204,4 @@ import {

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