Security News
The Risks of Misguided Research in Supply Chain Security
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
@studiohyperdrive/angular-builders
Advanced tools
This repo contains some builders for Angular (v7+).
This repo contains some builders for Angular (v7+).
npm install -D @studiohyperdrive/angular-builders
or
yarn add @studiohyperdrive/angular-builders
This builder generates named exports for the build target using the @studiohyperdrive/named-exports
package.
Use the builder in your build targets:
{
...
"projects": {
"demo": {
...
"architect": {
...
"named-exports": {
"builder": "@studiohyperdrive/angular-builders:named-exports",
"options": {
"dir": "src",
"indent": "space",
"indentSize": 4,
"ignore": "*.spec.ts"
}
}
}
}
}
For available options, see @studiohyperdrive/named-exports
.
This builder runs the ng build
command with support for auto-generated export files using the named-exports
package described above.
Use the builder in your build targets like you would the standard library builder, adding options for the named-exports
builder under the namedExports
property:
{
...
"projects": {
"demo": {
...
"architect": {
...
"build": {
"builder": "@studiohyperdrive/angular-builders:builder-library",
"options": {
"tsConfig": "projects/demo/tsconfig.lib.json",
"project": "projects/demo/ng-package.json",
"namedExports": {
"dir": "projects/demo/src",
"fileName": "public-api"
}
}
}
}
}
}
For available options, see @studiohyperdrive/named-exports
.
Make sure to add your issue, question or feature request to the issue tracker and fire away!
FAQs
This repo contains some builders for Angular (v7+).
The npm package @studiohyperdrive/angular-builders receives a total of 21 weekly downloads. As such, @studiohyperdrive/angular-builders popularity was classified as not popular.
We found that @studiohyperdrive/angular-builders demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 10 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
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
Research
Security News
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.