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

@egjs/vue-flicking

Package Overview
Dependencies
Maintainers
8
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@egjs/vue-flicking - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

7

dist/flicking.cjs.js

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

repository: https://github.com/naver/egjs-flicking/tree/master/packages/vue-flicking
version: 3.1.0
version: 3.1.1
*/

@@ -350,3 +350,2 @@ 'use strict';

Flicking = __decorate([vuePropertyDecorator.Component({
name: "Flicking",
directives: {

@@ -359,6 +358,6 @@ "children-differ": ChildrenDiffer

var version = "3.1.0";
var version = "3.1.1";
var install = function (Vue) {
Vue.component(Flicking.name, Flicking);
Vue.component("Flicking", Flicking);
};

@@ -365,0 +364,0 @@

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

repository: https://github.com/naver/egjs-flicking/tree/master/packages/vue-flicking
version: 3.1.0
version: 3.1.1
*/

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

Flicking = __decorate([Component({
name: "Flicking",
directives: {

@@ -357,6 +356,6 @@ "children-differ": ChildrenDiffer

var version = "3.1.0";
var version = "3.1.1";
var install = function (Vue) {
Vue.component(Flicking.name, Flicking);
Vue.component("Flicking", Flicking);
};

@@ -363,0 +362,0 @@

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

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

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

@Component({
name: "Flicking",
directives: {

@@ -16,0 +15,0 @@ "children-differ": ChildrenDiffer,

@@ -13,3 +13,3 @@ import { VueConstructor } from "vue";

const install = (Vue: VueConstructor): void => {
Vue.component(Flicking.name, Flicking);
Vue.component("Flicking", Flicking);
};

@@ -16,0 +16,0 @@

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