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

@rmwc/provider

Package Overview
Dependencies
Maintainers
1
Versions
165
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rmwc/provider - npm Package Compare versions

Comparing version 1.10.1-alpha.0 to 2.0.0-alpha.0

docgen.json

4

package.json
{
"name": "@rmwc/provider",
"version": "1.10.1-alpha.0",
"version": "2.0.0-alpha.0",
"description": "RMWC Provider component",

@@ -23,3 +23,3 @@ "main": "index.js",

},
"homepage": "https://github.com/jamesmfriedman/rmwc/tree/master/src/Provider#readme",
"homepage": "https://github.com/jamesmfriedman/rmwc/tree/master/src/provider#readme",
"peerDependencies": {

@@ -26,0 +26,0 @@ "react": "^15.x.x || ^16.x.x",

@@ -5,3 +5,3 @@ # RMWC Provider

- import from **rmwc/Provider**
- import * from **'@rmwc/provider'**;

@@ -14,3 +14,3 @@ You can wrap your top level App component with RMWC provider to set global configuration options. Just pass the options in as props.

import App from './App'; // your main app component
import { RMWCProvider } from 'rmwc/Provider';
import { RMWCProvider } from '@rmwc/provider';

@@ -27,5 +27,6 @@ // This example disables the button ripple effect by default

```jsx renderOnly
import { DocumentComponent } from 'rmwc/Base/utils/DocumentComponent';
import { DocumentComponent } from '@rmwc/base/utils/DocumentComponent';
import * as docs from './docgen.json';
<DocumentComponent displayName="RMWCProvider" />
<DocumentComponent docs={docs} displayName="RMWCProvider" />
```
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