Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
herschel666-arc-macros-remove-local-routes
Advanced tools
Remove selected routes from @architect's Lambda functions before the deployment. A handy solution when you're leveraging HTTP handlers for local scaffolding tasks.
herschel666-arc-macros-remove-local-routes
Remove selected routes from @architect's Lambda functions before the deployment. A handy solution when you're leveraging HTTP handlers for local scaffolding tasks.
npm i herschel666-arc-macros-remove-local-routes
Add the herschel666-arc-macros-remove-local-routes
to the list of macros in your
.arc
-file.
@app
some-app
@macros
herschel666-arc-macros-remove-local-routes
List all the routes you don't want to be deployed below the @herschel666-arc-macros-remove-local-routes
-pragma in your
.arc
-file. Differentation by HTTP-method isn't supported currently. So if a route is triggered by
a GET-request as well as a POST-request, both respective Lambda functions will be ditched before deployment.
@app
some-app
@http
get /
post /api
get /populate-db
post /test/:thingy
@macros
herschel666-arc-macros-remove-local-routes
@herschel666-arc-macros-remove-local-routes
/populate-db
/test/:thingy
The deployed Arc app will only consist of the HTTP-handlers for get /
and post /api
.
MIT @ Emanuel Kluge
FAQs
Remove selected routes from @architect's Lambda functions before the deployment. A handy solution when you're leveraging HTTP handlers for local scaffolding tasks.
We found that herschel666-arc-macros-remove-local-routes 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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.