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

clash-of-clans-unit-levels

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clash-of-clans-unit-levels - npm Package Compare versions

Comparing version

to
1.0.6

4

lib/index.js

@@ -28,3 +28,3 @@ "use strict";

if (requiredLaboratoryLevel <= laboratoryLevel){
maxLvl = maxLevel;
maxLvl = maxLevel + 1;
break;

@@ -34,3 +34,3 @@ }

return maxLvl + 1;
return maxLvl;
}

@@ -37,0 +37,0 @@

{
"name": "clash-of-clans-unit-levels",
"version": "1.0.5",
"version": "1.0.6",
"description": "JSON data that informs about maximum unit levels per townhall. (spells, troops, heroes)",

@@ -5,0 +5,0 @@ "main": "lib/index.js",