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

gotouch-sdk

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gotouch-sdk

This is gotouch sdk

latest
npmnpm
Version
1.0.0
Version published
Maintainers
0
Created
Source

gotouch-sdk

This is gotouch-sdk that allows you to use gotouch services. Which include gotouch LoginService and NotificationService.

How to Install

npm install gotouch-sdk

Usage

Frontend and backend are both available. You can use it in your nextjs projects. For example:

import SDK, {LoginOptions} from 'gotouch-sdk';

const {login} = new LoginService({key: 'xxx', url: 'xxx'} as LoginOptions); const {token, tokenExpiresInSeconds} = await login({ account: email, password, });

Documentation

Still working on the other features.

License

MIT License

FAQs

Package last updated on 19 Aug 2024

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