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

@egjs/flicking

Package Overview
Dependencies
Maintainers
9
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@egjs/flicking - npm Package Compare versions

Comparing version 4.9.1 to 4.9.2

1

declaration/control/AxesController.d.ts

@@ -30,2 +30,3 @@ import Axes, { OnRelease } from "@egjs/axes";

disable(): this;
release(): this;
update(controlParams: ControlParams): this;

@@ -32,0 +33,0 @@ addPreventClickHandler(): this;

@@ -22,2 +22,3 @@ import { OnRelease } from "@egjs/axes";

disable(): this;
release(): this;
updatePosition(progressInPanel: number): void;

@@ -24,0 +25,0 @@ updateInput(): this;

4

package.json
{
"name": "@egjs/flicking",
"version": "4.9.1",
"version": "4.9.2",
"description": "Everyday 30 million people experience. It's reliable, flexible and extendable carousel.",

@@ -139,3 +139,3 @@ "main": "dist/flicking.js",

"dependencies": {
"@egjs/axes": "^3.4.0",
"@egjs/axes": "^3.6.0",
"@egjs/component": "^3.0.1",

@@ -142,0 +142,0 @@ "@egjs/imready": "^1.1.3",

@@ -206,2 +206,14 @@ /*

/**
* Releases ongoing user input (mouse/touch)
* @ko 사용자의 현재 입력(마우스/터치)를 중단시킵니다
* @chainable
* @return {this}
*/
public release(): this {
this._panInput?.release();
return this;
}
/**
* Update {@link https://naver.github.io/egjs-axes/ @egjs/axes}'s state

@@ -208,0 +220,0 @@ * @ko {@link https://naver.github.io/egjs-axes/ @egjs/axes}의 상태를 갱신합니다

@@ -165,2 +165,14 @@ /*

/**
* Releases ongoing user input (mouse/touch)
* @ko 사용자의 현재 입력(마우스/터치)를 중단시킵니다
* @chainable
* @return {this}
*/
public release(): this {
this._controller.release();
return this;
}
/**
* Update position after resizing

@@ -167,0 +179,0 @@ * @ko resize 이후에 position을 업데이트합니다

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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