Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

yfnm

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yfnm - npm Package Compare versions

Comparing version
0.1.2
to
0.1.3
+4
-4
attempt.js

@@ -11,2 +11,6 @@ var spawn = require('child_process').spawn;

var cmd = command[0];
if(cmd !== 'npm'){
return;
}
var args = command.slice(1);

@@ -18,6 +22,2 @@ if(process.platform === 'win32'){

if(cmd !== 'npm'){
return;
}
var defer = when.defer();

@@ -24,0 +24,0 @@ var result = '';

{
"name": "yfnm",
"version": "0.1.2",
"version": "0.1.3",
"description": "Learn to make an NPM module",

@@ -5,0 +5,0 @@ "preferGlobal": true,

@@ -11,2 +11,6 @@ var spawn = require('child_process').spawn;

var cmd = command[0];
if(cmd !== 'npm'){
return;
}
var args = command.slice(1);

@@ -18,6 +22,2 @@ if(process.platform === 'win32'){

if(cmd !== 'npm'){
return;
}
var defer = when.defer();

@@ -24,0 +24,0 @@ var result = '';