Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
vlschematics
Advanced tools
This is an Angular schematics repository for building Frontend Applications in te Visual Lease desing system.
Enter the following into the terminal to spin up a new VL frontend project called "my-app"
$ npm install -g @angular/cli @schematics/angular
$ npm install -g vlschematics
ng new --collection vlschematics --name my-app
You can now serve up the demo app!
$ cd my-app
$ ng serve
First install the angular cli and schematics projects globally.
$ npm install -g @angular/cli @schematics/angular
Next install the vlschematics projects.
$ npm install -g vlschematics
Use angular's ng new
command and pass in vlschematics for project setup.
$ ng new --collection vlschematics --name your-project-name
Just add the vlschematics project to an existing angular project.
ng new --name your-project-name
ng add vlschematics
*Note - You probably came here from "Updating the VLSchematics template" in teh Reference Implementation project. Welcome!
$ git clone https://visuallease.visualstudio.com/Lightmatter/_git/VL-MS-UI-SchematicsTemplate vlschematics
$ cd vlschematics
$ git submodule update --init
2.1 To pull an updated submodule
$ git submodule update --remote
$ git commit -m "Update the template"
$ git push
$ npm version patch
$ npm run build
$ cd dist && npm publish && cd ..
To test locally, install @angular-devkit/schematics-cli
globally and use the schematics
command line tool. That tool acts the same as the generate
command of the Angular CLI, but also has a debug mode.
Check the documentation with
schematics --help
npm run test
will run the unit tests, using Jasmine as a runner and test framework.
To publish, simply do:
npm run build
npm publish
That's it!
FAQs
Tools for Build VL Frontend Applications
The npm package vlschematics receives a total of 1 weekly downloads. As such, vlschematics popularity was classified as not popular.
We found that vlschematics 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
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.