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

@brightleaf/react-hooks

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@brightleaf/react-hooks - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

2

lib/use-post.js

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

...fullConfig,
body: JSON.stringify(data)
body: typeof data === 'string' || data instanceof String ? data : JSON.stringify(data)
});

@@ -68,0 +68,0 @@ };

{
"name": "@brightleaf/react-hooks",
"version": "1.2.0",
"version": "1.3.0",
"description": "Useful react hooks",

@@ -5,0 +5,0 @@ "files": [

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