New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

balm-scroll

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

balm-scroll - npm Package Versions

0.6.0

Diff

Changelog

Source

0.6.0 (2020.02.19)

Chores

  • clean core code
  • fix custom event bug for all components
  • update docs

elf-mouse
published 0.5.3 •

Changelog

Source

0.5.3 (2019.10.29)

Bugfix

  • fix touchmove bug

elf-mouse
published 0.5.2 •

Changelog

Source

0.5.2 (2019.10.22)

New Features

  • update pullUp and pullDown actions
    • pullDownAction(refresh: Function)
    • pullUpAction(refresh: Function)
<ui-scroll ref="iScroll" :pullUpAction="pullUpAction"></ui-scroll>
export default {
  methods: {
    firstLoaded() {
      // Update here your DOM

      this.$refs.iScroll.refresh();
    },
    pullUpAction(refresh) {
      // Update here your DOM

      setTimeout(function() {
        refresh();
      }, 0);
    }
  }
};

Breaking Change

  • remove config: refreshTimeout

elf-mouse
published 0.5.1 •

Changelog

Source

0.5.1 (2019.10.21)

New Config

  • add debug: boolean prop for development

Bugfix

  • fix pullUpLabel watch status

elf-mouse
published 0.5.0 •

Changelog

Source

0.5.0 (2019.08.13)

New Config

  • add scrollEnabled: boolean prop for load more data controls

elf-mouse
published 0.4.0 •

Changelog

Source

0.4.0 (2019.07.18)

New Config

  • add excludes: array prop

Bugfix

  • fix transition style bug
  • fix touchmove event bug

elf-mouse
published 0.3.0 •

Changelog

Source

0.3.0 (2019.07.12)

  • demo
elf-mouse
published 0.2.0 •

elf-mouse
published 0.1.0 •

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