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.0.0-beta to 3.0.0-beta2

16

dist/flicking.cjs.js
/*
Copyright (c) 2015-present NAVER Corp.
name: react-flicking
license: undefined
name: @egjs/react-flicking
license: MIT
author: NAVER Corp.
repository: https://github.com/naver/egjs-flicking
version: 3.0.0-beta
repository: https://github.com/naver/egjs-flicking/tree/master/packages/react-flicking
version: 3.0.0-beta2
*/

@@ -120,3 +120,5 @@ 'use strict';

};
_this.options = __assign({}, NativeFlicking.DEFAULT_OPTIONS); // differ
_this.options = __assign({}, NativeFlicking.DEFAULT_OPTIONS, {
renderExternal: true
}); // differ

@@ -214,3 +216,5 @@ _this.pluginsDiffer = new ListDiffer();

__proto.componentWillUnmount = function () {
this.destroy();
this.destroy({
preserveUI: true
});
}; // private

@@ -217,0 +221,0 @@

/*
Copyright (c) 2015-present NAVER Corp.
name: react-flicking
license: undefined
name: @egjs/react-flicking
license: MIT
author: NAVER Corp.
repository: https://github.com/naver/egjs-flicking
version: 3.0.0-beta
repository: https://github.com/naver/egjs-flicking/tree/master/packages/react-flicking
version: 3.0.0-beta2
*/

@@ -118,3 +118,5 @@ import NativeFlicking, { DEFAULT_OPTIONS, withFlickingMethods } from '@egjs/flicking';

};
_this.options = __assign({}, DEFAULT_OPTIONS); // differ
_this.options = __assign({}, DEFAULT_OPTIONS, {
renderExternal: true
}); // differ

@@ -212,3 +214,5 @@ _this.pluginsDiffer = new ListDiffer();

__proto.componentWillUnmount = function () {
this.destroy();
this.destroy({
preserveUI: true
});
}; // private

@@ -215,0 +219,0 @@

{
"name": "@egjs/react-flicking",
"version": "3.0.0-beta",
"version": "3.0.0-beta2",
"description": "A module used to implement flicking interactions. With this module, you can make flicking gestures, which are ways to navigate left and right to move between panels arranged side by side.",
"main": "dist/flicking.cjs.js",
"module": "dist/flicking.esm.js",
"sideEffects": false,
"es2015": "dist/flicking.esm.js",
"types": "declaration/index.d.ts",
"main": "dist/flicking.cjs.js",
"module": "dist/flicking.esm.js",
"sideEffects": false,
"es2015": "dist/flicking.esm.js",
"types": "declaration/index.d.ts",
"dependencies": {
"@egjs/flicking": "^3.1.1",
"@egjs/flicking": "^3.2.0",
"@egjs/list-differ": "^0.0.1",
"@egjs/react-children-differ": "^0.0.2"

@@ -30,3 +31,3 @@ },

"type": "git",
"url": "https://github.com/naver/egjs-flicking"
"url": "https://github.com/naver/egjs-flicking/tree/master/packages/react-flicking"
},

@@ -39,3 +40,3 @@ "author": {

},
"homepage": "https://github.com/naver/egjs-flicking",
"homepage": "https://naver.github.io/egjs-flicking",
"bugs": {

@@ -42,0 +43,0 @@ "url": "https://github.com/naver/egjs-flicking/issues"

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