
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.
ngssm-regex-tools
Advanced tools
NgSsm - Controls and services to manage regular expressions validated with C# code.
Angular components associated to https://github.com/LionMarc/smusdi-regex-tools.
To build the wasm:
dotnet publish src/Smusdi.Wasm/Smusdi.Wasm.csproj --configuration Release
to build with multithread:
- set to true the WasmEnableThreads property in Smusdi.Wasm
- export a method that returns a Task
For now, there is no add schematic to do this. It is planned but not done.
package installation
npm install --save ngssm-regex-tools
update angular.json to import package assets
"assets": [
{
"glob": "**/*",
"input": "node_modules/ngssm-regex-tools/assets",
"output": "./assets/smusdi/"
},
...
],
update index.html to load .NET assemblies
<head>
...
<script type="module" src="./assets/smusdi/smusdi.regextools.js"></script>
</head>
update styles.scss to import package styles
@import "ngssm-regex-tools/styles/ngssm-regex-tools.scss";
FAQs
NgSsm - Controls and services to manage regular expressions validated with C# code.
The npm package ngssm-regex-tools receives a total of 7 weekly downloads. As such, ngssm-regex-tools popularity was classified as not popular.
We found that ngssm-regex-tools demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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.