
Security News
Feross on TBPN: How North Korea Hijacked Axios
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.
To contact me to report a bug or suggestions for a feature you want, my email is 'zedude321@gmail.com'
VM.save('hello', 'tmp.text', true) // More info 1.4.0
VM.names('both', 'all', true) // More Info 1.3.0
VM.random(1000, true) // More Info 1.1.0
VM.func() // More Info 1.0.0
-Added the 'save' feature
VM.save('savedInfo', 'fileName', 'save', whether it will say what it did)
// It only works with json files.
VM.save('', 'fileName', 'delete', whether it will say what it did)
VM.save('', 'fileName', 'load', whether it will say what it did)
// The loaded file goes to VM.saved.
-Instead of the last thing write 'true' or false'. The default is false;
-Added the 'name' feature.
VM.names('gender', 'nation', true)
-Instead of 'gender' type 'male', 'female', or 'both'. The default is 'both'
-Instead of 'nation' you can do 'en, all, chinese, dutch, french german, greek, hawaiian, italian, irish, japanese, korean, nat-us, romanian, russian, scottish, spanish, swedish'.
-And the 'true' means the system will console.log it. The default being true
-One little issue with the VM.names() function. It will take a while to update, so ... you figure it out yourselves. Maybe use setTimeOut?
-Changed the name of the package. It is no longer 'vendingm'. It is now called 'Zeatures'
-Fixed a major bug: -The package ACTUALLY works now.
-Added the 'random' command.
VM.random(limit,true/false)
-The second parameter indicates wether or not you'll get a rounded number. The limit will not be reached.
-This is a vending machine type module.
-To add more items to the list do:
VM.machine.push({name:'Example', price:100})
-To change an item do:
VM.machine[0].name = 'Example'
-or
VM.machine[0].price = 100
-To change the amount of money you have do:
VM.money = 100
-And finally to activate the machine, do:
VM.func();
FAQs
I just added every feature I want to use in a node package
We found that zeatures demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.

Security News
OpenSSF has issued a high-severity advisory warning open source developers of an active Slack-based campaign using impersonation to deliver malware.

Research
/Security News
Malicious packages published to npm, PyPI, Go Modules, crates.io, and Packagist impersonate developer tooling to fetch staged malware, steal credentials and wallets, and enable remote access.