
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.
@winery/topologymodeler
Advanced tools
This makes the [OpenTOSCA/Winery topologymodeler](https://github.com/OpenTOSCA/winery) module available as npm package.
This makes the OpenTOSCA/Winery topologymodeler module available as npm package.
npm install @winery/topologymodeler --save
WineryModule
to your app.module.ts:import { WineryModule } from '@winery/topologymodeler';
...
@NgModule({
declarations: [
AppComponent
],
imports: [
BrowserModule,
...,
WineryModule
],
providers: [],
bootstrap: [AppComponent]
})
export class AppModule { }
<winery-topologymodeler [topologyModelerData]="...">
</winery-topologymodeler>
topologyModelerData
has to be of this type:export interface TopologyModelerInputDataFormat {
configuration: {
readonly: boolean,
endpointConfig: TopologyModelerConfiguration
};
topologyTemplate: TTopologyTemplate;
visuals: Visuals;
}
TopologyModelerConfiguration {
readonly id: string;
readonly ns: string;
readonly repositoryURL: string;
readonly uiURL: string;
readonly compareTo: string;
}
Attention: this package has the following peerDependencies
:
Please make sure that you install them by adding them to your package.json's dependencies
"peerDependencies": {
"@angular-redux/store": "9.0.0",
"@angular/animations": "6.1.7",
"@angular/cdk": "6.4.7",
"@angular/common": "6.1.7",
"@angular/core": "6.1.7",
"@angular/forms": "6.1.7",
"@angular/http": "6.1.7",
"@angular/platform-browser": "6.1.7",
"@angular/platform-browser-dynamic": "6.1.7",
"@angular/router": "6.1.7",
"angular2-hotkeys": "2.1.3",
"bootstrap": "4.1.3",
"core-js": "2.5.7",
"css-element-queries": "0.4.0",
"element-resize-detector": "1.1.12",
"elkjs": "0.4.1",
"font-awesome": "4.7.0",
"jsplumb": "2.8.0",
"ngx-bootstrap": "2.0.4",
"ngx-toastr": "9.0.2",
"redux": "4.0.0",
"rxjs": "6.3.2",
"rxjs-compat": "6.3.2",
"zone.js": "0.8.26"
}
FAQs
This makes the [OpenTOSCA/Winery topologymodeler](https://github.com/OpenTOSCA/winery) module available as npm package.
The npm package @winery/topologymodeler receives a total of 2 weekly downloads. As such, @winery/topologymodeler popularity was classified as not popular.
We found that @winery/topologymodeler demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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.