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

joywok-business-components

Package Overview
Dependencies
Maintainers
6
Versions
202
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

joywok-business-components - npm Package Compare versions

Comparing version 0.0.187 to 0.0.188

2

components/share/BaseShare.js

@@ -233,3 +233,3 @@ import React, { Component } from 'react';

// key: generateMixed(16),
label: i.show_name || i.name ||'',
label: i.show_name || i.name ||' ', //禁止删除后面空格 当传来数据错误时进行容错处理
type: i.type,

@@ -236,0 +236,0 @@ name: i.name||'',

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

// key: generateMixed(16),
label: i.show_name || i.name || '',
label: i.show_name || i.name || ' ', //禁止删除后面空格 当传来数据错误时进行容错处理
type: i.type,

@@ -386,0 +386,0 @@ name: i.name || '',

{
"name": "joywok-business-components",
"version": "0.0.187",
"version": "0.0.188",
"description": "",

@@ -5,0 +5,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