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.0 to 2.14.1

7

CHANGELOG.md

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

## [2.14.1](https://github.com/streamich/memfs/compare/v2.14.0...v2.14.1) (2018-11-29)
### Bug Fixes
* don't copy legacy files into dist ([ab8ffbb](https://github.com/streamich/memfs/commit/ab8ffbb)), closes [#263](https://github.com/streamich/memfs/issues/263)
# [2.14.0](https://github.com/streamich/memfs/compare/v2.13.1...v2.14.0) (2018-11-12)

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

17

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

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

"clean": "rimraf lib types",
"build": "tsc -p . && cpy src/internal lib/internal",
"build": "tsc -p .",
"test": "jest",

@@ -34,12 +34,11 @@ "test:coverage": "jest --coverage",

"devDependencies": {
"@types/jest": "23.3.9",
"@types/node": "10.12.5",
"cpy-cli": "2.0.0",
"@types/jest": "23.3.10",
"@types/node": "10.12.10",
"jest": "21.2.1",
"rimraf": "2.6.2",
"semantic-release": "15.10.8",
"semantic-release": "15.12.3",
"@semantic-release/changelog": "3.0.1",
"@semantic-release/npm": "5.1.1",
"@semantic-release/git": "7.0.5",
"ts-jest": "23.1.4",
"ts-jest": "23.10.5",
"ts-node": "7.0.1",

@@ -49,5 +48,5 @@ "typescript": "3.1.6",

"pretty-quick": "1.8.0",
"husky": "1.1.3",
"husky": "1.2.0",
"tslint": "5.11.0",
"tslint-config-common": "1.2.0"
"tslint-config-common": "1.5.0"
},

@@ -54,0 +53,0 @@ "config": {

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