Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vndb-api-kana

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vndb-api-kana - npm Package Compare versions

Comparing version 0.1.7 to 0.1.8

5

dist/index.d.ts

@@ -537,3 +537,3 @@ import * as axios from 'axios';

*/
screenshot: ScreenShot[];
screenshots: ScreenShot[];
/**

@@ -567,2 +567,3 @@ * Integer, possibly null, rough length estimate of the VN between 1 (very short) and 5 (very long). This field is only used as a fallback for when there are no length votes, so you’ll probably want to fetch length_minutes too.

votecount: number;
developers: Producer[];
}

@@ -656,3 +657,3 @@ /**

*/
developer: ProducerFilters;
developers: ProducerFilters;
}

@@ -659,0 +660,0 @@ /**

14

package.json
{
"name": "vndb-api-kana",
"version": "0.1.7",
"version": "0.1.8",
"license": "MIT",

@@ -19,6 +19,7 @@ "author": "TachibanaKimika",

"types": "./dist/index.d.ts",
"scripts": {
"build": "rollup --config"
},
"keywords": [
"vndb",
"erogame",
"visual novel"
"vndb", "erogame", "visual novel"
],

@@ -49,6 +50,3 @@ "repository": {

"axios": "^1.2.2"
},
"scripts": {
"build": "rollup --config"
}
}
}
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