Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Intact作为一个可继承,并且拥有强逻辑模板的前端MVVM框架,有着如下特色:
请通过npm
、bower
或者直接到github上下载源码包。其中
dist/intact.js
为UMD方式打包的文件,直接通过script引入会暴露全局变量Intact
。
<script src="/path/to/intact.js"></script>
<!-- 或者通过cdn -->
<script src="//unpkg.com/intact"></script>
在大型项目中,一般都会使用webpack构建,通过npm包管理器来管理项目依赖。
npm install intact --save
var App = Intact.extend({
defaults: {
name: 'Intact'
},
template: '<div>Hello {self.get("name")}!</div>'
});
通过Intact.mount
方法,可以将该组件挂载到指定元素下。
window.app = Intact.mount(App, document.getElementById('app'));
MIT
FAQs
A very lightweight data-binding library to create rich web application
The npm package intact receives a total of 108 weekly downloads. As such, intact popularity was classified as not popular.
We found that intact demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.