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

zzc-design-mobile

Package Overview
Dependencies
Maintainers
4
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zzc-design-mobile - npm Package Compare versions

Comparing version 3.8.0 to 3.8.1

4

lib/Calendar/components/CalendarListBox.js

@@ -60,3 +60,3 @@ 'use strict';

// 目标元素进入视口
setTimeText(entry.target.innerText);
setTimeText(entry.target.firstChild.innerText);
} else {

@@ -88,3 +88,3 @@ // 目标元素离开视口

// 监听目标元素
document.querySelectorAll('.zds-calendar-list-box .item .title').forEach(function (item) {
document.querySelectorAll('.zds-calendar-list-box .item').forEach(function (item) {
// console.log(observer)

@@ -91,0 +91,0 @@ observer.observe(item);

{
"name": "zzc-design-mobile",
"name_cn": "租租车主流程UI规范",
"version": "3.8.0",
"version": "3.8.1",
"description": "",

@@ -6,0 +6,0 @@ "main": "./lib/index.js",

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