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.7.0 to 2.7.1

25

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

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

"jest": "21.2.1",
"jest-cli": "22.1.4",
"jest-tap-reporter": "1.7.0",
"ts-jest": "21.2.4",
"typescript": "2.6.2",
"typescript": "2.7.2",
"ts-node": "3.3.0",

@@ -41,11 +40,13 @@ "babel-cli": "6.26.0",

"gulp": "3.9.1",
"gulp-typescript": "3.2.3",
"semantic-release": "12.2.2",
"gulp-typescript": "3.2.4",
"semantic-release": "12.4.1",
"@types/node": "9.4.6",
"@types/jest": "22.1.2",
"rimraf": "2.6.2",
"@types/node": "9.3.0",
"@types/jest": "22.0.1"
"mol-conventional-changelog": "1.2.0",
"jest-tap-reporter": "1.9.0"
},
"scripts": {
"clean": "rimraf lib types",
"build": "npm run clean && npm run build-ts && npm run build-js",
"build": "npm run build-ts && npm run build-js",
"build-ts": "gulp build-ts",

@@ -59,2 +60,7 @@ "build-js": "babel src --out-dir lib",

},
"config": {
"commitizen": {
"path": "./node_modules/mol-conventional-changelog"
}
},
"jest": {

@@ -70,4 +76,5 @@ "moduleFileExtensions": [

},
"testRegex": ".*/__tests__/.*\\.(test|spec)\\.(jsx?|tsx?)$"
"testRegex": ".*/__tests__/.*\\.(test|spec)\\.(jsx?|tsx?)$",
"reporters": ["jest-tap-reporter"]
}
}

@@ -7,6 +7,3 @@ {

"noImplicitAny": false,
"sourceMap": false,
"declaration": true,
"declarationDir": "./types",
"outDir": "./lib"
"sourceMap": false
},

@@ -18,6 +15,3 @@ "exclude": [

"lib"
],
"include": [
"src"
]
}

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

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