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

@egjs/react-flicking

Package Overview
Dependencies
Maintainers
8
Versions
139
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@egjs/react-flicking - npm Package Compare versions

Comparing version 3.1.3 to 3.1.4

yarn.lock

0

declaration/Clone.d.ts

@@ -0,0 +0,0 @@ import { Component } from "react";

import { FlickingProps } from "./types";
export declare const FLICKING_PROPS: FlickingProps;

@@ -0,0 +0,0 @@ import { FlickingOptions } from "@egjs/flicking";

import Flicking from "./Flicking";
export default Flicking;
export * from "./types";

@@ -0,0 +0,0 @@ /// <reference types="react" />

6

dist/flicking.cjs.js

@@ -7,3 +7,3 @@ /*

repository: https://github.com/naver/egjs-flicking/tree/master/packages/react-flicking
version: 3.1.3
version: 3.1.4
*/

@@ -242,6 +242,6 @@ 'use strict';

this.addPlugins(added.map(function (index) {
this.flicking.addPlugins(added.map(function (index) {
return list[index];
}));
this.removePlugins(removed.map(function (index) {
this.flicking.removePlugins(removed.map(function (index) {
return prevList[index];

@@ -248,0 +248,0 @@ }));

@@ -7,3 +7,3 @@ /*

repository: https://github.com/naver/egjs-flicking/tree/master/packages/react-flicking
version: 3.1.3
version: 3.1.4
*/

@@ -240,6 +240,6 @@ import NativeFlicking, { DEFAULT_OPTIONS, withFlickingMethods } from '@egjs/flicking';

this.addPlugins(added.map(function (index) {
this.flicking.addPlugins(added.map(function (index) {
return list[index];
}));
this.removePlugins(removed.map(function (index) {
this.flicking.removePlugins(removed.map(function (index) {
return prevList[index];

@@ -246,0 +246,0 @@ }));

{
"name": "@egjs/react-flicking",
"version": "3.1.3",
"version": "3.1.4",
"description": "Everyday 30 million people experience. It's reliable, flexible and extendable carousel.",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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