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

mock-fs

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mock-fs - npm Package Compare versions

Comparing version 5.0.0-beta.1 to 5.0.0

2

lib/error.js

@@ -10,3 +10,3 @@ 'use strict';

uvBinding.errmap.forEach(function(value, errno) {
uvBinding.getErrorMap().forEach(function(value, errno) {
const code = value[0];

@@ -13,0 +13,0 @@ const message = value[1];

{
"name": "mock-fs",
"description": "A configurable mock file system. You know, for testing.",
"version": "5.0.0-beta.1",
"version": "5.0.0",
"main": "lib/index.js",

@@ -31,3 +31,3 @@ "homepage": "https://github.com/tschaub/mock-fs",

"scripts": {
"lint": "eslint benchmarks lib test",
"lint": "eslint benchmarks lib test tasks",
"pretest": "npm run lint",

@@ -34,0 +34,0 @@ "test": "mocha --recursive test"

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