Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bounty

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bounty - npm Package Compare versions

Comparing version 1.1.6 to 1.1.7

2

package.json
{
"name": "bounty",
"version": "1.1.6",
"version": "1.1.7",
"description": "SVG odometer effect",

@@ -5,0 +5,0 @@ "main": "lib/bounty.js",

@@ -44,3 +44,3 @@ # bounty

Library is built using **UMD** thus the following usage in **HTML** is possible.
Library is built using UMD thus the following usage in HTML is possible.

@@ -55,2 +55,9 @@ ```html

The UMD build is also available on unpkg:
```html
<script src="https://unpkg.com/bounty@1.1.6/lib/bounty.js"></script>
```
You can find the library on `window.bounty`.
## That's it?

@@ -69,5 +76,6 @@ Yea! That's it. Other options like `font-family` and `font-size` are taken from **computed styles** so you can just style it like the other layers.

There is a work in progress to implement additional features:
* `from` `to` API.
* Full ASCII transition support.
* Control animation.
* [ ] `from` `to` API.
* [ ] Full ASCII transition support.
* [ ] Control animation.
* [ ] Introduce Webcomponents API `<svg-bounty>`

@@ -77,3 +85,3 @@ <p align="center"><img src ="docs/example2.gif"/></p>

## License
The library is available under the MIT license. See the [LICENSE](LICENSE) file for more info.
The library is available under the MIT license. For more info, see the [LICENSE](LICENSE) file.

@@ -80,0 +88,0 @@ [npm-version-image]: https://img.shields.io/npm/v/bounty.svg

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc