Socket
Socket
Sign inDemoInstall

fuck-npm

Package Overview
Dependencies
32
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.2

6

index.js

@@ -7,3 +7,3 @@ const chalk = require('chalk');

const removeDirectory = (filepath) => {
console.log(`Deleting: ${filepath}`);
console.log(chalk.yellow(`Deleting: ${filepath}`));
del.sync(filepath);

@@ -14,4 +14,4 @@ console.log(chalk.green(`Deleted: ${filepath}`));

const executeCommand = (command) => {
console.log(`Executing: ${command}`);
execSync(command);
console.log(chalk.yellow(`Executing: ${command}`));
execSync(command, { stdio: [ 0, 1, 2 ] });
console.log(chalk.green(`Executed: ${command}`));

@@ -18,0 +18,0 @@ };

{
"name": "fuck-npm",
"version": "0.0.1",
"version": "0.0.2",
"description": "Removes `node_modules` & runs `npm install`",

@@ -5,0 +5,0 @@ "author": {

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