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.1.2 to 0.1.3

coverage/base.css

19

package.json
{
"name": "evjs",
"version": "0.1.2",
"version": "0.1.3",
"description": "Generic genetic/evolution algorithm in JS",
"main": "lib/evjs.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"clean": "rimraf ./dist",
"prepublish": "npm run clean && tsc",
"test": "nyc mocha ./src/**/*.spec.ts",
"report": "nyc report --reporter=html",
"ts-node": "ts-node"
"report": "nyc report --reporter=html"
},

@@ -36,5 +38,3 @@ "nyc": {

"chalk": "^2.0.1",
"chance": "^1.0.10",
"ts-node": "^3.1.0",
"typescript": "^2.4.1"
"chance": "^1.0.10"
},

@@ -48,4 +48,7 @@ "devDependencies": {

"nyc": "^11.0.3",
"sinon": "^2.3.6"
"rimraf": "^2.6.1",
"sinon": "^2.3.6",
"ts-node": "^3.1.0",
"typescript": "^2.4.1"
}
}

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