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

@egjs/svelte-conveyer

Package Overview
Dependencies
Maintainers
9
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@egjs/svelte-conveyer - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

CHANGELOG.md

2

dist/conveyer.cjs.js

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

repository: https://github.com/naver/egjs-conveyer
version: 1.2.0
version: 1.3.0
*/

@@ -10,0 +10,0 @@ 'use strict';

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

repository: https://github.com/naver/egjs-conveyer
version: 1.2.0
version: 1.3.0
*/

@@ -10,0 +10,0 @@ import { withReactiveMethods, camelize, REACTIVE_CONVEYER } from '@egjs/conveyer';

{
"name": "@egjs/svelte-conveyer",
"version": "1.2.0",
"version": "1.3.0",
"description": "Svelte Conveyer adds Drag gestures to your Native Scroll.",

@@ -67,4 +67,4 @@ "sideEffects": false,

"dependencies": {
"@egjs/conveyer": "~1.2.0"
"@egjs/conveyer": "~1.3.0"
}
}

@@ -65,3 +65,3 @@ import { withReactiveMethods, ReactiveSubscribe, ReactiveAdapter, camelize } from "@egjs/conveyer";

const events = reactiveEvents.reduce((result, name) => {
result[camelize(`on ${name}`)] = (callback: (...args: any[]) => void) => {
result[camelize(`on ${name as any}`)] = (callback: (...args: any[]) => void) => {
onMount(() => {

@@ -68,0 +68,0 @@ reactiveProps.on && reactiveProps.on(instanceRef.current!, name as any, callback as any);

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