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

epicwar

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

epicwar - npm Package Compare versions

Comparing version 0.1.8 to 0.1.11

4

dist/epicwar/get-map/epicwar.get-map.d.ts

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

import { EpicwarMapParseResponse } from './epicwar.get-map.response';
export declare function epicwarGetMap(mapId: string | number, download?: boolean): Promise<EpicwarMapParseResponse>;
import { GetMapDTO } from 'warcraft3gg-dto';
export declare function epicwarGetMap(mapId: string | number, download?: boolean): Promise<GetMapDTO>;

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

import { EpicwarMapParseDetailsResponse } from '../../epicwar.get-map.response';
export declare function getMapDetails(cells: HTMLCollectionOf<Element>): EpicwarMapParseDetailsResponse | null;
import { GetMapDetailsDTO } from 'warcraft3gg-dto';
export declare function getMapDetails(cells: HTMLCollectionOf<Element>): GetMapDetailsDTO | null;

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

import { EpicwarMapParseMapFileResponse } from '../../epicwar.get-map.response';
export declare function getFile(url: string): Promise<EpicwarMapParseMapFileResponse>;
import { GetMapFileDTO } from 'warcraft3gg-dto';
export declare function getFile(url: string): Promise<GetMapFileDTO>;
{
"name": "epicwar",
"version": "0.1.8",
"version": "0.1.11",
"description": "Epicwar.com maps download",

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

"type": "git",
"url": "git+https://github.com/Sansossio/epicwar-download-maps.git"
"url": "git+https://github.com/Warcraft3-GG/epicwar-download-maps.git"
},

@@ -25,5 +25,5 @@ "keywords": [

"bugs": {
"url": "https://github.com/Sansossio/epicwar-download-maps/issues"
"url": "https://github.com/Warcraft3-GG/epicwar-download-maps/issues"
},
"homepage": "https://github.com/Sansossio/epicwar-download-maps#readme",
"homepage": "https://github.com/Warcraft3-GG/epicwar-download-maps#readme",
"devDependencies": {

@@ -44,4 +44,5 @@ "@types/axios": "^0.14.0",

"jsdom": "^16.2.2",
"sha1": "^1.1.1"
"sha1": "^1.1.1",
"warcraft3gg-dto": "0.0.4"
}
}

@@ -19,3 +19,3 @@ # Epicwar

```
[More examples](https://github.com/Sansossio/epicwar-download-maps/tree/master/examples)
[More examples](https://github.com/Warcraft3-GG/epicwar-download-maps/tree/master/examples)

@@ -27,1 +27,4 @@ ## Available methods

- [x] `Get maps categories`
## Warcraft3 GG
This repository is part of [https://github.com/Warcraft3-GG](Warcraft3-GG) organization
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