Socket
Socket
Sign inDemoInstall

rc-util

Package Overview
Dependencies
0
Maintainers
1
Versions
211
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.1 to 2.0.2

2

lib/createChainedFunction.js

@@ -14,3 +14,3 @@ /**

for (var i = 0; i < args.length; i++) {
if (args[i]) {
if (args[i] && args[i].apply) {
args[i].apply(this, arguments);

@@ -17,0 +17,0 @@ }

{
"name": "rc-util",
"version": "2.0.1",
"version": "2.0.2",
"description": "Common Utils For React Component",

@@ -23,4 +23,3 @@ "keywords": [

"object-assign": "^2.0.0"
},
"buildArgs": "--global react:window.React"
}
},

@@ -34,3 +33,3 @@ "config": {

"start": "node --harmony node_modules/.bin/rc-server",
"publish": "rc-tools run tag && spm publish && spm doc publish",
"publish": "rc-tools run tag && spm publish",
"lint": "rc-tools run lint",

@@ -37,0 +36,0 @@ "test": "",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc