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

@graffy/react

Package Overview
Dependencies
Maintainers
1
Versions
226
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graffy/react - npm Package Compare versions

Comparing version 0.13.8 to 0.13.9

2

package.json

@@ -5,3 +5,3 @@ {

"author": "aravind (https://github.com/aravindet)",
"version": "0.13.8",
"version": "0.13.9",
"main": "index.js",

@@ -8,0 +8,0 @@ "source": "src/index.js",

@@ -49,3 +49,3 @@ import React from 'react';

if (once) {
retrieveResult(store.read(query));
retrieveResult(store.read(query), setState);
} else {

@@ -52,0 +52,0 @@ const subscription = store.watch(query);

@@ -204,3 +204,3 @@ "use strict";

if (once) {
retrieveResult(store.read(query));
retrieveResult(store.read(query), setState);
} else {

@@ -207,0 +207,0 @@ var subscription = store.watch(query);

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