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

drugwars

Package Overview
Dependencies
Maintainers
1
Versions
163
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

drugwars - npm Package Compare versions

Comparing version 0.0.79 to 0.0.80

lib/actives.json

8

lib/card.js

@@ -15,15 +15,15 @@ 'use strict';

var _suffixes = require('./cards/suffixes.json');
var _suffixes = require('./suffixes.json');
var _suffixes2 = _interopRequireDefault(_suffixes);
var _prefixes = require('./cards/prefixes.json');
var _prefixes = require('./prefixes.json');
var _prefixes2 = _interopRequireDefault(_prefixes);
var _heroes = require('./cards/heroes.json');
var _heroes = require('./heroes.json');
var _heroes2 = _interopRequireDefault(_heroes);
var _actives = require('./cards/actives.json');
var _actives = require('./actives.json');

@@ -30,0 +30,0 @@ var _actives2 = _interopRequireDefault(_actives);

@@ -75,3 +75,3 @@ {

{"name":"raver","flag":"en","country":"england","id":"61","passive":""},
{"name":"george","flag":"en","country":"england","id":"62"}
{"name":"george","flag":"en","country":"england","id":"62","passive":""}
]

@@ -152,3 +152,3 @@ ,

{"name":"pavlov","flag":"bg","country":"bulgaria","id":"123","passive":""},
{"name":"petrov","flag":"bg","country":"bulgaria","id":"124"}
{"name":"petrov","flag":"bg","country":"bulgaria","id":"124","passive":""}
],

@@ -189,4 +189,16 @@ "cartel": [

{"name":"kim chwa","flag":"kr","country":"korea","id":"153","passive":""},
{"name":"asiong","flag":"kr","country":"korea","id":"154"}
]
{"name":"asiong","flag":"kr","country":"korea","id":"154","passive":""}
],
"cops":[
{"name":"ayub","flag":"np","country":"unknow","id":"155","passive":""},
{"name":"bashir","flag":"np","country":"unknow","id":"156","passive":""},
{"name":"ahmad","flag":"np","country":"unknow","id":"157","passive":""},
{"name":"jalaluddin","flag":"np","country":"unknow","id":"158","passive":""},
{"name":"omar","flag":"np","country":"unknow","id":"159","passive":""},
{"name":"bagcho","flag":"np","country":"unknow","id":"160","passive":""},
{"name":"putik","flag":"np","country":"unknow","id":"161","passive":""},
{"name":"putik","flag":"np","country":"unknow","id":"162","passive":""},
{"name":"putik","flag":"np","country":"unknow","id":"163","passive":""},
{"name":"putik","flag":"np","country":"unknow","id":"164","passive":""}
]
}
{
"name": "drugwars",
"version": "0.0.79",
"version": "0.0.80",
"description": "A lightweight JavaScript library for DrugWars",

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

@@ -1,5 +0,5 @@

import suffixes from './cards/suffixes.json';
import prefixes from './cards/prefixes.json';
import heroes from './cards/heroes.json';
import activeskills from './cards/actives.json';
import suffixes from './suffixes.json';
import prefixes from './prefixes.json';
import heroes from './heroes.json';
import activeskills from './actives.json';
import Log from './log';

@@ -6,0 +6,0 @@

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