
Product
Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
@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
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.
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.
Research
A malicious package uses a QR code as steganography in an innovative technique.