Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@bizniche/react

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bizniche/react - npm Package Compare versions

Comparing version 0.3.2 to 0.3.3

9

dist/react.js

@@ -1,3 +0,3 @@

import { jsx as s } from "react/jsx-runtime";
import { HttpLink as c, ApolloClient as a, InMemoryCache as d, ApolloProvider as l, gql as i, useQuery as o } from "@apollo/client";
import { jsx as c } from "react/jsx-runtime";
import { HttpLink as s, ApolloClient as a, InMemoryCache as d, ApolloProvider as l, gql as i, useQuery as o } from "@apollo/client";
const p = "https://api.bizniche.co/graphql";

@@ -7,3 +7,3 @@ function y({

}) {
const e = new c({
const e = new s({
uri: p,

@@ -22,3 +22,3 @@ headers: {

children: e
}) => /* @__PURE__ */ s(l, { client: y({ apiKey: t }), children: e }), Q = i`
}) => /* @__PURE__ */ c(l, { client: y({ apiKey: t }), children: e }), Q = i`
query GetFeedQuery {

@@ -56,2 +56,3 @@ getFeedQuery {

description
content
author {

@@ -58,0 +59,0 @@ id

{
"name": "@bizniche/react",
"version": "0.3.2",
"version": "0.3.3",
"author": "Matt Gordon <matt@lemonade.tech>",

@@ -5,0 +5,0 @@ "license": "MIT",

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