Socket
Socket
Sign inDemoInstall

@ui5/fs

Package Overview
Dependencies
11
Maintainers
3
Versions
41
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.1 to 1.1.2

9

CHANGELOG.md

@@ -5,4 +5,10 @@ # Changelog

A list of unreleased changes can be found [here](https://github.com/SAP/ui5-fs/compare/v1.1.1...HEAD).
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-fs/compare/v1.1.2...HEAD).
<a name="v1.1.2"></a>
## [v1.1.2] - 2019-07-01
### Dependency Updates
- Bump globby from 9.2.0 to 10.0.0 [`573e853`](https://github.com/SAP/ui5-fs/commit/573e8531827bf1c0320177d3870e37a183db7959)
<a name="v1.1.1"></a>

@@ -64,2 +70,3 @@ ## [v1.1.1] - 2019-06-18

[v1.1.2]: https://github.com/SAP/ui5-fs/compare/v1.1.1...v1.1.2
[v1.1.1]: https://github.com/SAP/ui5-fs/compare/v1.1.0...v1.1.1

@@ -66,0 +73,0 @@ [v1.1.0]: https://github.com/SAP/ui5-fs/compare/v1.0.2...v1.1.0

2

lib/adapters/FileSystem.js

@@ -46,3 +46,3 @@ const log = require("@ui5/logger").getLogger("resources:adapters:FileSystem");

onlyFiles: options.nodir,
followSymlinkedDirectories: false
followSymbolicLinks: false
};

@@ -49,0 +49,0 @@ trace.globCall();

{
"name": "@ui5/fs",
"version": "1.1.1",
"version": "1.1.2",
"description": "UI5 Tooling - File System Abstraction",

@@ -101,4 +101,4 @@ "author": "SAP SE (https://www.sap.com)",

"clone": "^2.1.0",
"globby": "^9.2.0",
"graceful-fs": "^4.1.15",
"globby": "^10.0.0",
"graceful-fs": "^4.2.0",
"make-dir": "^3.0.0",

@@ -105,0 +105,0 @@ "micromatch": "^4.0.2",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc