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

@cross-virtual-list/mp-wx

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cross-virtual-list/mp-wx - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

1

dist/full/common.js

@@ -653,3 +653,2 @@ import { s as selectBoundingClientRect, M as MpComponentMixin, n as nextTick } from './vender.js';

if (retryCount <= 0) {
const err = new Error(`无法找到元素${selector}进而获取其boundingClientRect`);
return reject(err);

@@ -656,0 +655,0 @@ }

3

dist/npm/common.js
import { MpComponentMixin } from 'typescript-mp-component';
import { s as selectBoundingClientRect, n as nextTick } from './vender.js';
import { selectBoundingClientRect, nextTick } from 'cross-mp-power';

@@ -20,3 +20,2 @@ /** 创建一个唯一的uuid */

if (retryCount <= 0) {
const err = new Error(`无法找到元素${selector}进而获取其boundingClientRect`);
return reject(err);

@@ -23,0 +22,0 @@ }

import { DynamicSizeVirtualList } from '@cross-virtual-list/core';
import { toMpComponentConfig, MpComponent } from 'typescript-mp-component';
import { M as MpVirtualListComponentMixin, g as getBoundingClientRect } from '../../common.js';
import { a as selectAllBoundingClientRect } from '../../vender.js';
import { selectAllBoundingClientRect } from 'cross-mp-power';

@@ -6,0 +6,0 @@ class MpDynamicSizeVirtualListComponent extends MpComponent {

import { RegularSizeVirtualList } from '@cross-virtual-list/core';
import { toMpComponentConfig, MpComponent } from 'typescript-mp-component';
import { M as MpVirtualListComponentMixin } from '../../common.js';
import '../../vender.js';
import 'cross-mp-power';

@@ -6,0 +6,0 @@ class MpRegularSizeVirtualListComponent extends MpComponent {

{
"name": "@cross-virtual-list/mp-wx",
"version": "0.2.1",
"version": "0.2.2",
"description": "适用于微信小程序的虚拟列表组件,支持横向/竖向滚动,支持列表项尺寸可变/不变等功能。",

@@ -13,6 +13,6 @@ "access": "public",

"typescript-mp-component": "0.1.1",
"@cross-virtual-list/core": "0.2.1"
"@cross-virtual-list/core": "0.2.2"
},
"devDependencies": {
"@cross-virtual-list/types": "0.2.1"
"@cross-virtual-list/types": "0.2.2"
},

@@ -19,0 +19,0 @@ "repository": {

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