New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.3 to 1.0.4

20

lib/fieldsStructure.js

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

}, {
name: "titleType",
name: "titleTypeSV",
htmlSelector: "#titleType_S",

@@ -86,2 +86,14 @@ servicePath: [''],

}, {
name: "titleTypeNX",
htmlSelector: "#titleType_N",
servicePath: [''],
step: _config.steps.NEW_APPLICATION,
options: [],
required: true,
editable: true,
type: "input",
inputType: "radio",
defaultValue: false,
regEx: ""
}, {
name: "username",

@@ -321,3 +333,3 @@ htmlSelector: "#salvUserId",

required: true,
editable: true,
editable: false,
type: "input",

@@ -334,3 +346,3 @@ inputType: "text",

required: true,
editable: true,
editable: false,
type: "input",

@@ -347,3 +359,3 @@ inputType: "text",

required: true,
editable: true,
editable: false,
type: "input",

@@ -350,0 +362,0 @@ inputType: "text",

2

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

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

@@ -81,3 +81,3 @@ import { steps, loginCredentials } from "./config";

{
name: "titleType",
name: "titleTypeSV",
htmlSelector: "#titleType_S",

@@ -96,2 +96,16 @@ servicePath: [''],

{
name: "titleTypeNX",
htmlSelector: "#titleType_N",
servicePath: [''],
step: steps.NEW_APPLICATION,
options: [],
required: true,
editable: true,
type: "input",
inputType: "radio",
defaultValue: false,
regEx: "",
},
{
name: "username",

@@ -370,3 +384,3 @@ htmlSelector: "#salvUserId",

required: true,
editable: true,
editable: false,
type: "input",

@@ -385,3 +399,3 @@ inputType: "text",

required: true,
editable: true,
editable: false,
type: "input",

@@ -400,3 +414,3 @@ inputType: "text",

required: true,
editable: true,
editable: false,
type: "input",

@@ -403,0 +417,0 @@ inputType: "text",

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