Socket
Socket
Sign inDemoInstall

mm

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mm - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

6

History.md
0.1.2 / 2013-04-20
==================
* fix mm.datas
* update travis
0.1.1 / 2013-04-15

@@ -3,0 +9,0 @@ ==================

3

lib/mm.js

@@ -83,4 +83,3 @@ /*!

setTimeout(function () {
datas.unshift(null); // null for error
callback.apply(null, datas);
callback.apply(null, [null].concat(datas));
}, timeout);

@@ -87,0 +86,0 @@ });

{
"name": "mm",
"version": "0.1.1",
"version": "0.1.2",
"description": "mock mate, mock http request, fs access and so on.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -134,2 +134,17 @@ mm (美眉,Mock伴侣) [![Build Status](https://secure.travis-ci.org/fengmk2/mm.png)](http://travis-ci.org/fengmk2/mm)

## Authors
```bash
$ git summary
project : mm
repo age : 6 months
active : 12 days
commits : 31
files : 15
authors :
30 fengmk2 96.8%
1 dead-horse 3.2%
```
## License

@@ -158,2 +173,2 @@

TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
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