
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
@viewar/api-plugin-intelligentgraphics
Advanced tools
Plugin for [viewar-api](https://www.npmjs.com/package/viewar-api) to import 3d scenes from [intelligentgraphics](https://www.intelligentgraphics.biz/) into the ViewAR system.
Plugin for viewar-api to import 3d scenes from intelligentgraphics into the ViewAR system.
For more information about ViewAR, visit our developer portal at portal.viewar.com, or our website.
import viewarApi from 'viewar-api';
import { IntelligentgraphicsPlugin } from '@viewar/api-plugin-intelligentgraphics';
async function loadPlugin() {
// Initialize ViewAR API (needs to be done only once per app start).
await viewarApi.init();
// Register plugin for intelligent graphics model import.
const plugin = await viewarApi.plugins.register('intelligent graphics plugin', IntelligentgraphicsPlugin, {
igxr: 'moemax',
icomServer: 'https://dev2.viewar.com/proxy2.php?url=https://moemax-ar.moemax.com'
});
// Models from the plugin are added to the model manager and can be retrieved like every other model.
const modelId = "123lkasdf3";
const model = viewarApi.modelManager.findModelById(modelId);
// Insert model instance in the same way as a default model.
const instance = await viewarApi.sceneManager.insertModel(model);
console.log('Current property values', instance.propertyValues);
console.log('List of properties', instance.properties);
// Update model properties in the same way as a default model.
await instance.setPropertyValues({"Wood": "152"});
}
FAQs
Plugin for [viewar-api](https://www.npmjs.com/package/viewar-api) to import 3d scenes from [intelligentgraphics](https://www.intelligentgraphics.biz/) into the ViewAR system.
The npm package @viewar/api-plugin-intelligentgraphics receives a total of 0 weekly downloads. As such, @viewar/api-plugin-intelligentgraphics popularity was classified as not popular.
We found that @viewar/api-plugin-intelligentgraphics demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 8 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
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.