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

memfs

Package Overview
Dependencies
Maintainers
1
Versions
154
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

memfs - npm Package Compare versions

Comparing version 2.14.1 to 2.14.2

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [2.14.2](https://github.com/streamich/memfs/compare/v2.14.1...v2.14.2) (2018-12-11)
### Bug Fixes
* fds to start from 0x7fffffff instead of 0xffffffff ([#277](https://github.com/streamich/memfs/issues/277)) ([31e44ba](https://github.com/streamich/memfs/commit/31e44ba))
## [2.14.1](https://github.com/streamich/memfs/compare/v2.14.0...v2.14.1) (2018-11-29)

@@ -2,0 +9,0 @@

2

lib/internal/errors.js

@@ -13,3 +13,3 @@ "use strict";

return extendStatics(d, b);
}
};
return function (d, b) {

@@ -16,0 +16,0 @@ extendStatics(d, b);

@@ -8,3 +8,3 @@ "use strict";

return extendStatics(d, b);
}
};
return function (d, b) {

@@ -11,0 +11,0 @@ extendStatics(d, b);

@@ -8,3 +8,3 @@ "use strict";

return extendStatics(d, b);
}
};
return function (d, b) {

@@ -11,0 +11,0 @@ extendStatics(d, b);

{
"name": "memfs",
"version": "2.14.1",
"version": "2.14.2",
"description": "In-memory file-system with Node's fs API.",

@@ -34,6 +34,6 @@ "main": "lib/index.js",

"@types/jest": "23.3.10",
"@types/node": "10.12.10",
"@types/node": "10.12.12",
"jest": "21.2.1",
"rimraf": "2.6.2",
"semantic-release": "15.12.3",
"semantic-release": "15.12.4",
"@semantic-release/changelog": "3.0.1",

@@ -44,8 +44,8 @@ "@semantic-release/npm": "5.1.1",

"ts-node": "7.0.1",
"typescript": "3.1.6",
"prettier": "1.15.1",
"typescript": "3.2.2",
"prettier": "1.15.3",
"pretty-quick": "1.8.0",
"husky": "1.2.0",
"tslint": "5.11.0",
"tslint-config-common": "1.5.0"
"tslint-config-common": "1.6.0"
},

@@ -52,0 +52,0 @@ "config": {

Sorry, the diff of this file is too big to display

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