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

vue-countup-full

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-countup-full - npm Package Compare versions

Comparing version 1.0.9 to 1.0.10

2

package.json
{
"name": "vue-countup-full",
"version": "1.0.9",
"version": "1.0.10",
"description": "> It's a vue component that will count to a target number with support english and arabic numbers",

@@ -5,0 +5,0 @@ "main": "./src/index.js",

@@ -5,4 +5,4 @@ # vue-countup-full

vue-countup-full is a dependency-free, lightweight vue component that can be overwrited easingFn by yourself.
You can set startVal and endVal ,it will automatic judge count up or count down.
vue-countup-full is a dependency-free, lightweight vue component that can be overwrited easing by yourself.
You can set value and count step ,it will automatic count up with your step :D
It is support vue-ssr.

@@ -24,3 +24,3 @@

<script>
import countUp from 'vue-countup';
import countUp from 'vue-countup-full';
export default {

@@ -27,0 +27,0 @@ components: { countUp },

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