
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.
@restorecommerce/facade
Advanced tools
import { createLogger } from '@restorecommerce/logger';
import { createFacade } from '@restorecommerce/facade';
import { exampleModule } from './example-module';
const logger = createLogger(cfg.logger);
const env = process.env.NODE_ENV;
const facade = createFacade({
port: 5000,
logger,
env
}).useModule(exampleModule, { message: 'foo' });
facade.start();
The facade packages and sends upstream all headers as well as the origin address in the GRPC metadata.
The headers are in a JSON serialized format.
Example:
Metadata({
'headers': [
'{"host":"192.168.1.103:5000","user-agent":"Mozilla/5.0 (X11; Linux x86_64; rv:120.0) Gecko/20100101 Firefox/120.0","accept":"*/*","accept-language":"en-US,en;q=0.5","accept-encoding":"gzip, deflate","referer":"http://192.168.1.103:5000/graphql","content-type":"application/json","content-length":"540","origin":"http://192.168.1.103:5000","connection":"keep-alive"}'
],
'origin-ip': [ '192.168.1.103' ]
})
FAQs
Facade for Restorecommerce microservices
The npm package @restorecommerce/facade receives a total of 169 weekly downloads. As such, @restorecommerce/facade popularity was classified as not popular.
We found that @restorecommerce/facade demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 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
/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.