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

@dov118/eso-status

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dov118/eso-status - npm Package Compare versions

Comparing version 1.2.4 to 1.2.5

17

CHANGELOG.md

@@ -0,1 +1,18 @@

## [1.2.5](https://github.com/dov118/eso-status/compare/1.2.4...1.2.5) (2021-07-10)
### Features
* Add **We are currently investigating issues some players are having logging into the North American megaservers.** status ([03a51b2](https://github.com/dov118/eso-status/commit/03a51b2c13c617499377d7bcb34ba70705f1ad94))
* Add **The issues related to logging in to the North American megaservers have been resolved at this time.** status ([03a51b2](https://github.com/dov118/eso-status/commit/03a51b2c13c617499377d7bcb34ba70705f1ad94))
* Add **Add linter** ([0df875d](https://github.com/dov118/eso-status/commit/0df875d06db8f441b865c19b9052d83c353597c9))
* Add **gitHub Action CI and CI/CD** ([161ab94](https://github.com/dov118/eso-status/commit/161ab94860c7b111a1a195ddfcd6b0454e42ff76))
### Code Refactoring
* Update **engines.npm** on **package.json** [#1](https://github.com/dov118/eso-status/issues/1) ([5e670c8](https://github.com/dov118/eso-status/commit/5e670c861befdddb1bb955ddf77ebb1700898d61)) ([ac57ed4](https://github.com/dov118/eso-status/commit/ac57ed47687aa1d6011904d7edd2e64a4a9b84ca))
* Remove unused comment ([30155c3](https://github.com/dov118/eso-status/commit/30155c3d20581bc64d0c382edd16e1b8485e860d))
### Updates
* Update **typescript** from **4.3.3** to **4.3.5** ([77ed22b](https://github.com/dov118/eso-status/commit/77ed22baf73847f8986f6c5a953db89860c2861e)) ([95ed78c](https://github.com/dov118/eso-status/commit/95ed78c0aff19099f93805480c8e077d3207500b))
* Update **jest** from **27.0.4** to **27.0.6** ([e6c7cc6](https://github.com/dov118/eso-status/commit/e6c7cc6ba9153d4813afb37147f8247e0e6f1393)) ([5e278c8](https://github.com/dov118/eso-status/commit/5e278c8e5e8391239d48e2ce01faf8669be573b6))
* Update **@types/jest** from **26.0.23** to **26.0.24** ([ed15067](https://github.com/dov118/eso-status/commit/ed150675f0bec899d91676c46f0aaca7737d1467))
## [1.2.4](https://github.com/dov118/eso-status/compare/1.2.3...1.2.4) (2021-06-17)

@@ -2,0 +19,0 @@

2

lib/index.js

@@ -129,3 +129,2 @@ "use strict";

var _a, _b, _c, _d, _e;
//console.log(dateLine);
if (dateLine) {

@@ -173,3 +172,2 @@ // @ts-ignore

EsoStatus.getInformationLineServerSlug = function (raw) {
// console.log(raw);
var slugs = [];

@@ -176,0 +174,0 @@ if (raw.includes('Xbox megaserver')) {

{
"name": "@dov118/eso-status",
"version": "1.2.4",
"version": "1.2.5",
"description": "Library used to get servers status of The elders scrolls Online game",
"main": "lib/index.js",
"scripts": {
"lint": "eslint lib/index.js",
"test": "jest",

@@ -11,4 +12,3 @@ "build": "tsc"

"engines": {
"node": ">=10.18.0",
"npm": ">=6.13.0"
"node": ">=10.x || >=12.x"
},

@@ -33,6 +33,7 @@ "files": [

"devDependencies": {
"@types/jest": "^26.0.23",
"jest": "^27.0.4",
"@types/jest": "^26.0.24",
"eslint": "^7.30.0",
"jest": "^27.0.6",
"ts-jest": "^27.0.3",
"typescript": "^4.3.3"
"typescript": "^4.3.5"
},

@@ -39,0 +40,0 @@ "dependencies": {

@@ -7,2 +7,4 @@ # ESO-STATUS

<img src="https://img.shields.io/node/v/@dov118/eso-status" alt="Node version" />
[![Build Status](https://github.com/dov118/eso-status/workflows/CI/badge.svg)](https://github.com/dov118/eso-status/actions)
[![Build Status](https://github.com/dov118/eso-status/workflows/CI-CD/badge.svg)](https://github.com/dov118/eso-status/actions)

@@ -9,0 +11,0 @@ Eso-status is a library for getting and formatting data can founded in [https://help.elderscrollsonline.com/app/answers/detail/a_id/4320](https://help.elderscrollsonline.com/app/answers/detail/a_id/4320)

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