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

@tarojs/shared

Package Overview
Dependencies
Maintainers
2
Versions
649
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tarojs/shared - npm Package Compare versions

Comparing version 3.0.0-rc.4 to 3.0.0-rc.5

5

dist/components.d.ts

@@ -304,2 +304,7 @@ interface Components {

Swiper: {
bindTouchStart: string;
bindTouchMove: string;
bindTouchEnd: string;
bindTouchCancel: string;
bindLongTap: string;
'indicator-dots': string;

@@ -306,0 +311,0 @@ 'indicator-color': string;

20

dist/index.js

@@ -361,21 +361,3 @@ 'use strict';

}
var Swiper = {
'indicator-dots': 'false',
'indicator-color': singleQuote('rgba(0, 0, 0, .3)'),
'indicator-active-color': singleQuote('#000000'),
autoplay: 'false',
current: '0',
interval: '5000',
duration: '500',
circular: 'false',
vertical: 'false',
'previous-margin': '\'0px\'',
'next-margin': '\'0px\'',
'display-multiple-items': '1',
'skip-hidden-item-layout': 'false',
'easing-function': singleQuote('default'),
bindChange: '',
bindTransition: '',
bindAnimationFinish: ''
};
var Swiper = Object.assign({ 'indicator-dots': 'false', 'indicator-color': singleQuote('rgba(0, 0, 0, .3)'), 'indicator-active-color': singleQuote('#000000'), autoplay: 'false', current: '0', interval: '5000', duration: '500', circular: 'false', vertical: 'false', 'previous-margin': '\'0px\'', 'next-margin': '\'0px\'', 'display-multiple-items': '1', 'skip-hidden-item-layout': 'false', 'easing-function': singleQuote('default'), bindChange: '', bindTransition: '', bindAnimationFinish: '' }, touchEvents);
var SwiperItem = {

@@ -382,0 +364,0 @@ 'item-id': ''

@@ -341,21 +341,3 @@ function isString(o) {

}
const Swiper = {
'indicator-dots': 'false',
'indicator-color': singleQuote('rgba(0, 0, 0, .3)'),
'indicator-active-color': singleQuote('#000000'),
autoplay: 'false',
current: '0',
interval: '5000',
duration: '500',
circular: 'false',
vertical: 'false',
'previous-margin': '\'0px\'',
'next-margin': '\'0px\'',
'display-multiple-items': '1',
'skip-hidden-item-layout': 'false',
'easing-function': singleQuote('default'),
bindChange: '',
bindTransition: '',
bindAnimationFinish: ''
};
const Swiper = Object.assign({ 'indicator-dots': 'false', 'indicator-color': singleQuote('rgba(0, 0, 0, .3)'), 'indicator-active-color': singleQuote('#000000'), autoplay: 'false', current: '0', interval: '5000', duration: '500', circular: 'false', vertical: 'false', 'previous-margin': '\'0px\'', 'next-margin': '\'0px\'', 'display-multiple-items': '1', 'skip-hidden-item-layout': 'false', 'easing-function': singleQuote('default'), bindChange: '', bindTransition: '', bindAnimationFinish: '' }, touchEvents);
const SwiperItem = {

@@ -362,0 +344,0 @@ 'item-id': ''

{
"name": "@tarojs/shared",
"version": "3.0.0-rc.4",
"version": "3.0.0-rc.5",
"description": "> TODO: description",

@@ -27,3 +27,3 @@ "author": "yuche <i@yuche.me>",

},
"gitHead": "68d9420d93a4d9df24f33b3e17c5beb78cf8df1d"
"gitHead": "568103a7e4d3d96a67ed80ed387456df81f30a10"
}

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