Socket
Socket
Sign inDemoInstall

@platform/fs

Package Overview
Dependencies
Maintainers
1
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@platform/fs - npm Package Compare versions

Comparing version 0.0.33 to 0.0.34

8

lib/glob/glob.TEST.js

@@ -35,5 +35,3 @@ "use strict";

res = _a.sent();
dotFiles = res
.map(function (path) { return path_1.basename(path); })
.filter(function (file) { return file.startsWith('.'); });
dotFiles = res.map(function (path) { return path_1.basename(path); }).filter(function (file) { return file.startsWith('.'); });
chai_1.expect(dotFiles).to.eql([]);

@@ -53,5 +51,3 @@ return [2];

res = _a.sent();
files = res
.map(function (path) { return path_1.basename(path); })
.filter(function (file) { return file.startsWith('.'); });
files = res.map(function (path) { return path_1.basename(path); }).filter(function (file) { return file.startsWith('.'); });
chai_1.expect(files).to.include('.babelrc');

@@ -58,0 +54,0 @@ chai_1.expect(files).to.include('.gitignore');

{
"name": "@platform/fs",
"version": "0.0.33",
"version": "0.0.34",
"description": "File system tools.",

@@ -21,4 +21,4 @@ "main": "lib/index",

"devDependencies": {
"@platform/test": "0.0.26",
"@platform/ts": "3.3.41",
"@platform/test": "0.0.27",
"@platform/ts": "3.3.42",
"@types/js-yaml": "^3.12.0"

@@ -29,3 +29,4 @@ },

],
"repository": "uiharness/platform",
"license": "MIT"
}

@@ -0,2 +1,4 @@

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![NPM](https://img.shields.io/npm/v/@platform/fs.svg?colorB=blue&style=flat)](https://www.npmjs.com/package/@platform/fs)
# @platform/fs
File system tools.
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