Comparing version 5.0.0-beta.1 to 5.0.0
@@ -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" |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
102391
0