Socket
Socket
Sign inDemoInstall

alga-news-sdk

Package Overview
Dependencies
2
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.5.0 to 1.5.1

2

dist/hooks/useUsers.d.ts
import { User } from "../interfaces";
export default function useUsers(): {
posts: {
users: {
id: number;

@@ -5,0 +5,0 @@ name: string;

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

return {
posts: users,
users: users,
loading: loading,

@@ -136,0 +136,0 @@ fetchSingleUser: fetchSingleUser,

{
"name": "alga-news-sdk",
"version": "1.5.0",
"version": "1.5.1",
"description": "SDK para aplicações que envolvem API da AlgaNews em React",

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

@@ -56,3 +56,3 @@ import { useState } from "react";

return {
posts: users,
users,
loading,

@@ -59,0 +59,0 @@

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