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

@contember/react-client

Package Overview
Dependencies
Maintainers
5
Versions
203
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contember/react-client - npm Package Compare versions

Comparing version 0.8.0-alpha.2.1 to 0.8.0-alpha.2.2

7

package.json
{
"name": "@contember/react-client",
"license": "Apache-2.0",
"version": "0.8.0-alpha.2.1",
"version": "0.8.0-alpha.2.2",
"type": "module",

@@ -21,3 +21,3 @@ "sideEffects": false,

"dependencies": {
"@contember/client": "0.8.0-alpha.2.1"
"@contember/client": "0.8.0-alpha.2.2"
},

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

"build:api:prod": "api-extractor run"
}
},
"readme": "# `@contember/react-client`\n\n## Usage\nIf you wish to communicate with any Contember API, wrap your code with the `ContemberClient` component:\n```tsx\nimport { ContemberClient } from '@contember/react-client'\n\n<ContemberClient\n\tapiBaseUrl=\"https://api.example.com\"\n\tproject=\"PROJECT-SLUG\"\n\tsessionToken=\"SESSION-TOKEN\"\n\tstage=\"STAGE-SLUG\"\n>\n ...\n</ContemberClient>\n```\n\n## Notable APIs\nYou'll have to look at the code for now, sorry.\n- `<RichTextRenderer />`\n- `useFileUpload`\n- `useContentApiRequest` / `useTenantApiRequest` / `useSystemApiRequest`\n"
}
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