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

maker-ui

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

maker-ui - npm Package Compare versions

Comparing version 1.0.0-beta.13 to 1.0.0

8

package.json
{
"name": "maker-ui",
"description": "The fastest way to build themeable, responsive layouts in React",
"version": "1.0.0-beta.13",
"version": "1.0.0",
"license": "MIT",

@@ -22,5 +22,5 @@ "author": "Mike Darche <mike@newcreative.io>",

"dependencies": {
"@maker-ui/css": "1.0.0-beta.13",
"@maker-ui/layout": "1.0.0-beta.13",
"@maker-ui/primitives": "1.0.0-beta.13",
"@maker-ui/css": "1.0.0",
"@maker-ui/layout": "1.0.0",
"@maker-ui/primitives": "1.0.0",
"tslib": "^2.0.0"

@@ -27,0 +27,0 @@ },

@@ -47,3 +47,3 @@ # Maker UI

// basic layout component usage
import * as React from 'react';
import * as React from 'react'
import {

@@ -58,6 +58,6 @@ Layout,

Footer,
} from 'maker-ui';
} from 'maker-ui'
import { options, menu } from './config'; // your custom configurations
import Logo from './Logo'; // your logo component
import { options, menu } from './config' // your custom configurations
import Logo from './Logo' // your logo component

@@ -76,5 +76,5 @@ const MyLayout = props => (

</Layout>
);
)
export default MyLayout;
export default MyLayout
```

@@ -102,3 +102,3 @@

Maker UI also has an optional package `@maker-ui/components` that exports a variety of common components you might need for your site:
Maker UI also has an optional package `@maker-ui/elements` that exports a variety of common components you might need for your site:

@@ -105,0 +105,0 @@ - Carousel

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