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.12 to 1.0.13

12

lib/index.js

@@ -27,2 +27,3 @@ "use strict";

_regenerator.default.mark(function _callee(data, credentials) {
var res;
return _regenerator.default.wrap(function _callee$(_context) {

@@ -50,10 +51,11 @@ while (1) {

case 5:
return _context.abrupt("return", _context.sent);
res = _context.sent;
return _context.abrupt("return", res);
case 8:
_context.prev = 8;
case 9:
_context.prev = 9;
_context.t0 = _context["catch"](0);
throw _context.t0;
case 11:
case 12:
case "end":

@@ -63,3 +65,3 @@ return _context.stop();

}
}, _callee, this, [[0, 8]]);
}, _callee, this, [[0, 9]]);
}));

@@ -66,0 +68,0 @@

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

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

@@ -28,3 +28,4 @@ import {

// }
return await browserSubmission(data, credentials);
const res = await browserSubmission(data, credentials);
return res;
} catch (e) {

@@ -31,0 +32,0 @@ throw e;

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