
Security News
OWASP 2025 Top 10 Adds Software Supply Chain Failures, Ranked Top Community Concern
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.
@gigster/block-loopback
Advanced tools
Role | Name | Email | Slack ---- | ---- | ----- | ----- *Product Owner* | Frances Haugen | [frances@gigster.com](mailto:frances@gigster.com) | [@frances](https://gigster.slack.com/messages/@frances) | *Maintainer* | Jerome Curlier | [jerome@gigster.com](m
| Role | Name | Slack | |
|---|---|---|---|
| Product Owner | Frances Haugen | frances@gigster.com | @frances |
| Maintainer | Jerome Curlier | jerome@gigster.com | @jerome |
| Developer | Mark Miyashita | mark.miyashita@gigster.com | @mark |
Add the following yaml to your gig.yaml to create a new block called api using block-loopback. Make sure to replace VERSION with the specific version of the module. The latest version can be found here.
...
blocks:
- name: api
location: 'npm:@gigster/block-loopback@VERSION'
The block-loopback generates a barebones Loopback 3.x API. We provide a base eslint config which makes the code standardized.
After generating your project, you can cd into the new api directory. To get your app up and running, simply run:
yarn install
yarn start
and you should see:
Web server listening at: http://localhost:3000
Browse your REST API at http://localhost:3000/explorer
Navigate to http://localhost:3000/explorer to view the Loopback Explorer.
FAQs
Role | Name | Email | Slack ---- | ---- | ----- | ----- *Product Owner* | Frances Haugen | [frances@gigster.com](mailto:frances@gigster.com) | [@frances](https://gigster.slack.com/messages/@frances) | *Maintainer* | Jerome Curlier | [jerome@gigster.com](m
The npm package @gigster/block-loopback receives a total of 0 weekly downloads. As such, @gigster/block-loopback popularity was classified as not popular.
We found that @gigster/block-loopback demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 9 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
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

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.