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

@egjs/flicking

Package Overview
Dependencies
Maintainers
0
Versions
151
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.12.0-beta.0 to 4.12.0-beta.1

declaration/CrossFlicking.d.ts

4

declaration/const/external.d.ts

@@ -49,1 +49,5 @@ export { CODE as ERROR_CODE } from "./error";

};
export declare const MOVE_DIRECTION: {
readonly HORIZONTAL: "horizontal";
readonly VERTICAL: "vertical";
};
import Flicking from "./Flicking";
import type { FlickingOptions, FlickingEvents } from "./Flicking";
export * from "./CrossFlicking";
export * from "./core";

@@ -4,0 +5,0 @@ export * from "./camera";

2

package.json
{
"name": "@egjs/flicking",
"version": "4.12.0-beta.0",
"version": "4.12.0-beta.1",
"description": "Everyday 30 million people experience. It's reliable, flexible and extendable carousel.",

@@ -5,0 +5,0 @@ "main": "dist/flicking.cjs.js",

@@ -125,1 +125,13 @@ /*

} as const;
/**
* An object that contains the direction that {@link Flicking} is moving
* @ko {@link Flicking}이 움직이는 방향을 담고 있는 객체
* @type {object}
* @property {"horizontal"} HORIZONTAL horizontal<ko>수평 방향</ko>
* @property {"vertical"} VERTICAL vertical<ko>수직 방향</ko>
*/
export const MOVE_DIRECTION = {
HORIZONTAL: "horizontal",
VERTICAL: "vertical"
} as const;

@@ -8,2 +8,4 @@ /*

export * from "./CrossFlicking";
export * from "./core";

@@ -10,0 +12,0 @@ export * from "./camera";

@@ -6,2 +6,3 @@ /*

import Flicking from "./Flicking";
import * as CrossFlicking from "./CrossFlicking";
import * as Core from "./core";

@@ -23,3 +24,4 @@ import * as Camera from "./camera";

merge(Flicking, Utils);
merge(Flicking, CrossFlicking);
export default Flicking;

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

Sorry, the diff of this file is not supported yet

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