
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
@valueadd/schematics
Advanced tools
This is a package containing schematics for implementing NgRx Store.
To install schematics simply run
npm i -g @valueadd/schematics
Properties:
Example:
ng g @valueadd/schematics:ngrx
--name=todo
--module=/libs/data-access-todo/src/lib/data-access-todo.module.ts
--root=false
--facade
Properties:
Example:
ng g @valueadd/schematics:crud
--entity=Todo
--dataService=/libs/data-access-todo/src/lib/services/todo-data.service.ts
--actionsPrefix=Todo
--stateDir=/libs/data-access-todo/src/lib/+state
--responseType=""
--mapResponse=""
Properties:
Example:
ng g @valueadd/schematics:action
--name=EditTodo
--stateDir=/libs/data-access-todo/src/lib/+state
--payload=Todo
--prefix=Todo
Properties:
dataService – the path to the data service
entity - entity name
collection - defines whether the method operates on the entity collection
methodBackend – backend to use (none, http, localStorage)
methodName – name of the method
methodProperties – method’s properties ({name}:{type},{name2}:{type2})
methodReturnType – method’s return type
operation - CRUD operation to create (create, read, update, delete)
skipFormat - defines whether file formatting should be skipped
skipTest - defines whether creating tests should be skipped
Example:
ng g @valueadd/schematics:data-service
--dataService=/libs/shared/data-access-module/src/lib/services/module-data.service.ts
--entity=ToDo
--backend=none
--methodName=testMethod
--methodProperties=“data: object”
--methodReturnType=any
Properties:
Example:
ng g @valueadd/schematics:reducer
--actionName=EditTodo
--stateDir=/libs/data-access-todo/src/lib/+state
--propsToUpdate="editingTodo:action.payload:Todo|null"
--selectors
--facade
FAQs
ValueAdd schematics
The npm package @valueadd/schematics receives a total of 9 weekly downloads. As such, @valueadd/schematics popularity was classified as not popular.
We found that @valueadd/schematics demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 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.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.