Socket
Socket
Sign inDemoInstall

list-react-files

Package Overview
Dependencies
11
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.2.0

3

dist/index.js

@@ -26,3 +26,4 @@ 'use strict';

const pattern = `**/{${patterns.join(',')}}`;
const ignore = ['**/node_modules/**'];
const ignore = ['**/node_modules/**', '**/{__tests__,test,tests}/**', '**/*.{test,spec}.*'];
return new Promise((resolve, reject) => {

@@ -29,0 +30,0 @@ (0, _glob2.default)(pattern, { cwd, ignore }, (err, files) => {

{
"name": "list-react-files",
"version": "0.1.0",
"version": "0.2.0",
"description": "List React component files inside a directory",

@@ -43,2 +43,3 @@ "license": "MIT",

"jest": {
"testRegex": "test/[^/]+test\\.js$",
"testEnvironment": "node"

@@ -45,0 +46,0 @@ },

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc