
Research
Shai-Hulud Descends to Hades: Miasma Worm Campaign Spreads with New PyPI Wave
Socket found 37 malicious PyPI wheels that abuse Python startup hooks to launch a Bun-powered credential stealer tied to Mini Shai-Hulud/Miasma.
jssk-member
Advanced tools
数科框架后台管理页面,基于 VUE CLI3 脚手架项目;包含会员,人脸,凭证等。
npm install
npm run serve
npm run build
npm run lint
npm run lib&&npm publish
npm publish --registry https://registry.npmjs.org
yarn add jssk-member
import Vue from 'vue'
import App from './App.vue'
import router from './router'
import routes from './router/routes'
import store from './store'
import jsskSys from "jssk-member"//本项目npm包
import "jssk-member/lib/jssk-member.css"
//因项目需要elementui,需导入
import ElementUI from 'element-ui';
import 'element-ui/lib/theme-chalk/index.css';
Vue.config.productionTip = false
Vue.use(ElementUI)
Vue.use(jsskSys, { router, store, baseUrl: "接口请求地址前缀",_busType:"campus" })//_busType说明:校园为campus,景区为scenic
new Vue({
router,
store,
render: h => h(App)
}).$mount('#app')
export default [
{
name: "xxxxx",
path: '/xxx/xxxx',
component: () => import( /* webpackChunkName: "xxxx" */ `@/views/xx/xxxx`),
meta: {
}
}
]
import jsskSys from "jssk-member";
export default new Vuex.Store({
modules: jsskSys.storeModules
})
export default {
storeModules: modules,//src/store/modules,用于vuex.Store
routes: myRoutes//src/router/routes,路由列表
}
//src/components:VUE全局组件注册,不包含子目录
FAQs
基于vue的框架封装,系统中心模块
We found that jssk-member 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.

Research
Socket found 37 malicious PyPI wheels that abuse Python startup hooks to launch a Bun-powered credential stealer tied to Mini Shai-Hulud/Miasma.

Security News
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.