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

rest-hooks

Package Overview
Dependencies
Maintainers
3
Versions
328
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rest-hooks - npm Package Compare versions

Comparing version 6.0.0-beta.5 to 6.0.0-beta.6

9

package.json
{
"name": "rest-hooks",
"version": "6.0.0-beta.5",
"version": "6.0.0-beta.6",
"description": "Asynchronous data framework for React",

@@ -106,4 +106,4 @@ "sideEffects": false,

"@babel/runtime": "^7.7.2",
"@rest-hooks/core": "^2.0.0-beta.5",
"@rest-hooks/endpoint": "^2.0.0-beta.1"
"@rest-hooks/core": "^2.0.0-beta.6",
"@rest-hooks/endpoint": "^2.0.0-beta.2"
},

@@ -118,4 +118,3 @@ "peerDependencies": {

}
},
"gitHead": "f06496334033c7e4f9e588156d71f8499b21d70f"
}
}

@@ -9,8 +9,9 @@ # ![๐Ÿ›Œ๐ŸŽฃ Rest hooks](./rest_hooks_logo_and_text.svg?sanitize=true)

Dynamic data at scale. Performance, consistency, typing for REST, proto, GraphQL, websockets and more.
Asynchronous dynamic data at scale. Performance, data integrity, and typing for [REST](https://resthooks.io/docs/rest/usage), proto, [GraphQL](https://resthooks.io/docs/graphql/usage), websockets and more.
<div align="center">
**[๐Ÿ“–Read The Docs](https://resthooks.io)** &nbsp;|&nbsp; [๐ŸGetting Started](https://resthooks.io/docs/getting-started/installation) &nbsp;|&nbsp;
[๐ŸŽฎDemo](https://github.com/Rest-Hooks/todo-example)
**[๐Ÿ“–Read The Docs](https://resthooks.io/docs)** &nbsp;|&nbsp; [๐ŸGetting Started](https://resthooks.io/docs/getting-started/installation) &nbsp;|&nbsp;
[๐ŸŽฎTodo Demo](https://github.com/coinbase/rest-hooks/tree/master/examples/todo-app) &nbsp;|&nbsp;
[๐ŸŽฎGithub Demo](https://github.com/coinbase/rest-hooks/tree/master/examples/github-app)

@@ -23,3 +24,3 @@ </div>

class ArticleResource extends Resource {
readonly id: number | undefined = undefined;
readonly id: string = '';
readonly title: string = '';

@@ -62,3 +63,3 @@ readonly body: string = '';

For the small price of 10kb gziped. &nbsp;&nbsp; [๐ŸGet started now](https://resthooks.io/docs/getting-started/installation)
For the small price of 8kb gziped. &nbsp;&nbsp; [๐ŸGet started now](https://resthooks.io/docs/getting-started/installation)

@@ -69,4 +70,5 @@ ## Features

- [x] ๐Ÿ›Œ React [Suspense](https://resthooks.io/docs/guides/loading-state) support
- [x] โ›“๏ธ React [Concurrent mode](https://reactjs.org/docs/concurrent-mode-patterns.html) compatible
- [x] ๐ŸŽฃ Simple declarative API
- [x] ๐Ÿงต React 18 [Concurrent mode](https://reactjs.org/docs/concurrent-mode-patterns.html) compatible
- [x] ๐ŸŽฃ [Declarative API](https://resthooks.io/docs/getting-started/data-dependency)
- [x] ๐Ÿ“ Composition over configuration
- [x] ๐Ÿ’ฐ Normalized response [configurable](https://resthooks.io/docs/guides/resource-lifetime) caching

@@ -73,0 +75,0 @@ - [x] ๐Ÿ’ฅ Tiny bundle footprint

Sorry, the diff of this file is too big to display

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