Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@ridit/lens

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

@ridit/lens - npm Package Compare versions

Comparing version
0.4.3
to
0.4.4
+3
-3
package.json
{
"name": "@ridit/lens",
"version": "0.4.3",
"version": "0.4.4",
"description": "Understand your codebase.",

@@ -17,5 +17,5 @@ "author": "Ridit Jangra <riditjangra09@gmail.com> (https://ridit.space)",

"dev": "bun src/index.tsx",
"build": "bun build src/index.tsx --target node --outfile dist/index.mjs",
"build": "bun build src/index.tsx --target node --outfile dist/index.mjs --external react-devtools-core --external ink --external react --external chalk --external commander --external figures --external ink-spinner",
"postbuild": "node -e \"const fs=require('fs');const f='dist/index.mjs';fs.writeFileSync(f,'#!/usr/bin/env node\\n'+fs.readFileSync(f,'utf8'))\"",
"prepublishOnly": "bun run build",
"prepublishOnly": "npm run build",
"test": "bun test"

@@ -22,0 +22,0 @@ },

Sorry, the diff of this file is too big to display