Socket
Socket
Sign inDemoInstall

pure-index

Package Overview
Dependencies
7
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.30 to 0.0.31

6

bin/fileTraversal/getFiles.js

@@ -37,7 +37,3 @@ import { execSync } from 'node:child_process'

const repoRoot = getRepoRoot()
const source = join(
repoRoot,
'**',
`*.{${formattedExtensions(config.extensions)}}`
)
const source = join('**', `*.{${formattedExtensions(config.extensions)}}`)

@@ -44,0 +40,0 @@ const files = new fdir()

2

package.json
{
"name": "pure-index",
"type": "module",
"version": "0.0.30",
"version": "0.0.31",
"description": "Utility for monorepos. It helps to find unused exports from packages or get a list of all unique uses of any package",

@@ -6,0 +6,0 @@ "main": "./bin/index.js",

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