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.
@2sic.com/dnn-sxc-angular
Advanced tools
This is a connector for angular 8+ (git | web) for developers using
This connector does
data.query$
to get data with little effort from the serverIt uses observables to make it happen, thereby avoiding timing / async problems common in this scenario.
It's published on npm, so the most common way is to get it using npm with
npm install "@2sic.com/dnn-sxc-angular" --save
. But we recommend that you follow the quick-start guide.
This will now work automatically, because all headers etc. are now automatically added by the system. So just use your normal http-requests and everything works like magic :)
This package contains a Data
object, which provides 3 observable streams
content$
query$
api$
To use them, best check out the tutorial app or simply work through TypeScript intelisense - we documented all the commands.
sxc
InstanceThere is a Context
object which provides these properties as streams (observables). Just inject Context
and access it from there. Note that you almost never need this, as the HttpClient is already configured and ready to go, including the headers it needs.
moduleId$
tabId$
sxc$
FAQs
Connect DNN / DotNetNuke and 2sxc to Angular 6-11 and probably newer as well
We found that @2sic.com/dnn-sxc-angular 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.
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.