You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

ngssm-regex-tools

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngssm-regex-tools

NgSsm - Controls and services to manage regular expressions validated with C# code.

20.0.0
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

ngssm-regex-tools

license build workflow npm version

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

Installation of the angular package ngssm-regex-tools

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

Package last updated on 30 May 2025

Did you know?

Socket

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.

Install

Related posts