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

@actbase/react-absolute

Package Overview
Dependencies
Maintainers
3
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@actbase/react-absolute - npm Package Compare versions

Comparing version 0.8.0 to 0.8.2

2

package.json
{
"name": "@actbase/react-absolute",
"version": "0.8.0",
"version": "0.8.2",
"description": "React or React native Absolute provider",

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

@@ -8,2 +8,3 @@ # react-absolute

- [Preconfig for using.](#preconfig-for-using)
- [Usage](#usage)
- [Interfaces & methods](#interfaces--methods)

@@ -58,3 +59,3 @@ - [Contact us](#contact-us)

export App;
```∏
```
### Usage

@@ -66,6 +67,7 @@

const SomeComponent = ()=>{
const SomeComponent = ({})=>{
if( condition ) return null;
return (
<Absolute style={{}} isVisible>
<Absolute style={{}}>
</Absolute>

@@ -93,5 +95,4 @@ )

- props of Absolute.Provider
- - Methods
- add
- remove
- Methods
- add

@@ -98,0 +99,0 @@ # Contact us

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