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

scooba

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scooba

easy customer service

latest
npmnpm
Version
0.1.7
Version published
Weekly downloads
1
-50%
Maintainers
1
Weekly downloads
 
Created
Source

###bring it in
import scooba from 'scooba';

###send it data
scooba.submitTicket({ testCode: '1234' });
or
scooba.submitTicket({ testCode: 'asdva2', note:"I cannot finish writing this sentance" });
you can also send 'note' in the body of the request and it will display in the admin panel as well

####promises are supported, not callbacks

    scooba.submitTicket({ testCode: 1234 }).then(function(data) {
        console.log("returned this data", data);
    });

###returns
{"ticketNumber":"ae-3412"}
generates a ticket number and returns it to you

FAQs

Package last updated on 14 May 2018

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