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.
Command Line Interface for MIP 2.0.
Prerequisites: Node.js (>=8.x), npm version 3+ and Git.
$ npm install -g mip2
创建项目
$ mip2 init [project-name]
Example:
$ mip2 init my-extensions
启动调试服务器,在项目根目录运行
$ mip2 dev
Example:
# 可使用 ——port 指定端口
$ mip2 dev --port 8888
组件和页面校验
$ mip2 validate
Example:
# 组件校验
$ mip2 validate components
$ mip2 validate -c components
# 页面校验
$ mip2 validate -p page.html
构建组件,在项目根目录运行
$ mip2 build
FAQs
CLI for mip 2.0
The npm package mip2 receives a total of 76 weekly downloads. As such, mip2 popularity was classified as not popular.
We found that mip2 demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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.