Socket
Socket
Sign inDemoInstall

egreedy

Package Overview
Dependencies
5
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.13 to 3.0.0

22

package.json
{
"name": "egreedy",
"description": "An epsilon-greedy multi-armed bandit algorithm",
"version": "2.0.13",
"version": "3.0.0",
"license": "ISC",

@@ -34,16 +34,16 @@ "main": "index.js",

"dependencies": {
"debug": "2.6.8",
"has": "1.0.1",
"debug": "4.1.1",
"has": "1.0.3",
"random-js": "1.0.8"
},
"devDependencies": {
"chai": "4.0.2",
"eslint": "3.19.0",
"eslint-config-airbnb": "15.0.1",
"eslint-plugin-import": "2.3.0",
"mocha-eslint": "3.0.1",
"chai": "4.2.0",
"eslint": "5.11.1",
"eslint-config-airbnb": "17.1.0",
"eslint-plugin-import": "2.14.0",
"mocha-eslint": "5.0.0",
"istanbul": "0.4.5",
"mocha": "3.4.2",
"mockery": "2.0.0",
"sinon": "2.3.5"
"mocha": "5.2.0",
"mockery": "2.1.0",
"sinon": "7.2.2"
},

@@ -50,0 +50,0 @@ "scripts": {

@@ -15,3 +15,3 @@ egreedy

- Node.js 4.x+ ([LTS track](https://github.com/nodejs/LTS#lts-schedule1))
- Node.js 6.x+ ([LTS track](https://github.com/nodejs/LTS#lts-schedule1))
- npm

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc