Socket
Socket
Sign inDemoInstall

hikki-me

Package Overview
Dependencies
8
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

example/banner.png

10

example/example.js

@@ -1,2 +0,2 @@

const hikki = require('../src/index.js');
const hikki = require('../src/index.js')

@@ -18,6 +18,5 @@ // game

// nickname supersus
// nickname supersus
// hikki.game.superSusChecker('20431364').then(console.log).catch(console.error)
// downloader features

@@ -35,3 +34,2 @@ // hikki.downloader.facebookDownload('https://www.facebook.com/mhmd.farid.908/videos/473529950837803/').then(console.log).catch(console.error)

// weebs

@@ -53,3 +51,3 @@ // wallpaper

// tools
// tools
// make sticker

@@ -63,2 +61,2 @@ // hikki.tools.makeSticker('https://w0.peakpx.com/wallpaper/929/489/HD-wallpaper-keqing-portrait-genshin-impact.jpg', {

// expand url
hikki.tools.expandedUrl('https://vt.tiktok.com/ZSdeRDb3U/').then(console.log).catch(console.error)
hikki.tools.expandedUrl('https://vt.tiktok.com/ZSdeRDb3U/').then(console.log).catch(console.error)

8

package.json
{
"name": "hikki-me",
"version": "1.0.2",
"version": "1.0.3",
"description": "",

@@ -10,3 +10,3 @@ "main": "src/index.js",

},
"keywords": [],
"keywords": ["api", "top-up", "free-fire", "top-up-api", "mobile-legends", "mobile-legend", "ml", "game", "anto-chan", "wa-bot", "whatsapp-bot"],
"author": "hardianto-cpu",

@@ -23,3 +23,7 @@ "license": "ISC",

"yt-search": "^2.10.3"
},
"repository": {
"type": "git",
"url": "https://github.com/hardianto-cpu/hikki-me"
}
}

@@ -6,3 +6,3 @@

![Logo](https://dev-to-uploads.s3.amazonaws.com/uploads/articles/th5xamgrr6se0x5ro4g6.png)
![Logo](https://github.com/hardianto-cpu/hikki-me/blob/main/example/banner.png)

@@ -15,3 +15,3 @@

```bash
npm install hikki-me
npm install hikki-me
```

@@ -21,3 +21,3 @@ install latest version

```bash
npm installl github:hardianto02/hikki-me
npm install github:hardianto-cpu/hikki-me
```

@@ -37,3 +37,3 @@

*return*
```json
```txt
{ success: 0, userName: 'Jαᴍαℓ•ProGen' }

@@ -51,3 +51,3 @@ ```

*return*
```json
```txt
{

@@ -66,3 +66,3 @@ deepLink: null,

*return*
```json
```txt
{ success: 0, userName: 'OhMyAyaka' }

@@ -75,3 +75,3 @@ ```

*return*
```json
```txt
{

@@ -99,3 +99,3 @@ id: 20431364,

*return*
```json
```txt
{

@@ -121,3 +121,3 @@ creator: '@hadianto02_',

*return*
```json
```txt
<uknown>.....

@@ -131,3 +131,3 @@ depending on your link. different social media, different property results

*return*
```json
```txt
{

@@ -205,3 +205,3 @@ title: '#flashback2021 #xyzbca #fyp #temolla',

}
````
```
## youtube!

@@ -212,3 +212,3 @@ ```js

*return*
```json
```txt
<very loong...> // mp3, mp4, quality 144p-720p any more property

@@ -223,3 +223,3 @@ ```

*return*
```json
```txt
[

@@ -298,3 +298,3 @@ 'https://w0.peakpx.com/wallpaper/929/489/HD-wallpaper-keqing-portrait-genshin-impact.jpg',

```
## Hentai Hot!
## Hentai Hot! (di tanggung yang make)
```js

@@ -308,3 +308,3 @@

*return*
```js
```txt
// result hot hentai

@@ -326,3 +326,3 @@ [

*return*
```json
```txt
[

@@ -341,3 +341,3 @@ 'https://2dhentai.club/2022/05/19/ai-hayasaka-and-kaguya-shinomiya-kaguya-sama/',

*return*
```json
```txt
[

@@ -373,3 +373,3 @@ 'https://cdn.2dhentai.club/wp-content/uploads/2022/05/Genshin-Impact-hentai-Keqing-feet-covered-in-cum-r34-image.jpg',

*return*
```bash
```txt
<Buffer 52 49 46 46 4e b9 00 00 57 45 42 50 56 50 38 58 0a 00 00 00 08 00 00 00 ff 01 00 ff 01 00 56 50 38 20 5e b3 00 00 70 86 02 9d 01 2a 00 02 00 02 3e 6d ... 47396 more bytes>

@@ -395,7 +395,6 @@ ```

## Contributing
Contributions are always welcome!
[Contributing Now](https://hardianto-cpu/hikki-me)
[Contributing Now](https://github.com/hardianto-cpu/hikki-me)

@@ -406,2 +405,2 @@ [Donate And Contact Me](https://wa.me/6285173222764)

if there is an error in the docs apologies. if there is an error, bug or request please contact me on whatsapp
if there is an error in the docs apologies. if there is an error, bug or request please contact me on [Instagram](https://instagram.com/hardianto02_) or [Whatsapp](https://wa.me/6285173222764)

@@ -35,3 +35,3 @@ const fetch = require('node-fetch')

const random = Math.floor(Math.random() * (150 - 2 + 1)) + 2
const response = await fetch('https://2dhentai.club/page/'+random+'/', {
const response = await fetch('https://2dhentai.club/page/' + random + '/', {
headers: {

@@ -38,0 +38,0 @@ 'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36',

@@ -1,1 +0,1 @@

// ngk dlu
// ngk dlu
module.exports = {
...require('./supersus'),
...require('./freefire'),
...require('./mobilelegends'),
...require('./mobileLegends'),
}

@@ -1,4 +0,4 @@

module.exports.tools = require('./tools');
module.exports.downloader = require('./downloader');
module.exports.game = require('./game');
module.exports.anime = require('./anime');
module.exports.tools = require('./tools')
module.exports.downloader = require('./downloader')
module.exports.game = require('./game')
module.exports.anime = require('./anime')
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc