Comparing version 2.5.5 to 2.5.6
@@ -41,2 +41,3 @@ "use strict"; | ||
_this.perm = perm; | ||
_this.mode |= perm; | ||
_this.ino = ino; | ||
@@ -144,2 +145,3 @@ return _this; | ||
this.perm = perm; | ||
this.mode |= perm; | ||
this.touch(); | ||
@@ -146,0 +148,0 @@ }; |
{ | ||
"name": "memfs", | ||
"version": "2.5.5", | ||
"version": "2.5.6", | ||
"description": "In-memory file-system with Node's fs API.", | ||
@@ -45,3 +45,3 @@ "main": "lib/index.js", | ||
"@types/node": "8.0.17", | ||
"@types/jest": "^20.0.8" | ||
"@types/jest": "^21.1.1" | ||
}, | ||
@@ -48,0 +48,0 @@ "scripts": { |
Sorry, the diff of this file is too big to display
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
143886
3253