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-alpha.4 to 3.0.0-alpha.5

4

dist/components.d.ts

@@ -218,6 +218,6 @@ interface Components {

};
MoveableArea: {
MovableArea: {
'scale-area': string;
};
MoveableView: {
MovableView: {
direction: string;

@@ -224,0 +224,0 @@ inertia: string;

@@ -364,6 +364,6 @@ 'use strict';

};
var MoveableArea = {
var MovableArea = {
'scale-area': 'false'
};
var MoveableView = {
var MovableView = {
direction: 'none',

@@ -661,4 +661,4 @@ inertia: 'false',

CoverView: CoverView,
MoveableArea: MoveableArea,
MoveableView: MoveableView,
MovableArea: MovableArea,
MovableView: MovableView,
ScrollView: ScrollView,

@@ -665,0 +665,0 @@ Swiper: Swiper,

@@ -344,6 +344,6 @@ function isString(o) {

};
const MoveableArea = {
const MovableArea = {
'scale-area': 'false'
};
const MoveableView = {
const MovableView = {
direction: 'none',

@@ -639,4 +639,4 @@ inertia: 'false',

CoverView,
MoveableArea,
MoveableView,
MovableArea,
MovableView,
ScrollView,

@@ -643,0 +643,0 @@ Swiper,

@@ -20,7 +20,7 @@ {

},
"version": "3.0.0-alpha.4",
"version": "3.0.0-alpha.5",
"publishConfig": {
"access": "public"
},
"gitHead": "a94032d502c396f4d5d5421cd5f7d1f4170c516b"
"gitHead": "730c1bb119a57302c44a2f9fc6ebf861f92f62bb"
}

@@ -296,7 +296,7 @@ import { Shortcuts } from './shortcuts'

const MoveableArea = {
const MovableArea = {
'scale-area': 'false'
}
const MoveableView = {
const MovableView = {
direction: 'none',

@@ -619,4 +619,4 @@ inertia: 'false',

CoverView,
MoveableArea,
MoveableView,
MovableArea,
MovableView,
ScrollView,

@@ -623,0 +623,0 @@ Swiper,

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