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

azurlane

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

azurlane - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

docs/interfaces/istats.md

12

dist/lib/ship.d.ts

@@ -16,2 +16,12 @@ import { IBaseResponse } from "./base";

}
export interface IStatsItem {
name: string | null;
image: string | null;
value: string | null;
}
export interface IStats {
base?: IStatsItem[];
100?: IStatsItem[];
120?: IStatsItem[];
}
export interface IMiscellaneousInfo {

@@ -33,3 +43,2 @@ link: string;

thumbnail: string;
chibi: string;
skins: ISkin[];

@@ -43,2 +52,3 @@ buildTime: string | null;

hullType: string | null;
stats: IStats;
miscellaneous: IMiscellaneous;

@@ -45,0 +55,0 @@ }

4

dist/package.json
{
"name": "azurlane",
"version": "0.0.9",
"version": "0.0.10",
"description": "Api wrapper for the azur lane api",

@@ -29,3 +29,3 @@ "main": "dist/lib/index.js",

"pretest": "yarn build",
"docs": "typedoc && cp .nojekyll docs/",
"docs": "typedoc",
"check": "gts check",

@@ -32,0 +32,0 @@ "clean": "gts clean",

@@ -33,3 +33,3 @@ [Azur Lane](../README.md) › [Globals](../globals.md) › [ApiError](apierror.md)

*Defined in [base.ts:15](https://github.com/KurozeroPB/AzurLane/blob/3106872/lib/base.ts#L15)*
*Defined in [base.ts:15](https://github.com/KurozeroPB/AzurLane/blob/af03464/lib/base.ts#L15)*

@@ -50,3 +50,3 @@ **Parameters:**

*Defined in [base.ts:15](https://github.com/KurozeroPB/AzurLane/blob/3106872/lib/base.ts#L15)*
*Defined in [base.ts:15](https://github.com/KurozeroPB/AzurLane/blob/af03464/lib/base.ts#L15)*

@@ -61,3 +61,3 @@ ___

*Defined in [base.ts:14](https://github.com/KurozeroPB/AzurLane/blob/3106872/lib/base.ts#L14)*
*Defined in [base.ts:14](https://github.com/KurozeroPB/AzurLane/blob/af03464/lib/base.ts#L14)*

@@ -92,3 +92,3 @@ ___

*Defined in [base.ts:12](https://github.com/KurozeroPB/AzurLane/blob/3106872/lib/base.ts#L12)*
*Defined in [base.ts:12](https://github.com/KurozeroPB/AzurLane/blob/af03464/lib/base.ts#L12)*

@@ -101,3 +101,3 @@ ___

*Defined in [base.ts:13](https://github.com/KurozeroPB/AzurLane/blob/3106872/lib/base.ts#L13)*
*Defined in [base.ts:13](https://github.com/KurozeroPB/AzurLane/blob/af03464/lib/base.ts#L13)*

@@ -104,0 +104,0 @@ ___

@@ -30,3 +30,3 @@ [Azur Lane](../README.md) › [Globals](../globals.md) › [AzurLane](azurlane.md)

*Defined in [index.ts:16](https://github.com/KurozeroPB/AzurLane/blob/3106872/lib/index.ts#L16)*
*Defined in [index.ts:16](https://github.com/KurozeroPB/AzurLane/blob/af03464/lib/index.ts#L16)*

@@ -47,3 +47,3 @@ **Parameters:**

*Defined in [index.ts:16](https://github.com/KurozeroPB/AzurLane/blob/3106872/lib/index.ts#L16)*
*Defined in [index.ts:16](https://github.com/KurozeroPB/AzurLane/blob/af03464/lib/index.ts#L16)*

@@ -56,3 +56,3 @@ ## Methods

*Defined in [index.ts:63](https://github.com/KurozeroPB/AzurLane/blob/3106872/lib/index.ts#L63)*
*Defined in [index.ts:63](https://github.com/KurozeroPB/AzurLane/blob/af03464/lib/index.ts#L63)*

@@ -75,3 +75,3 @@ Get ship names matching the given construction time

*Defined in [index.ts:40](https://github.com/KurozeroPB/AzurLane/blob/3106872/lib/index.ts#L40)*
*Defined in [index.ts:40](https://github.com/KurozeroPB/AzurLane/blob/af03464/lib/index.ts#L40)*

@@ -78,0 +78,0 @@ Get information about a ship by name

@@ -26,1 +26,3 @@ [Azur Lane](README.md) › [Globals](globals.md)

* [IStars](interfaces/istars.md)
* [IStats](interfaces/istats.md)
* [IStatsItem](interfaces/istatsitem.md)

@@ -29,3 +29,3 @@ [Azur Lane](../README.md) › [Globals](../globals.md) › [IBaseResponse](ibaseresponse.md)

*Defined in [base.ts:4](https://github.com/KurozeroPB/AzurLane/blob/3106872/lib/base.ts#L4)*
*Defined in [base.ts:4](https://github.com/KurozeroPB/AzurLane/blob/af03464/lib/base.ts#L4)*

@@ -38,3 +38,3 @@ ___

*Defined in [base.ts:2](https://github.com/KurozeroPB/AzurLane/blob/3106872/lib/base.ts#L2)*
*Defined in [base.ts:2](https://github.com/KurozeroPB/AzurLane/blob/af03464/lib/base.ts#L2)*

@@ -47,2 +47,2 @@ ___

*Defined in [base.ts:3](https://github.com/KurozeroPB/AzurLane/blob/3106872/lib/base.ts#L3)*
*Defined in [base.ts:3](https://github.com/KurozeroPB/AzurLane/blob/af03464/lib/base.ts#L3)*

@@ -26,3 +26,3 @@ [Azur Lane](../README.md) › [Globals](../globals.md) › [IBuildResponse](ibuildresponse.md)

*Defined in [build.ts:9](https://github.com/KurozeroPB/AzurLane/blob/3106872/lib/build.ts#L9)*
*Defined in [build.ts:9](https://github.com/KurozeroPB/AzurLane/blob/af03464/lib/build.ts#L9)*

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

*Defined in [base.ts:4](https://github.com/KurozeroPB/AzurLane/blob/3106872/lib/base.ts#L4)*
*Defined in [base.ts:4](https://github.com/KurozeroPB/AzurLane/blob/af03464/lib/base.ts#L4)*

@@ -48,3 +48,3 @@ ___

*Defined in [base.ts:2](https://github.com/KurozeroPB/AzurLane/blob/3106872/lib/base.ts#L2)*
*Defined in [base.ts:2](https://github.com/KurozeroPB/AzurLane/blob/af03464/lib/base.ts#L2)*

@@ -59,2 +59,2 @@ ___

*Defined in [base.ts:3](https://github.com/KurozeroPB/AzurLane/blob/3106872/lib/base.ts#L3)*
*Defined in [base.ts:3](https://github.com/KurozeroPB/AzurLane/blob/af03464/lib/base.ts#L3)*

@@ -22,3 +22,3 @@ [Azur Lane](../README.md) › [Globals](../globals.md) › [IConstruction](iconstruction.md)

*Defined in [build.ts:5](https://github.com/KurozeroPB/AzurLane/blob/3106872/lib/build.ts#L5)*
*Defined in [build.ts:5](https://github.com/KurozeroPB/AzurLane/blob/af03464/lib/build.ts#L5)*

@@ -31,2 +31,2 @@ ___

*Defined in [build.ts:4](https://github.com/KurozeroPB/AzurLane/blob/3106872/lib/build.ts#L4)*
*Defined in [build.ts:4](https://github.com/KurozeroPB/AzurLane/blob/af03464/lib/build.ts#L4)*

@@ -26,3 +26,3 @@ [Azur Lane](../README.md) › [Globals](../globals.md) › [IErrorResponse](ierrorresponse.md)

*Defined in [base.ts:8](https://github.com/KurozeroPB/AzurLane/blob/3106872/lib/base.ts#L8)*
*Defined in [base.ts:8](https://github.com/KurozeroPB/AzurLane/blob/af03464/lib/base.ts#L8)*

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

*Defined in [base.ts:4](https://github.com/KurozeroPB/AzurLane/blob/3106872/lib/base.ts#L4)*
*Defined in [base.ts:4](https://github.com/KurozeroPB/AzurLane/blob/af03464/lib/base.ts#L4)*

@@ -48,3 +48,3 @@ ___

*Defined in [base.ts:2](https://github.com/KurozeroPB/AzurLane/blob/3106872/lib/base.ts#L2)*
*Defined in [base.ts:2](https://github.com/KurozeroPB/AzurLane/blob/af03464/lib/base.ts#L2)*

@@ -59,2 +59,2 @@ ___

*Defined in [base.ts:3](https://github.com/KurozeroPB/AzurLane/blob/3106872/lib/base.ts#L3)*
*Defined in [base.ts:3](https://github.com/KurozeroPB/AzurLane/blob/af03464/lib/base.ts#L3)*

@@ -25,3 +25,3 @@ [Azur Lane](../README.md) › [Globals](../globals.md) › [IMiscellaneous](imiscellaneous.md)

*Defined in [ship.ts:26](https://github.com/KurozeroPB/AzurLane/blob/3106872/lib/ship.ts#L26)*
*Defined in [ship.ts:38](https://github.com/KurozeroPB/AzurLane/blob/af03464/lib/ship.ts#L38)*

@@ -34,3 +34,3 @@ ___

*Defined in [ship.ts:28](https://github.com/KurozeroPB/AzurLane/blob/3106872/lib/ship.ts#L28)*
*Defined in [ship.ts:40](https://github.com/KurozeroPB/AzurLane/blob/af03464/lib/ship.ts#L40)*

@@ -43,3 +43,3 @@ ___

*Defined in [ship.ts:29](https://github.com/KurozeroPB/AzurLane/blob/3106872/lib/ship.ts#L29)*
*Defined in [ship.ts:41](https://github.com/KurozeroPB/AzurLane/blob/af03464/lib/ship.ts#L41)*

@@ -52,3 +52,3 @@ ___

*Defined in [ship.ts:30](https://github.com/KurozeroPB/AzurLane/blob/3106872/lib/ship.ts#L30)*
*Defined in [ship.ts:42](https://github.com/KurozeroPB/AzurLane/blob/af03464/lib/ship.ts#L42)*

@@ -61,2 +61,2 @@ ___

*Defined in [ship.ts:27](https://github.com/KurozeroPB/AzurLane/blob/3106872/lib/ship.ts#L27)*
*Defined in [ship.ts:39](https://github.com/KurozeroPB/AzurLane/blob/af03464/lib/ship.ts#L39)*

@@ -22,3 +22,3 @@ [Azur Lane](../README.md) › [Globals](../globals.md) › [IMiscellaneousInfo](imiscellaneousinfo.md)

*Defined in [ship.ts:21](https://github.com/KurozeroPB/AzurLane/blob/3106872/lib/ship.ts#L21)*
*Defined in [ship.ts:33](https://github.com/KurozeroPB/AzurLane/blob/af03464/lib/ship.ts#L33)*

@@ -31,2 +31,2 @@ ___

*Defined in [ship.ts:22](https://github.com/KurozeroPB/AzurLane/blob/3106872/lib/ship.ts#L22)*
*Defined in [ship.ts:34](https://github.com/KurozeroPB/AzurLane/blob/af03464/lib/ship.ts#L34)*

@@ -24,3 +24,3 @@ [Azur Lane](../README.md) › [Globals](../globals.md) › [INames](inames.md)

*Defined in [ship.ts:5](https://github.com/KurozeroPB/AzurLane/blob/3106872/lib/ship.ts#L5)*
*Defined in [ship.ts:5](https://github.com/KurozeroPB/AzurLane/blob/af03464/lib/ship.ts#L5)*

@@ -33,3 +33,3 @@ ___

*Defined in [ship.ts:4](https://github.com/KurozeroPB/AzurLane/blob/3106872/lib/ship.ts#L4)*
*Defined in [ship.ts:4](https://github.com/KurozeroPB/AzurLane/blob/af03464/lib/ship.ts#L4)*

@@ -42,3 +42,3 @@ ___

*Defined in [ship.ts:6](https://github.com/KurozeroPB/AzurLane/blob/3106872/lib/ship.ts#L6)*
*Defined in [ship.ts:6](https://github.com/KurozeroPB/AzurLane/blob/af03464/lib/ship.ts#L6)*

@@ -51,2 +51,2 @@ ___

*Defined in [ship.ts:7](https://github.com/KurozeroPB/AzurLane/blob/3106872/lib/ship.ts#L7)*
*Defined in [ship.ts:7](https://github.com/KurozeroPB/AzurLane/blob/af03464/lib/ship.ts#L7)*

@@ -21,2 +21,2 @@ [Azur Lane](../README.md) › [Globals](../globals.md) › [IOptions](ioptions.md)

*Defined in [index.ts:9](https://github.com/KurozeroPB/AzurLane/blob/3106872/lib/index.ts#L9)*
*Defined in [index.ts:9](https://github.com/KurozeroPB/AzurLane/blob/af03464/lib/index.ts#L9)*

@@ -14,3 +14,2 @@ [Azur Lane](../README.md) › [Globals](../globals.md) › [IShip](iship.md)

* [buildTime](iship.md#buildtime)
* [chibi](iship.md#chibi)
* [class](iship.md#class)

@@ -26,2 +25,3 @@ * [hullType](iship.md#hulltype)

* [stars](iship.md#stars)
* [stats](iship.md#stats)
* [thumbnail](iship.md#thumbnail)

@@ -36,14 +36,6 @@ * [wikiUrl](iship.md#wikiurl)

*Defined in [ship.ts:40](https://github.com/KurozeroPB/AzurLane/blob/3106872/lib/ship.ts#L40)*
*Defined in [ship.ts:51](https://github.com/KurozeroPB/AzurLane/blob/af03464/lib/ship.ts#L51)*
___
### chibi
• **chibi**: *string*
*Defined in [ship.ts:38](https://github.com/KurozeroPB/AzurLane/blob/3106872/lib/ship.ts#L38)*
___
### class

@@ -53,3 +45,3 @@

*Defined in [ship.ts:43](https://github.com/KurozeroPB/AzurLane/blob/3106872/lib/ship.ts#L43)*
*Defined in [ship.ts:54](https://github.com/KurozeroPB/AzurLane/blob/af03464/lib/ship.ts#L54)*

@@ -62,3 +54,3 @@ ___

*Defined in [ship.ts:46](https://github.com/KurozeroPB/AzurLane/blob/3106872/lib/ship.ts#L46)*
*Defined in [ship.ts:57](https://github.com/KurozeroPB/AzurLane/blob/af03464/lib/ship.ts#L57)*

@@ -71,3 +63,3 @@ ___

*Defined in [ship.ts:35](https://github.com/KurozeroPB/AzurLane/blob/3106872/lib/ship.ts#L35)*
*Defined in [ship.ts:47](https://github.com/KurozeroPB/AzurLane/blob/af03464/lib/ship.ts#L47)*

@@ -80,3 +72,3 @@ ___

*Defined in [ship.ts:47](https://github.com/KurozeroPB/AzurLane/blob/3106872/lib/ship.ts#L47)*
*Defined in [ship.ts:59](https://github.com/KurozeroPB/AzurLane/blob/af03464/lib/ship.ts#L59)*

@@ -89,3 +81,3 @@ ___

*Defined in [ship.ts:36](https://github.com/KurozeroPB/AzurLane/blob/3106872/lib/ship.ts#L36)*
*Defined in [ship.ts:48](https://github.com/KurozeroPB/AzurLane/blob/af03464/lib/ship.ts#L48)*

@@ -98,3 +90,3 @@ ___

*Defined in [ship.ts:44](https://github.com/KurozeroPB/AzurLane/blob/3106872/lib/ship.ts#L44)*
*Defined in [ship.ts:55](https://github.com/KurozeroPB/AzurLane/blob/af03464/lib/ship.ts#L55)*

@@ -107,3 +99,3 @@ ___

*Defined in [ship.ts:45](https://github.com/KurozeroPB/AzurLane/blob/3106872/lib/ship.ts#L45)*
*Defined in [ship.ts:56](https://github.com/KurozeroPB/AzurLane/blob/af03464/lib/ship.ts#L56)*

@@ -116,3 +108,3 @@ ___

*Defined in [ship.ts:41](https://github.com/KurozeroPB/AzurLane/blob/3106872/lib/ship.ts#L41)*
*Defined in [ship.ts:52](https://github.com/KurozeroPB/AzurLane/blob/af03464/lib/ship.ts#L52)*

@@ -125,3 +117,3 @@ ___

*Defined in [ship.ts:39](https://github.com/KurozeroPB/AzurLane/blob/3106872/lib/ship.ts#L39)*
*Defined in [ship.ts:50](https://github.com/KurozeroPB/AzurLane/blob/af03464/lib/ship.ts#L50)*

@@ -134,6 +126,14 @@ ___

*Defined in [ship.ts:42](https://github.com/KurozeroPB/AzurLane/blob/3106872/lib/ship.ts#L42)*
*Defined in [ship.ts:53](https://github.com/KurozeroPB/AzurLane/blob/af03464/lib/ship.ts#L53)*
___
### stats
• **stats**: *[IStats](istats.md)*
*Defined in [ship.ts:58](https://github.com/KurozeroPB/AzurLane/blob/af03464/lib/ship.ts#L58)*
___
### thumbnail

@@ -143,3 +143,3 @@

*Defined in [ship.ts:37](https://github.com/KurozeroPB/AzurLane/blob/3106872/lib/ship.ts#L37)*
*Defined in [ship.ts:49](https://github.com/KurozeroPB/AzurLane/blob/af03464/lib/ship.ts#L49)*

@@ -152,2 +152,2 @@ ___

*Defined in [ship.ts:34](https://github.com/KurozeroPB/AzurLane/blob/3106872/lib/ship.ts#L34)*
*Defined in [ship.ts:46](https://github.com/KurozeroPB/AzurLane/blob/af03464/lib/ship.ts#L46)*

@@ -28,3 +28,3 @@ [Azur Lane](../README.md) › [Globals](../globals.md) › [IShipResponse](ishipresponse.md)

*Defined in [base.ts:4](https://github.com/KurozeroPB/AzurLane/blob/3106872/lib/base.ts#L4)*
*Defined in [base.ts:4](https://github.com/KurozeroPB/AzurLane/blob/af03464/lib/base.ts#L4)*

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

*Defined in [ship.ts:51](https://github.com/KurozeroPB/AzurLane/blob/3106872/lib/ship.ts#L51)*
*Defined in [ship.ts:63](https://github.com/KurozeroPB/AzurLane/blob/af03464/lib/ship.ts#L63)*

@@ -48,3 +48,3 @@ ___

*Defined in [base.ts:2](https://github.com/KurozeroPB/AzurLane/blob/3106872/lib/base.ts#L2)*
*Defined in [base.ts:2](https://github.com/KurozeroPB/AzurLane/blob/af03464/lib/base.ts#L2)*

@@ -59,2 +59,2 @@ ___

*Defined in [base.ts:3](https://github.com/KurozeroPB/AzurLane/blob/3106872/lib/base.ts#L3)*
*Defined in [base.ts:3](https://github.com/KurozeroPB/AzurLane/blob/af03464/lib/base.ts#L3)*

@@ -22,3 +22,3 @@ [Azur Lane](../README.md) › [Globals](../globals.md) › [ISkin](iskin.md)

*Defined in [ship.ts:12](https://github.com/KurozeroPB/AzurLane/blob/3106872/lib/ship.ts#L12)*
*Defined in [ship.ts:12](https://github.com/KurozeroPB/AzurLane/blob/af03464/lib/ship.ts#L12)*

@@ -31,2 +31,2 @@ ___

*Defined in [ship.ts:11](https://github.com/KurozeroPB/AzurLane/blob/3106872/lib/ship.ts#L11)*
*Defined in [ship.ts:11](https://github.com/KurozeroPB/AzurLane/blob/af03464/lib/ship.ts#L11)*

@@ -22,3 +22,3 @@ [Azur Lane](../README.md) › [Globals](../globals.md) › [IStars](istars.md)

*Defined in [ship.ts:17](https://github.com/KurozeroPB/AzurLane/blob/3106872/lib/ship.ts#L17)*
*Defined in [ship.ts:17](https://github.com/KurozeroPB/AzurLane/blob/af03464/lib/ship.ts#L17)*

@@ -31,2 +31,2 @@ ___

*Defined in [ship.ts:16](https://github.com/KurozeroPB/AzurLane/blob/3106872/lib/ship.ts#L16)*
*Defined in [ship.ts:16](https://github.com/KurozeroPB/AzurLane/blob/af03464/lib/ship.ts#L16)*

@@ -20,2 +20,14 @@ import { IBaseResponse } from "./base";

export interface IStatsItem {
name: string | null;
image: string | null;
value: string | null;
}
export interface IStats {
base?: IStatsItem[];
100?: IStatsItem[];
120?: IStatsItem[];
}
export interface IMiscellaneousInfo {

@@ -39,3 +51,2 @@ link: string;

thumbnail: string;
chibi: string;
skins: ISkin[];

@@ -49,2 +60,3 @@ buildTime: string | null;

hullType: string | null;
stats: IStats;
miscellaneous: IMiscellaneous;

@@ -51,0 +63,0 @@ }

{
"name": "azurlane",
"version": "0.0.9",
"version": "0.0.10",
"description": "Api wrapper for the azur lane api",

@@ -29,3 +29,3 @@ "main": "dist/lib/index.js",

"pretest": "yarn build",
"docs": "typedoc && cp .nojekyll docs/",
"docs": "typedoc",
"check": "gts check",

@@ -32,0 +32,0 @@ "clean": "gts clean",

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