Tagged “npm”
-
TIL types of malicious npm attacks security npm malware
In the case of ionicons, the miscreants published 18 versions containing malicious form-stealing code; for example, icon-package (according to NPM download stats) has over 17,000 downloads. Other typo-squatting examples include umbrellaks instead of umbrellajs and so on.
-
TIL malware in node_modules malware npm security hacking
The very first line fetches the victim's country code using their IP address. If the victim is from Russia, Ukraine, Belarus, or Kazakhstan, then the malware exits early.
-
TIL Npx npm-check-updates node npm
Updating packages is frequent chore to do so you are always running the latest security patches.
-
TIL how to get a list of all globally installed npm commands npm terminal
Well, you probably installed it globally. I was curious on what other global commands I installed. 'npm list -g --depth 0'
-
TIL the -s in npm install means silent install npm
In other words, including -s (or --silent) in your npm install command means that it will have no output (only a newline)
-
TIL what to do if you're a Win User getting NODE_ENV errors windows npm
Setting NODE_ENV=production before command babel doesn't work on Windows.
-
TIL how to run npm that's inside a child folder npm
Running npm scripts on other package.json files inside child folders
-
TIL Rando.js javascript npm
Node Version Manager might be the reason everything's broken in your life.
-
TIL Node Version Manager javascript npm
Node Version Manager might be the reason everything's broken in your life.
-
TIL Adding a repo as a dependency in package.js javascript npm
If they aren't published as a NPM, you can still do this
See all tags.