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

riseoflegends

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

riseoflegends - npm Package Compare versions

Comparing version 0.0.62 to 0.0.63

8

lib/index.js

@@ -79,6 +79,2 @@ 'use strict';

var actives = { common: _skill_physical2.default, ice: _skill_weapon2.default, fire: _skill_fire2.default, poison: _skill_chemical2.default };
var gears = { armor: _armor2.default, belt: _belt2.default, hair: _hair2.default, hat: _hat2.default, necklace: _necklace2.default, pant: _pant2.default, ring: _ring2.default, shoes: _shoes2.default, weapon: _weapon2.default };
module.exports = {

@@ -88,7 +84,7 @@ Client: _kbyte.Client,

Card: _card_generator2.default,
gears: gears,
gears: { armor: _armor2.default, belt: _belt2.default, hair: _hair2.default, hat: _hat2.default, necklace: _necklace2.default, pant: _pant2.default, ring: _ring2.default, shoes: _shoes2.default, weapon: _weapon2.default },
passives: _passives2.default,
actives: actives,
actives: { common: _skill_physical2.default, ice: _skill_weapon2.default, fire: _skill_fire2.default, poison: _skill_chemical2.default },
gears_type: _gears_type2.default,
properties: _properties2.default
};
{
"name": "riseoflegends",
"version": "0.0.62",
"version": "0.0.63",
"description": "A lightweight JavaScript library for Rise Of Legends",

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

@@ -15,4 +15,2 @@ import { Client } from 'kbyte';

const actives = { common, ice, fire, poison }
import armor from './v1/armor.json';

@@ -28,4 +26,2 @@ import belt from './v1/belt.json';

const gears = { armor, belt, hair, hat, necklace, pant, ring, shoes, weapon }
module.exports = {

@@ -35,7 +31,7 @@ Client,

Card,
gears,
gears: { armor, belt, hair, hat, necklace, pant, ring, shoes, weapon },
passives,
actives,
actives:{ common, ice, fire, poison },
gears_type,
properties
};

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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