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

rquery

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rquery - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

2

bower.json
{
"name": "rquery",
"main": "rquery.js",
"version": "3.1.0",
"version": "3.1.1",
"authors": [

@@ -6,0 +6,0 @@ "Andrew Hanna <percyhanna@gmail.com>"

@@ -13,3 +13,3 @@ {

],
"version": "3.1.0",
"version": "3.1.1",
"repository": {

@@ -16,0 +16,0 @@ "type": "git",

@@ -102,3 +102,3 @@ (function (rquery) {

function includeCompositeComponents (component) {
if (component._renderedComponent) {
if (component && component._renderedComponent) {
return [component, component._renderedComponent];

@@ -105,0 +105,0 @@ }

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