
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@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+).
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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.