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.
Source code management utilities for atvise
atscm is a node.js based utility that stores the contents of atvise projects on the file system. This has several benefits to advanced atvise developers:
Prerequisite: Install node.js (version 10 or later)
atscm can be installed via atscm-cli.
Run
npm install --global atscm-cli
to install atscm-cli globally. You may have to run this command as an administrator.
With atscm-cli installed run atscm init
to create a new atscm project.
npm init
Simply run npm init atscm
to create a new atscm project.
Pulling nodes from atvise server
Running atscm pull
will download all nodes from atvise server into the ./src
folder inside your project.
By default only displays, serverside scripts and quickdynamics will be split into their JavaScript and SVG sources. You can specify additional transformers to use in your Project configuration file.
Pushing source files to atvise server
Running atscm push
will update all nodes from the contents of your ./src
folder.
Automatically watching for changes
After running atscm watch
files and atvise server nodes are watched for changes. If a file changes, the file is pushed, if a node changes this node is pulled.
atscm watch
is very useful if you want edit source files in an external editor but still have the ability to use atvise builder's drag and drop functionality.
An atscm project's configuration is stored inside the Atviseproject file inside your project root. See the Atviseproject class reference for available options.
FAQs
Source code management utilities for atvise
The npm package atscm receives a total of 1,110 weekly downloads. As such, atscm popularity was classified as popular.
We found that atscm demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.