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

ut-auth-utils

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ut-auth-utils - npm Package Compare versions

Comparing version 1.1.4 to 1.1.5

2

package.json

@@ -10,3 +10,3 @@ {

"description": "Authenticate into UT Austin applications and retreive session cookies so you can make your own programatic API requests.",
"version": "1.1.4",
"version": "1.1.5",
"main": "dist/auth-utils.js",

@@ -13,0 +13,0 @@ "scripts": {

@@ -7,7 +7,11 @@ # ut-auth-utils

A local copy of Chrome is not installed to keep things lean. **TODO**: Optionally allow installation of local Chrome binary.
A local copy of Chrome is not installed to keep things lean.
**TODO**: Optionally allow installation of local Chrome binary.
## Install
`$ npm i @an-gg/ut-auth-utils`
```sh
$ npm i ut-auth-utils
```

@@ -17,3 +21,3 @@ ## Usage

```ts
import { chromeProgrammaticAuthentication, UT_DIRECT_URL } from '@an-gg/ut-auth-utils'
import { chromeProgrammaticAuthentication, UT_DIRECT_URL } from 'ut-auth-utils'

@@ -20,0 +24,0 @@ let cookies = await chromeProgrammaticAuthentication('UT EID', 'password', UT_DIRECT_URL);

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