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 lightweight javascript library for step-by-step product tours and user onboarding guides
A lightweight javascript library for step-by-step product tours and user onboarding guides
src/
├── tiny-tour.css (uncompressed)
├── tiny-tour.css (compressed)
├── tiny-tour.js (uncompressed)
└── tiny-tour.js (compressed)
NPM
npm install tiny-tour.js
In browser:
<link href="/path/to/tiny-tour.min.css" rel="stylesheet">
<script src="/path/to/tiny-tour.min.js"></script>
<html>
<body>
<div id="target1" style="position:absolute;top:1000px;">
<p> I am the long long long long long long long long long target</p>
</div>
<div id="target2" style="position:absolute;top:300px;">
<p> I am the target</p>
</div>
<div id="target3" style="position:absolute;top:300px;left:400px">
<p> I am the target</p>
</div>
</body>
<script>
const stepList = [];
stepList.push(new Step('target1',`<img width='200px' height='200px' src="image.jpg">`,`Let me show you`))
stepList.push(new Step('target2','Title 2','Description2'))
stepList.push(new Step('target3','Title 3','Description3'))
const tinyTour = new TinyTour(stepList);
</script>
</html>
FAQs
A lightweight javascript library for step-by-step product tours and user onboarding guides
The npm package tiny-tour receives a total of 0 weekly downloads. As such, tiny-tour popularity was classified as not popular.
We found that tiny-tour 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.