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
5
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.152 to 0.0.153

7

components/share/ShareObj.js

@@ -604,2 +604,9 @@ import React, { Component } from 'react';

}
if(Array.isArray(this.state.select)&&this.state.select.length>0){
_.each(this.state.select,(item)=>{
if(item.disabled&&(item.disabled==true || item.disabled=='disabled')){
list.push(item);
}
})
}
this.setState({

@@ -606,0 +613,0 @@ select: list

2

package.json
{
"name": "joywok-business-components",
"version": "0.0.152",
"version": "0.0.153",
"description": "",

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

Sorry, the diff of this file is too big to display

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