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

file-set

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

file-set - npm Package Compare versions

Comparing version 5.0.1 to 5.1.0

20

package.json
{
"name": "file-set",
"version": "5.0.1",
"version": "5.1.0",
"author": "Lloyd Brookes",

@@ -8,4 +8,6 @@ "description": "Expands file paths and glob expressions, returning matched and unmatched files and directories",

"repository": "https://github.com/75lb/file-set",
"main": "./index.mjs",
"exports": "./index.mjs",
"exports": {
"import": "./index.mjs",
"require": "./dist/index.cjs"
},
"files": [

@@ -15,14 +17,18 @@ "index.mjs"

"engines": {
"node": ">=14"
"node": ">=12.17"
},
"scripts": {
"test": "test-runner test/*.mjs"
"test": "npm run dist && test-runner test/*.mjs",
"dist": "rollup -c"
},
"devDependencies": {
"test-runner": "^0.9.2"
"@rollup/plugin-commonjs": "^19.0.1",
"@rollup/plugin-node-resolve": "^13.0.2",
"rollup": "^2.53.3",
"test-runner": "^0.8.14"
},
"dependencies": {
"array-back": "^6.0.1",
"array-back": "^6.2.0",
"glob": "^7.1.7"
}
}

@@ -5,3 +5,3 @@ [![view on npm](https://badgen.net/npm/v/file-set)](https://www.npmjs.org/package/file-set)

[![Gihub package dependents](https://badgen.net/github/dependents-pkg/75lb/file-set)](https://github.com/75lb/file-set/network/dependents?dependent_type=PACKAGE)
[![Build Status](https://travis-ci.org/75lb/file-set.svg?branch=master)](https://travis-ci.org/75lb/file-set)
[![Node.js CI](https://github.com/75lb/file-set/actions/workflows/node.js.yml/badge.svg)](https://github.com/75lb/file-set/actions/workflows/node.js.yml)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](https://github.com/feross/standard)

@@ -13,2 +13,4 @@

The library saves you the job of learning a globbing library, expanding a glob expression (e.g. `lib/**/*`), sifting through each result testing whether it's a file, directory or neither.
## Usage

@@ -15,0 +17,0 @@

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