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

akaneko

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

akaneko - npm Package Compare versions

Comparing version 5.2.8 to 5.3.0

5

CHANGELOG.md

@@ -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

3

lib/functions.js

@@ -152,3 +152,6 @@ // Importing my unborn children //

},
yaoi: function () {
return resolve.get("yaoi");
}
},
};

4

lib/resolve.js

@@ -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>;
}
}
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