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

@cerbos/http

Package Overview
Dependencies
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cerbos/http - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

4

package.json
{
"name": "@cerbos/http",
"version": "0.5.0",
"version": "0.5.1",
"description": "Client library for interacting with the Cerbos policy decision point over HTTP from browser-based applications",

@@ -29,4 +29,4 @@ "repository": {

"dependencies": {
"@cerbos/core": "^0.5.0"
"@cerbos/core": "^0.5.1"
}
}

@@ -10,3 +10,3 @@ # @cerbos/http

You can use it in server-side Node.js applications, but the [gRPC client](/packages/grpc/README.md) might be more appropriate.
You can use it in server-side Node.js applications, but the [gRPC client](../grpc/README.md) might be more appropriate.

@@ -49,7 +49,7 @@ - For Node.js up to 17.4, you'll need [a polyfill](https://www.npmjs.com/package/cross-fetch) to make `fetch` happen.

For more details, [see the `HTTP` class documentation](/docs/http.http.md).
For more details, [see the `HTTP` class documentation](../../docs/http.http.md).
## Further reading
- [API reference](/docs/http.md)
- [API reference](../../docs/http.md)
- [Cerbos documentation](https://docs.cerbos.dev)

@@ -56,0 +56,0 @@

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