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

@egjs/react-flicking

Package Overview
Dependencies
Maintainers
10
Versions
144
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 4.11.3-beta.4 to 4.11.3-beta.5

6

dist/flicking.cjs.js

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

repository: https://github.com/naver/egjs-flicking/tree/master/packages/react-flicking
version: 4.11.3-beta.4
version: 4.11.3-beta.5
*/

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

if (key in flicking && flicking[key] !== props[key]) {
flicking[key] = props[key];
try {
flicking[key] = props[key];
} catch (e) {}
}

@@ -513,0 +515,0 @@ }

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

repository: https://github.com/naver/egjs-flicking/tree/master/packages/react-flicking
version: 4.11.3-beta.4
version: 4.11.3-beta.5
*/

@@ -510,3 +510,5 @@ import * as React from 'react';

if (key in flicking && flicking[key] !== props[key]) {
flicking[key] = props[key];
try {
flicking[key] = props[key];
} catch (e) {}
}

@@ -513,0 +515,0 @@ }

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

repository: https://github.com/naver/egjs-flicking/tree/master/packages/react-flicking
version: 4.11.3-beta.4
version: 4.11.3-beta.5
*/

@@ -508,3 +508,5 @@ (function (global, factory) {

if (key in flicking && flicking[key] !== props[key]) {
flicking[key] = props[key];
try {
flicking[key] = props[key];
} catch (e) {}
}

@@ -511,0 +513,0 @@ }

{
"name": "@egjs/react-flicking",
"version": "4.11.3-beta.4",
"version": "4.11.3-beta.5",
"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

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