Socket
Socket
Sign inDemoInstall

pure-index

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pure-index - npm Package Compare versions

Comparing version 0.0.33 to 0.0.34

index.js

4

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

@@ -8,0 +8,0 @@ "author": "Viktor Pasynok",

@@ -95,2 +95,10 @@ # 🌿 Pure Index

#### entry (String)
Path to the package index file. relative to the package directory. Default: `'lol'`
#### extensions (Array<string>)
List of file extensions to be considered during the search. Default: `[ts,tsx]`
- `entry (String)` — path to the package index file. relative to the package directory.

@@ -97,0 +105,0 @@ - `extensions (Array<string>)` — list of file extensions to be considered during the search.

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