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.28 to 0.0.29

6

lib/index.js

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

var _trainings = require('./trainings.json');
var _trainings2 = _interopRequireDefault(_trainings);
var _utils = require('./utils');

@@ -44,4 +48,4 @@

missions: _missions2.default,
trainings: trainings,
trainings: _trainings2.default,
utils: _utils2.default
};

2

package.json
{
"name": "drugwars",
"version": "0.0.28",
"version": "0.0.29",
"description": "A lightweight JavaScript library for DrugWars",

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

@@ -8,2 +8,3 @@ import { Client } from 'kbyte';

import missions from './missions.json';
import trainings from './trainings.json';
import utils from './utils';

@@ -10,0 +11,0 @@ module.exports = {

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