Socket
Socket
Sign inDemoInstall

rc4

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

rc4 - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

Makefile

15

package.json
{
"name": "rc4",
"version": "0.1.2",
"version": "0.1.3",
"description": "RC4 random number generator",

@@ -10,8 +10,7 @@ "main": "rc4.js",

"scripts": {
"jshint": "node_modules/.bin/jshint rc4.js test",
"mocha": "node_modules/.bin/_mocha --reporter=spec test",
"istanbul": "node_modules/.bin/istanbul cover node_modules/.bin/_mocha test",
"check-coverage": "node_modules/.bin/istanbul check-coverage --statements 100 --branches 100 --functions 100 coverage/coverage.json",
"test": "npm run jshint && npm run mocha && npm run istanbul && npm run check-coverage"
"test": "make test"
},
"engines": {
"node": ">=0.10.0"
},
"repository": {

@@ -34,6 +33,6 @@ "type": "git",

"devDependencies": {
"mocha": "~1.18.2",
"mocha": "~1.20.1",
"istanbul": "~0.2.6",
"jshint": "~2.4.4"
"jshint": "~2.5.1"
}
}

@@ -5,6 +5,6 @@ # rc4

[![Build Status](https://secure.travis-ci.org/phadej/rc4.png?branch=master)](http://travis-ci.org/phadej/rc4)
[![NPM version](https://badge.fury.io/js/rc4.png)](http://badge.fury.io/js/rc4)
[![Dependency Status](https://gemnasium.com/phadej/rc4.png)](https://gemnasium.com/phadej/rc4)
[![Code Climate](https://codeclimate.com/github/phadej/rc4.png)](https://codeclimate.com/github/phadej/rc4)
[![Build Status](https://secure.travis-ci.org/phadej/rc4.svg?branch=master)](http://travis-ci.org/phadej/rc4)
[![NPM version](https://badge.fury.io/js/rc4.svg)](http://badge.fury.io/js/rc4)
[![Dependency Status](https://gemnasium.com/phadej/rc4.svg)](https://gemnasium.com/phadej/rc4)
[![Code Climate](https://img.shields.io/codeclimate/github/phadej/rc4.svg)](https://codeclimate.com/github/phadej/rc4)

@@ -11,0 +11,0 @@ ## Synopsis

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