Comparing version 5.2.8 to 5.3.0
@@ -0,1 +1,6 @@ | ||
## 5.3.0 | ||
- Fix domain name! | ||
- Added yaoi endpoint! | ||
- Added Fuwaguwa in the contributors list. | ||
## 5.2.7 (Hotfix) | ||
@@ -2,0 +7,0 @@ - Fixed types |
@@ -152,3 +152,6 @@ // Importing my unborn children // | ||
}, | ||
yaoi: function () { | ||
return resolve.get("yaoi"); | ||
} | ||
}, | ||
}; |
@@ -1,6 +0,4 @@ | ||
const fetch = require("node-fetch"); | ||
module.exports = { | ||
get: async function (params) { | ||
return fetch(`http://51.161.33.197/api/${params}`) | ||
return fetch(`https://akaneko.cuteasfubuki.xyz/api/${params}`) | ||
.then((res) => res.json()) | ||
@@ -7,0 +5,0 @@ .then((json) => { |
{ | ||
"name": "akaneko", | ||
"version": "5.2.8", | ||
"version": "5.3.0", | ||
"description": "An Anime/Hentai Image API which simplifies how you fetch random images for you! Reliable, and very pleasure friendly!", | ||
@@ -8,3 +8,3 @@ "main": "fubuki.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "node test/index.js" | ||
}, | ||
@@ -15,5 +15,2 @@ "repository": { | ||
}, | ||
"dependencies": { | ||
"node-fetch": "^2.6.1" | ||
}, | ||
"keywords": [ | ||
@@ -20,0 +17,0 @@ "nsfw", |
@@ -105,2 +105,3 @@ <div align="center"> | ||
uniform |Military, Konbini, Work, Nurse Uniforms, etc!~ Sexy~ | ||
yaoi | Boy on boy action, God I love boys love <3 | ||
yuri | Girls on Girls, and Girl's only!<3 | ||
@@ -209,2 +210,3 @@ zettaiRyouiki | That one part of the flesh being squeeze in thigh-highs~<3 | ||
- **[@taksumaki](https://gitlab.com/taksumaki)** TypeScript Support! | ||
- **[@Fuwaguwa](https://github.com/fuwaguwa)** Contributing images! And suggesting the idea of having other people contribute as well! | ||
@@ -211,0 +213,0 @@ ## Sources |
@@ -208,3 +208,9 @@ // Thank you Taksumaki for helping me with typescript! // | ||
export function succubus(): Promise<String>; | ||
/** | ||
* Yaoi, I love boys love stuff <3 | ||
* @returns uri | ||
*/ | ||
export function yaoi(): Promise<String>; | ||
} | ||
} |
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
18288
0
353
1
220
- Removednode-fetch@^2.6.1
- Removednode-fetch@2.7.0(transitive)
- Removedtr46@0.0.3(transitive)
- Removedwebidl-conversions@3.0.1(transitive)
- Removedwhatwg-url@5.0.0(transitive)