Socket
Socket
Sign inDemoInstall

@ui5/fs

Package Overview
Dependencies
Maintainers
4
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ui5/fs - npm Package Compare versions

Comparing version 3.0.2 to 3.0.3

10

CHANGELOG.md

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

A list of unreleased changes can be found [here](https://github.com/SAP/ui5-fs/compare/v3.0.2...HEAD).
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-fs/compare/v3.0.3...HEAD).
<a name="v3.0.3"></a>
## [v3.0.3] - 2023-04-18
### Dependency Updates
- Bump minimatch from 8.0.4 to 9.0.0 ([#497](https://github.com/SAP/ui5-fs/issues/497)) [`56d4542`](https://github.com/SAP/ui5-fs/commit/56d45423458564db7c2bdf7d1cdbd174c2057232)
- Bump minimatch from 7.4.4 to 8.0.2 [`a53a4e3`](https://github.com/SAP/ui5-fs/commit/a53a4e3e531cc880de29a4e8176844dd2c743196)
<a name="v3.0.2"></a>

@@ -167,2 +174,3 @@ ## [v3.0.2] - 2023-03-01

- **AbstractAdapter:** Fix normalization of globstar [`6d484e8`](https://github.com/SAP/ui5-fs/commit/6d484e847b62aa0829641f25a76dcc89b0840d44)
[v3.0.3]: https://github.com/SAP/ui5-fs/compare/v3.0.2...v3.0.3
[v3.0.2]: https://github.com/SAP/ui5-fs/compare/v3.0.1...v3.0.2

@@ -169,0 +177,0 @@ [v3.0.1]: https://github.com/SAP/ui5-fs/compare/v3.0.0...v3.0.1

2

lib/adapters/AbstractAdapter.js
import path from "node:path/posix";
import {getLogger} from "@ui5/logger";
const log = getLogger("resources:adapters:AbstractAdapter");
import minimatch from "minimatch";
import {minimatch} from "minimatch";
import micromatch from "micromatch";

@@ -6,0 +6,0 @@ import AbstractReaderWriter from "../AbstractReaderWriter.js";

import path from "node:path";
import minimatch from "minimatch";
import {minimatch} from "minimatch";
import DuplexCollection from "./DuplexCollection.js";

@@ -4,0 +4,0 @@ import FsAdapter from "./adapters/FileSystem.js";

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

@@ -126,6 +126,6 @@ "author": {

"escape-string-regexp": "^5.0.0",
"globby": "^13.1.3",
"graceful-fs": "^4.2.10",
"globby": "^13.1.4",
"graceful-fs": "^4.2.11",
"micromatch": "^4.0.5",
"minimatch": "^7.4.1",
"minimatch": "^9.0.0",
"pretty-hrtime": "^1.0.3",

@@ -143,14 +143,14 @@ "random-int": "^3.0.0"

"docdash": "^2.0.1",
"eslint": "^8.35.0",
"eslint": "^8.38.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-ava": "^14.0.0",
"eslint-plugin-jsdoc": "^40.0.0",
"esmock": "^2.1.0",
"eslint-plugin-jsdoc": "^41.1.2",
"esmock": "^2.2.1",
"jsdoc": "^4.0.2",
"nyc": "^15.1.0",
"open-cli": "^7.1.0",
"rimraf": "^4.1.2",
"sinon": "^15.0.1",
"open-cli": "^7.2.0",
"rimraf": "^5.0.0",
"sinon": "^15.0.3",
"tap-xunit": "^2.4.1"
}
}
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