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

@aleodoni-common/tailwind-components

Package Overview
Dependencies
Maintainers
1
Versions
217
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aleodoni-common/tailwind-components - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

4

build/index.js

@@ -12,5 +12,5 @@ function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }

var Container = function Container(props) {
return React.createElement("section", {
return React.createElement("section", Object.assign({
className: "Container flex xl:w-5/6 md:w-full bg-gray-700"
}, props.children);
}, props), props.children);
};

@@ -17,0 +17,0 @@

@@ -10,5 +10,5 @@ import React from 'react';

var Container = function Container(props) {
return React.createElement("section", {
return React.createElement("section", Object.assign({
className: "Container flex xl:w-5/6 md:w-full bg-gray-700"
}, props.children);
}, props), props.children);
};

@@ -15,0 +15,0 @@

{
"name": "@aleodoni-common/tailwind-components",
"version": "1.0.5",
"version": "1.0.6",
"main": "./build/index.js",

@@ -5,0 +5,0 @@ "types": "./build/index.d.ts",

Sorry, the diff of this file is not supported yet

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