🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@pzdralewicz/components

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pzdralewicz/components - npm Package Compare versions

Comparing version

to
1.0.5

dist/Container/Container.d.ts

3

dist/index.d.ts
import { Logo } from './Logo/Logo';
import { ParticlesBackground } from './Background/Background';
export { Logo, ParticlesBackground };
import { Container } from './Container/Container';
export { Logo, ParticlesBackground, Container };

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

var styles$2 = {"pzdralewiczContainer":"_3FPi1"};
var Container = function Container(_ref) {
var children = _ref.children;
return React.createElement("div", {
className: styles$2.pzdralewiczContainer
}, children);
};
exports.Container = Container;
exports.Logo = Logo;
exports.ParticlesBackground = ParticlesBackground;
//# sourceMappingURL=index.js.map

@@ -135,3 +135,12 @@ import React from 'react';

export { Logo, ParticlesBackground };
var styles$2 = {"pzdralewiczContainer":"_3FPi1"};
var Container = function Container(_ref) {
var children = _ref.children;
return React.createElement("div", {
className: styles$2.pzdralewiczContainer
}, children);
};
export { Container, Logo, ParticlesBackground };
//# sourceMappingURL=index.modern.js.map
{
"name": "@pzdralewicz/components",
"version": "1.0.4",
"version": "1.0.5",
"description": "Made with create-react-library",

@@ -15,3 +15,3 @@ "author": "pzdralewicz",

"scripts": {
"build": "microbundle-crl --css-modules true --no-compress --format modern,cjs",
"build": "microbundle-crl --no-compress --format modern,cjs",
"start": "microbundle-crl watch --no-compress --format modern,cjs",

@@ -18,0 +18,0 @@ "prepublish": "run-s build",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet