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
1
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.150 to 0.0.151

yarn.lock

9

components/share/ShareObj.js

@@ -578,2 +578,5 @@ import React, { Component } from 'react';

}
filterList = _.filter(filterList, function (i) {
return typeof (i['disabled']) == 'undefined' || !i['disabled']
})
if (checked) {

@@ -592,5 +595,2 @@ selectList = selectList.concat(filterList)

selectList = Underscore.uniq(selectList, function (i) { return i['id'] })
selectList = _.filter(selectList, function (i) {
return typeof (i['disabled']) == 'undefined' || !i['disabled']
})
this.setState({

@@ -649,2 +649,5 @@ select: selectList,

resData = resp['data']['JMObjs'];
if(Array.isArray(resData)==false){
resData = resData['list'] || [];
}
}

@@ -651,0 +654,0 @@ self.setState({

{
"name": "joywok-business-components",
"version": "0.0.150",
"version": "0.0.151",
"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