Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
A super-small, non-dependent JavaScript framework that allows you to slice up your HTML in separate files.
A super-small (505 B gzipped), non-dependent JavaScript framework that allows you to slice up your HTML in separate files.
Bower
$ bower install amputee
npm
$ npm install amputee
<html>
<head>
<title>amputee</title>
<meta charset="UTF-8">
<body>
<amputee src="hello.html"></amputee>
<script src="amputee.js"></script>
hello.html
<h1>Hello World</h1>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit…</p>
You can't run the examples via the file://
protocol so you have run it with a server. In this example we are using serve
.
Go to http://localhost:3000/examples.
npm install -g serve
serve .
See the contributing guide
MIT © Johnie Hjelm
FAQs
A super-small, non-dependent JavaScript framework that allows you to slice up your HTML in separate files.
We found that amputee 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.