Socket
Socket
Sign inDemoInstall

mm

Package Overview
Dependencies
Maintainers
2
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 1.3.0 to 1.3.1

2

lib/es6.js

@@ -54,3 +54,3 @@ /**!

mm._createError(error, props);
error = mm._createError(error, props);

@@ -57,0 +57,0 @@ if (timeout) {

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

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

"scripts": {
"test": "npm run lint && mocha --check-leaks -R spec -t 5000 -r should-http test/*.test.js",
"test-cov": "istanbul cover node_modules/.bin/_mocha -- --check-leaks -t 5000 -r should-http test/*.test.js",
"test-travis": "npm run lint && istanbul cover node_modules/.bin/_mocha --report lcovonly -- --check-leaks -t 5000 -r should-http test/*.test.js",
"test": "npm run lint && mocha --check-leaks -R spec -t 5000 -r should-http -r co-mocha test/*.test.js",
"test-cov": "istanbul cover node_modules/.bin/_mocha -- --check-leaks -t 5000 -r should-http -r co-mocha test/*.test.js",
"test-travis": "npm run lint && istanbul cover node_modules/.bin/_mocha --report lcovonly -- --check-leaks -t 5000 -r should-http -r co-mocha test/*.test.js",
"lint": "eslint lib test index.js",

@@ -16,0 +16,0 @@ "autod": "autod -w --prefix '~'",

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