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 3.0.1 to 3.0.2

7

CHANGELOG.md

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

## [3.0.2](https://github.com/streamich/memfs/compare/v3.0.1...v3.0.2) (2019-12-25)
### Bug Fixes
* **watch:** trigger change event for creation/deletion of children in a folder ([b1b7884](https://github.com/streamich/memfs/commit/b1b7884d4b9af734773c178ab4377e55a5bb2cc6))
## [3.0.1](https://github.com/streamich/memfs/compare/v3.0.0...v3.0.1) (2019-11-26)

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

2

lib/volume.d.ts

@@ -138,3 +138,3 @@ /// <reference types="node" />

private promisesApi;
readonly promises: import("./promises").IPromisesAPI;
get promises(): import("./promises").IPromisesAPI;
constructor(props?: {});

@@ -141,0 +141,0 @@ createLink(): Link;

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

@@ -33,3 +33,3 @@ "main": "lib/index.js",

"@types/jest": "23.3.14",
"@types/node": "10.17.6",
"@types/node": "10.17.12",
"cpy-cli": "2.0.0",

@@ -41,8 +41,8 @@ "husky": "1.3.1",

"rimraf": "2.7.1",
"ts-jest": "24.1.0",
"ts-node": "8.5.2",
"ts-jest": "24.2.0",
"ts-node": "8.5.4",
"tslint": "5.20.1",
"tslint-config-common": "1.6.0",
"typescript": "3.6.4",
"semantic-release": "15.13.31",
"typescript": "3.7.4",
"semantic-release": "15.14.0",
"@semantic-release/changelog": "3.0.6",

@@ -49,0 +49,0 @@ "@semantic-release/git": "7.0.18",

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