
Security News
Feross on TBPN: How North Korea Hijacked Axios
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.
replace-api-path
Advanced tools
npm i replace-api-path --save-dev./node_modules/.bin/replace-path到faas命令./node_modules/.bin/replace-path s=source-path d=dist-path
s url-map文件的路径 可选 默认为 '/config/urls.js'
d shell脚本生成目录 可选 默认为 '/dist'
const URL_MAP = {
alpha: {
SSO: 'alpha-sso',
API_PREFIX: 'alpha-httpizza'
},
beta: {
SSO: 'beta-sso',
API_PREFIX: 'beta-httpizza'
},
prod: {
SSO: 'prod-sso',
API_PREFIX: 'prod-httpizza'
}
}
const CURRENT_ENV = 'alpha'
const SSO = URL_MAP[CURRENT_ENV].SSO
const API_PREFIX = URL_MAP[CURRENT_ENV].API_PREFIX
module.exports = { SSO, API_PREFIX, URL_MAP }
URL_MAP中的prod对应的是production环境,其余的对应faas的测试环境
FAQs
根据定义好的url生成一份修改打包文件路径的shell脚本
The npm package replace-api-path receives a total of 0 weekly downloads. As such, replace-api-path popularity was classified as not popular.
We found that replace-api-path demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.

Security News
OpenSSF has issued a high-severity advisory warning open source developers of an active Slack-based campaign using impersonation to deliver malware.

Research
/Security News
Malicious packages published to npm, PyPI, Go Modules, crates.io, and Packagist impersonate developer tooling to fetch staged malware, steal credentials and wallets, and enable remote access.