Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

evjs

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

evjs - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

2

dist/evjs/evjs.js

@@ -43,5 +43,5 @@ "use strict";

while (this.iteration < this.iterations) {
yield this.evaluate();
this.generation = this.generation.evolve();
this.iteration++;
yield this.evaluate();
}

@@ -48,0 +48,0 @@ });

{
"name": "evjs",
"version": "0.2.3",
"version": "0.2.4",
"description": "Generic genetic/evolution algorithm in JS",

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

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