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

makin-component

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

makin-component - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

index.js

@@ -1,1 +0,1 @@

"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),o={};function s(n){return e.jsx("div",{className:o.container,children:e.jsx("h1",{children:"Welcome to AboutUs!"})})}const t={};function r(n){return e.jsx("div",{className:t.container,children:e.jsx("h1",{children:"Welcome to Components!"})})}exports.AboutUs=s;exports.Components=r;
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("react/jsx-runtime"),t="_container_1s2ma_2",s={container:t};function r(e){return n.jsxs("div",{className:s.container,children:[n.jsx("h1",{children:e.title}),n.jsx("p",{children:e.description}),n.jsx("p",{children:e.paragraph1}),n.jsx("p",{children:e.paragraph2})]})}const c={};function i(e){return n.jsx("div",{className:c.container,children:n.jsx("h1",{children:"Welcome to Components!"})})}exports.AboutUs=r;exports.Components=i;

@@ -1,4 +0,8 @@

export interface AboutUsProps {
interface AboutUsProps {
title: string;
description: string;
paragraph1: string;
paragraph2: string;
}
export declare function AboutUs(props: AboutUsProps): import("react/jsx-runtime").JSX.Element;
export default AboutUs;
{
"name": "makin-component",
"version": "0.0.1",
"version": "0.0.2",
"main": "./index.js",

@@ -5,0 +5,0 @@ "types": "./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