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

@maibornwolff/mwui-react

Package Overview
Dependencies
Maintainers
7
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@maibornwolff/mwui-react - npm Package Compare versions

Comparing version 0.1.6 to 0.1.8

2

dist/index.js

@@ -5,3 +5,3 @@ /* eslint-disable */

import { createReactComponent } from './react-component-lib';
import { defineCustomElements } from '@maibornwoff/mwui-stencil/loader';
import { defineCustomElements } from '@maibornwolff/mwui-stencil/loader';
defineCustomElements();

@@ -8,0 +8,0 @@ export const MwAvatar = /*@__PURE__*/ createReactComponent('mw-avatar');

{
"name": "@maibornwolff/mwui-react",
"sideEffects": false,
"version": "0.1.6",
"version": "0.1.8",
"description": "React specific wrapper for mwui",

@@ -14,3 +14,3 @@ "repository": {

"compile": "npm run tsc",
"tsc": "tsc --skipLibCheck -p .",
"tsc": "tsc -p .",
"rollup": "rollup -c"

@@ -37,3 +37,3 @@ },

"dependencies": {
"@maibornwolff/mwui-stencil": "^0.1.5"
"@maibornwolff/mwui-stencil": "^0.1.6"
},

@@ -40,0 +40,0 @@ "peerDependencies": {

@@ -7,7 +7,12 @@ [![npm](https://img.shields.io/npm/v/@maibornwolff/mwui-react?color=blue)](https://www.npmjs.com/package/@maibornwolff/mwui-react)

## Use in React
```bash
npm i @maibornwolff/mwui-stencil
npm i @maibornwolff/mwui-react
```
```JavaScript
import { MWButton } from '@maibornwolff/mwui-react';
```
import '@maibornwolff/mwui-stencil/dist/mwui-stencil/mwui-stencil.css';
```

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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