![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Current version: 0.0.6
A coffeescript, npm-ready version of the spark shell script. See spark documentation for details how to use.
Check out the:
Command-line:
npm install clark -g
clark 1 2 3
or clark 1,2,3
Clark ships with exports for CommonJS, AMD, and browser globals.
Command-line Usage
clark 1 2 3 4 5
output: ▁▂▄▆█
echo 1 2 3 4 5 | xargs clark
output: ▁▂▄▆█
clark 1,2,3,4,5
output: ▁▂▄▆█
Node Usage
var clark = require('clark');
console.log(clark([1,2,3]));
Browser Usage
<script src="src/clark.js"></script>
<script>
console.log(clark([1,2,3]));
</script>
Check out the spark page for some neat things to do.
Also available as a hubot script.
v0.0.6 breaking: change export to return a function instead of and object
FAQs
ASCII sparklines in coffeescript. Based on 'spark' for shell.
The npm package clark receives a total of 284 weekly downloads. As such, clark popularity was classified as not popular.
We found that clark 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.