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

fs2

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fs2 - npm Package Compare versions

Comparing version 0.3.7 to 0.3.8

4

access.js

@@ -33,4 +33,4 @@ "use strict";

mode = defaultMode;
} else {
mode = Object(mode);
} else if (isValue(mode)) {
mode = Number(mode);
}

@@ -37,0 +37,0 @@

@@ -5,2 +5,8 @@ # Changelog

### [0.3.8](https://github.com/medikoo/fs2/compare/v0.3.7...v0.3.8) (2020-04-27)
### Bug Fixes
- Fix `mode` normalization in `fs.access` ([00f2a52](https://github.com/medikoo/fs2/commit/00f2a52b139576b5b5adcec7c3c01bb84b905076))
### [0.3.7](https://github.com/medikoo/fs2/compare/v0.3.6...v0.3.7) (2019-11-07)

@@ -7,0 +13,0 @@

{
"name": "fs2",
"version": "0.3.7",
"version": "0.3.8",
"description": "fs (file system package) extensions",

@@ -26,16 +26,16 @@ "author": "Mariusz Nowak <medyk@medikoo.com> (http://www.medikoo.com/)",

"deferred": "^0.7.11",
"es5-ext": "^0.10.51",
"es5-ext": "^0.10.53",
"event-emitter": "^0.3.5",
"ignore": "^5.1.4",
"memoizee": "^0.4.14",
"type": "^1.2.0"
"type": "^2.0.0"
},
"devDependencies": {
"eslint": "^6.4.0",
"eslint-config-medikoo": "^2.5.1",
"eslint": "^6.8.0",
"eslint-config-medikoo": "^3.0.1",
"git-list-updated": "^1.2.1",
"husky": "^3.0.5",
"lint-staged": "^9.4.0",
"prettier-elastic": "^1.18.2",
"tad": "^2.0.1"
"husky": "^4.2.5",
"lint-staged": "^10.1.7",
"prettier-elastic": "^1.19.1",
"tad": "^3.0.1"
},

@@ -42,0 +42,0 @@ "husky": {

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