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.2.1 to 0.3.0

dist/hooks/useGetPostQuery.d.ts

2

dist/client.d.ts

@@ -1,4 +0,4 @@

import { ApolloClient, NormalizedCacheObject } from "@apollo/client";
import { ApolloClient, NormalizedCacheObject } from '@apollo/client';
export default function configureClient({ apiKey, }: {
apiKey: string;
}): ApolloClient<NormalizedCacheObject>;

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

import { QueryHookOptions } from "@apollo/client";
import { BiznicheBlogPost } from "../types";
import { QueryHookOptions } from '@apollo/client';
import { BiznicheBlogPost } from '../types';
interface GetFeedQueryOptions {

@@ -4,0 +4,0 @@ limit: number;

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

export { BiznicheProvider } from "./provider";
export * from "./hooks/useGetFeedQuery";
export * from "./types";
export { BiznicheProvider } from './provider';
export * from './hooks/useGetFeedQuery';
export * from './types';

@@ -1,2 +0,2 @@

import { PropsWithChildren } from "react";
import { PropsWithChildren } from 'react';
interface BiznicheProviderProps extends PropsWithChildren {

@@ -3,0 +3,0 @@ apiKey: string;

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

@@ -41,2 +41,4 @@ "license": "MIT",

"eslint-plugin-react-refresh": "^0.4.3",
"husky": "^8.0.3",
"prettier": "^3.0.3",
"typescript": "^5.0.2",

@@ -43,0 +45,0 @@ "vite": "^4.4.5",

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