
Research
/Security News
Malicious npm Packages Target WhatsApp Developers with Remote Kill Switch
Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.
Autocompletion for the Web
Let's have the best JS, CSS, HTML autocompletion ever!
The aulx.js
file contains the whole project. It is a concatenation of many
other JS files, although it isn't minified.
You can try to require it in node.
var aulx = require('aulx');
var source = 'var foo; fo';
aulx.js(source, {line:0, ch:11});
Done:
To do:
Project entry point: entrance/completers.js
.
It uses all completers, each of which has its own directory.
Completer entry point: <completer>/main.js
(no surprise there!)
Building the bundle aulx.js
is done with this swift command:
make
or, if your computer lacks make
:
node make
Finally, testing completers is either done in batch mode with yet another swift command:
make test
or, for each completer:
node <completer>/test
# For example:
node js/test
Baked by Thaddée Tyl.
This work is licensed under the Creative Commons Attribution 3.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by/3.0/.
FAQs
Autocompletion for the Web. Includes JS with static and dynamic analysis.
The npm package aulx receives a total of 1 weekly downloads. As such, aulx popularity was classified as not popular.
We found that aulx 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.
Research
/Security News
Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.
Research
/Security News
Socket uncovered 11 malicious Go packages using obfuscated loaders to fetch and execute second-stage payloads via C2 domains.
Security News
TC39 advances 11 JavaScript proposals, with two moving to Stage 4, bringing better math, binary APIs, and more features one step closer to the ECMAScript spec.