proxyquire
Advanced tools
Comparing version 0.3.0 to 0.3.1
{ | ||
"name": "proxyquire", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Proxies nodejs require in order to allow overriding dependencies during testing.", | ||
@@ -29,4 +29,5 @@ "main": "proxyquire.js", | ||
"mocha": "1.3.x", | ||
"should": "0.6.x" | ||
"should": "0.6.x", | ||
"sinon": "~1.4.2" | ||
} | ||
} |
@@ -197,1 +197,3 @@ # proxyquire [![Build Status](https://secure.travis-ci.org/thlorenz/proxyquire.png)](http://travis-ci.org/thlorenz/proxyquire) | ||
look through the [tests](./proxyquire/blob/master/test/proxyquire.js) | ||
For an example on how to use proxyquire with [Sinon.JS](http://sinonjs.org/), look [in here](./proxyquire/tree/master/examples/sinon). |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
36270
25
842
199
0
3
10