Socket
Socket
Sign inDemoInstall

exam

Package Overview
Dependencies
80
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.3 to 1.4.4

3

CHANGELOG.md
# Exam Change Log
## v1.4.4 - 2016-10-07
* `patch` Made exam-cover work with npm 3.
## v1.4.3 - 2016-08-09

@@ -4,0 +7,0 @@ * `patch` Unbundled dependencies to fix multiple exam 1.4.2 dependency issues.

4

exam-cover.js

@@ -21,4 +21,4 @@ #!/usr/bin/env node

var spawn = require('child_process').spawn
var examCli = __dirname + '/exam.js'
var istanbulCli = __dirname + '/node_modules/istanbul/lib/cli.js'
var examCli = require.resolve('exam/exam.js')
var istanbulCli = require.resolve('istanbul/lib/cli.js')

@@ -25,0 +25,0 @@ var args = process.argv

@@ -14,3 +14,3 @@ #!/usr/bin/env node

var spawn = require('child_process').spawn
var coverallsCli = __dirname + '/node_modules/coveralls/bin/coveralls.js'
var coverallsCli = require.resolve('coveralls/bin/coveralls.js')

@@ -17,0 +17,0 @@ var cover = require('./exam-cover')

{
"name": "exam",
"version": "1.4.3",
"version": "1.4.4",
"description": "Clustered JavaScript test runner with builtin assertions.",

@@ -5,0 +5,0 @@ "dependencies": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc