New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fpi

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fpi - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

4

index.js

@@ -9,7 +9,7 @@ #! /usr/bin/env node

const cliParameter = process.argv[2]
/* Get package.json file path */
const packageJsonPath = path.join(path.dirname(fs.realpathSync(__filename)), 'package.json')
/* If CLI parameter equals 'install' or 'i' */
if (cliParameter === 'install' || cliParameter === 'i') {
/* Get package.json file path */
const packageJsonPath = path.join(__dirname, 'package.json')
console.log(packageJsonPath)

@@ -16,0 +16,0 @@

{
"name": "fpi",
"version": "0.0.9",
"version": "0.0.10",
"description": "Fast Package Installer.",

@@ -5,0 +5,0 @@ "main": "index.js",

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