
Security News
TypeScript is Porting Its Compiler to Go for 10x Faster Builds
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
gov-api-package
Advanced tools
政务能力扩展库(gov-api-package)是对外提供api能力的扩展库,方便外部小程序快速接入内部能力,前端提供的npm包对内部接口做一层封装,主要提供api能力,没有样式
政务能力扩展库(gov-api-package)是对外提供api能力的扩展库,方便外部小程序快速接入内部能力,前端提供的npm包对内部接口做一层封装,主要提供api能力,没有样式
基本目录结构
├── babel.config.js
├── ci.yml
├── package.json
├── README.md
├── scripts
│ ├── build.js 全局编译逻辑,(压缩、混淆)构建到dist文件夹下
│ └── build.sh
└── src
└── module name1 每个组件基本目录结构 以 `gov-` 开头
├── README.md
├── dist
├── package.json
├── scripts/configs.js 编译配置,如没有特殊配置可没有
├── src
└──.npmignore 豁免不需要发布的文件
├── module name2
├── module name3
└── ...
执行编译命令在各lib子包中会生成dist/index.js文件,js会被压缩和混淆
FAQs
政务能力扩展库(gov-api-package)是对外提供api能力的扩展库,方便外部小程序快速接入内部能力,前端提供的npm包对内部接口做一层封装,主要提供api能力,没有样式
The npm package gov-api-package receives a total of 0 weekly downloads. As such, gov-api-package popularity was classified as not popular.
We found that gov-api-package 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
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.