
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
generator-wf-control
Advanced tools
Generate control files for (currently proprietary) WF framework.

$ npm install --global yo generator-wf-control
This installs Yeoman (a scaffolding tool, on top of which is the generator built) and the generator itself.
Run
$ yo wf-control
to launch the generator. The generator will ask several questions and then generate a control in the current directory.
You can specify generator options beforehand, and the generator will not ask them. All options can be composed together.
$ yo wf-control [controlName]
The control name should only contain latin letters, digits, underscore and dash. test-control_123 is valid. test-control_123.abc is not, because the point can’t be used in the name.
$ yo wf-control --type [generic|informer]
Currently supported control types are generic and informer. Submit an issue or a pull request if you need more.
MIT © Ivan Akulov, 2015
FAQs
Generate a basic WF control
The npm package generator-wf-control receives a total of 2 weekly downloads. As such, generator-wf-control popularity was classified as not popular.
We found that generator-wf-control demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.