
Research
/Security News
60 Malicious Ruby Gems Used in Targeted Credential Theft Campaign
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
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 8 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
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.
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.