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.34 to 0.0.35

src/__tests__/__snapshots__/collectUsages.test.js.snap

6

bin/index.js
#!/usr/bin/env node
import { collectUsages } from './collectUsages.js'
import { getConfig } from './getConfig.js'
import { main } from './main.js'
import { collectUsages } from '../src/collectUsages.js'
import { getConfig } from '../src/getConfig.js'
import { main } from '../src/main.js'

@@ -7,0 +7,0 @@ const config = await getConfig()

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

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

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