New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@parkingboss/api

Package Overview
Dependencies
Maintainers
3
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@parkingboss/api

The Parking Boss API

Source
npmnpm
Version
1.2.1
Version published
Weekly downloads
132
127.59%
Maintainers
3
Weekly downloads
 
Created
Source

Parking Boss API

This package adds managed access to the parking boss API. The API is relatively self documented by the types. In general you'll want to use it something like this:

import { Api } from '@parkingboss/api';

const api = Api({ client: 'my-app' });

if (api.isLoggedIn()) {
  console.log(api);
} else {
  api.login(true);
}

This package expects to be run in a browser context. Refactoring for node has is an open TODO.

Keywords

Parking

FAQs

Package last updated on 28 Sep 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts