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

proxyquire

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

proxyquire - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

examples/async/foo-tests.js

5

package.json
{
"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"
}
}

2

README.md

@@ -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).
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