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

binary-breeder

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

binary-breeder - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

14

package.json

@@ -5,3 +5,3 @@ {

"license": "MIT",
"version": "0.1.1",
"version": "0.1.2",
"main": "lib/binary-breeder.js",

@@ -22,3 +22,13 @@ "devDependencies": {

"random-js": "^1.0.4"
}
},
"keywords": [
"genetic",
"mutation",
"reproduce",
"breed",
"population",
"lineage",
"chromosome",
"crossover"
]
}

16

README.md
# binary-breeder
Breeds two strings of binary digits and breeds the requested number of offspring.
[![npm](https://img.shields.io/npm/v/binary-breeder.svg)](https://www.npmjs.com/package/binary-breeder) [![Coverage Status](https://coveralls.io/repos/jhaugh42/binary-breeder/badge.svg?branch=master&service=github)](https://coveralls.io/github/jhaugh42/binary-breeder?branch=master) [![Build Status](https://travis-ci.org/jhaugh42/binary-breeder.svg?branch=master)](https://travis-ci.org/jhaugh42/binary-breeder)
[![npm](https://img.shields.io/npm/v/binary-breeder.svg)](https://www.npmjs.com/package/binary-breeder)
[![Coverage Status](https://coveralls.io/repos/jhaugh42/binary-breeder/badge.svg?branch=master&service=github)](https://coveralls.io/github/jhaugh42/binary-breeder?branch=master)
[![Build Status](https://travis-ci.org/jhaugh42/binary-breeder.svg?branch=master)](https://travis-ci.org/jhaugh42/binary-breeder)
##Installation
## Installation
`npm install binary-breeder`
##Dev Setup
## Dev Setup
```

@@ -18,3 +18,3 @@ npm install -g mocha

##Unit Tests
## Unit Tests
```

@@ -24,3 +24,3 @@ npm test

##Coverage
## Coverage
```

@@ -30,3 +30,3 @@ npm run cover

##Usage
## Usage
```javascript

@@ -33,0 +33,0 @@ var reproduce = require('binary-breeder');

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