🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

neatjs

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

neatjs - npm Package Compare versions

Comparing version
0.3.0
to
0.3.1
+3
-3
component.json
{
"name": "neatjs",
"version": "0.3.0",
"version": "0.3.1",
"description": "NeuroEvolution of Augmenting Topologies (NEAT) implemented in Javascript (with tests done in Mocha for verification). Can be used as a node module or in a browser",

@@ -16,4 +16,4 @@ "repo": "OptimusLime/neatjs",

"dependencies": {
"optimuslime/cppnjs": "*",
"optimuslime/win-utils" : "*"
"optimuslime/cppnjs": "0.2.x",
"optimuslime/win-utils": "0.x.x"
},

@@ -20,0 +20,0 @@ "development": {},

{
"name": "neatjs",
"version": "0.3.0",
"version": "0.3.1",
"description": "NeuroEvolution of Augmenting Topologies (NEAT) implemented in Javascript (with tests done in Mocha for verification). Can be used as a node module or in a browser",

@@ -28,3 +28,3 @@ "keywords": [

"cppnjs": "0.x.x",
"win-utils" : "*"
"win-utils": "*"
},

@@ -31,0 +31,0 @@ "devDependencies": {

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