
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
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 89 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 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
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
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.