New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

botmilovien-api

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

botmilovien-api - npm Package Compare versions

Comparing version 1.0.5 to 2.5.0-beta

api.js

22

package.json
{
"name": "botmilovien-api",
"version": "1.0.5",
"description": "",
"main": "index.js",
"version": "2.5.0-beta",
"description": "API module of bot milovien",
"main": "api.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ostrovsky-swedesdart/botmilovien-api.git"
},
"keywords": [
"api"
],
"author": "https://github.com/ostrovsky-swedesdart",
"license": "ISC",
"bugs": {
"url": "https://github.com/ostrovsky-swedesdart/botmilovien-api/issues"
},
"homepage": "https://github.com/ostrovsky-swedesdart/botmilovien-api#readme"
"keywords": ["api"],
"author": "",
"license": "MIT"
}

@@ -1,9 +0,45 @@

# Using to api milovien bot:
<p align='center'>
<a href="https://www.npmjs.com/package/botmilovien-api"><img src="https://img.shields.io/npm/v/botmilovien-api.svg?style=flat-square" alt="NPM version"></a>
</p>
```js
import milovien from "botmilovien-api";
<p align='center'><img src='https://img.shields.io/badge/code%20style-standard-brightgreen.svg'></img></p>
<p align='center'><img src='https://img.shields.io/npm/dt/botmilovien-api.svg'></img></p>
const body = milovien.get(ID);
> **[Node.js](https://nodejs.org/) 12.20.0 or newer is required**
console.log(body) // { balance: ..., name: ..., rating: ..., regDate: ... }
```
## 🎃 Installion
```shell
yarn add botmilovien-api
```
- **Using `npm`**
```shell
npm i botmilovien-api
```
- **Using `pnpm`**
```shell
pnpm add botmilovien-api
```
## 📖 Usage API
```javascript
import { API, Method } from "botmilovien-api"
const api = new API ({
api_key: ``,
source: `api` // default
})
async function getResponse () {
return await new MethodAPI ()
.api
.use (
{
system: "getprofile",
ID: 15
}
)
}
getResponse () // response
```
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