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

fs-monkey

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fs-monkey - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

renovate.json

47

package.json

@@ -1,1 +0,46 @@

{"name":"fs-monkey","version":"0.3.1","description":"Monkey patches for file system related things.","main":"lib/index.js","keywords":["fs","file","file system","monkey","fsmonkey","monkeyfs","monkeypatch","patch"],"repository":{"type":"git","url":"https://github.com/streamich/fs-monkey.git"},"scripts":{"build":"babel src --out-dir lib","test":"jest","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"dependencies":{},"devDependencies":{"jest":"21.2.1","babel-jest":"21.2.0","babel-core":"6","babel-cli":"6.24.1","babel-preset-es2015":"6.24.1","source-map-support":"0.4.15","semantic-release":"^8.2.0","@types/jest":"21.1.8","@types/node":"8.0.17"},"jest":{"collectCoverageFrom":["src/**/*.js"],"transform":{"^.+\\.jsx?$":"babel-jest"},"testRegex":".*(__tests__/|/test/unit/).*(test|spec)\\.(t|j)sx?$"}}
{
"name": "fs-monkey",
"version": "0.3.2",
"description": "Monkey patches for file system related things.",
"main": "lib/index.js",
"keywords": [
"fs",
"file",
"file system",
"monkey",
"fsmonkey",
"monkeyfs",
"monkeypatch",
"patch"
],
"repository": {
"type": "git",
"url": "https://github.com/streamich/fs-monkey.git"
},
"scripts": {
"build": "babel src --out-dir lib",
"test": "jest",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"dependencies": {},
"devDependencies": {
"jest": "21.2.1",
"babel-jest": "21.2.0",
"babel-core": "6.26.3",
"babel-cli": "6.26.0",
"babel-preset-es2015": "6.24.1",
"source-map-support": "0.5.5",
"semantic-release": "8.2.3",
"@types/jest": "21.1.10",
"@types/node": "8.10.14"
},
"jest": {
"collectCoverageFrom": [
"src/**/*.js"
],
"transform": {
"^.+\\.jsx?$": "babel-jest"
},
"testRegex": ".*(__tests__/|/test/unit/).*(test|spec)\\.(t|j)sx?$"
}
}

8

src/util/lists.js

@@ -47,2 +47,6 @@

'mkdtempSync',
'copyFileSync',
'createReadStream',
'createWriteStream',
];

@@ -86,2 +90,3 @@

'mkdtemp',
'copyFile',

@@ -91,5 +96,2 @@ 'watchFile',

'watch',
'createReadStream',
'createWriteStream',
];

Sorry, the diff of this file is not supported yet

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