Socket
Socket
Sign inDemoInstall

react-query

Package Overview
Dependencies
12
Maintainers
1
Versions
489
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.8 to 0.0.9

2

index.js

@@ -451,3 +451,3 @@ var React = require("react");

}
assert(specs.valueType === "string", "Subsitute operator not supported.");
assert(!_.has(specs, "valueType") || specs.valueType === "string", "Subsitute operator not supported.");
if(!_.has(props, specs.name)) {

@@ -454,0 +454,0 @@ return failProps();

{
"name": "react-query",
"version": "0.0.8",
"version": "0.0.9",
"description": "React virtual DOM querying made easy.",

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

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