
Research
NPM targeted by malware campaign mimicking familiar library names
Socket uncovered npm malware campaign mimicking popular Node.js libraries and packages from other ecosystems; packages steal data and execute remote code.
@studiohyperdrive/ngx-forms
Advanced tools
An Angular package to help with complex forms and their validation.
@studiohyperdrive/ngx-forms
)This library provides multiple utilities for complex form use-cases.
Install the package first:
npm install @studiohyperdrive/ngx-forms
This package will follow a semver-like format, major.minor.patch
, in which:
major
: Follows the Angular major versionminor
: Introduces new features and (potential) breaking changespatch
: Introduces bugfixes and minor non-breaking changesFor more information about the build process, authors, contributions and issues, we refer to the hyperdrive-opensource repository.
The ngx-forms
package provides several validators, guards, directives, utils and abstracts to facilitate creating complex form flows in your application. These individual items can be use separately to your liking.
The validators of the ngx-forms
package provide easy and robust way to tackle more complex validation requirements, such as various dependency based required flows, as smaller frequently used use-cases such as several dates related validators.
Simplifying the process of creating (complex) custom ControlValueAccessor
s, ngx-forms
introduces the FormAccessor
and FormContainer
approach to provide a quick and easy way to build custom controls and re-usable form components.
To handle errors in a uniform way, ngx-forms
provides the NgxErrors
directive approach that will unify all error handling with either the default or a custom defined error component.
Last but not least, the SaveOnExit
flow of ngx-forms
allows for a quick and simple solution to the often re-occuring "save-before-you-exit" flow that is common amongst complex form implementation.
To find more information regarding this package, we refer to our documentation platform.
FAQs
An Angular package to help with complex forms and their validation.
The npm package @studiohyperdrive/ngx-forms receives a total of 43 weekly downloads. As such, @studiohyperdrive/ngx-forms popularity was classified as not popular.
We found that @studiohyperdrive/ngx-forms demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.
Research
Socket uncovered npm malware campaign mimicking popular Node.js libraries and packages from other ecosystems; packages steal data and execute remote code.
Research
Socket's research uncovers three dangerous Go modules that contain obfuscated disk-wiping malware, threatening complete data loss.
Research
Socket uncovers malicious packages on PyPI using Gmail's SMTP protocol for command and control (C2) to exfiltrate data and execute commands.