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

inzane-test-package

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inzane-test-package - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

58

dist/cjs/index.js

@@ -15,32 +15,32 @@ 'use strict';

function BasicCard() {
return (
/*#__PURE__*/
// <div key={data.id} className="relative bg-white pt-6 px-6 pb-8 sm:pt-6 sm:px-6 shadow rounded-lg overflow-hidden">
// <dd className="self-start flex justify-between md:flex lg:flex">
// <div className="pb-6">
// <p className="text-sm font-normal text-gray-400">{data.name}</p>
// <p className="text-xl font-semibold text-gray-600">{data.stat}</p>
// </div>
// <div className="self-start inline-flex items-baseline bg-blue-100 rounded-md p-2">
// <data.icon className="h-4 w-4 text-blue-600" aria-hidden="true" />
// </div>
// </dd>
// <p className={classNames(
// data.changeType === 'increase' ? 'text-green-500' : 'text-red-600',
// 'flex items-baseline text-sm font-semibold')}
// >
// {data.changeType === 'increase' ? (
// <ArrowSmUpIcon className="self-center flex-shrink-0 h-5 w-5 text-green-500" aria-hidden="true" />
// ) : (
// <ArrowSmDownIcon className="self-center flex-shrink-0 h-5 w-5 text-red-500" aria-hidden="true" />
// )}
// <span className="sr-only">{data.changeType === 'increase' ? 'Increased' : 'Decreased'} by</span>
// {data.change}
// <span className="text-gray-400 font-normal ml-3">Since last month</span>
// </p>
// </div>
React.createElement("div", null, "Hello Wrold")
);
// import { ArrowSmDownIcon, ArrowSmUpIcon } from '@heroicons/react/solid'
// function classNames(...classes) {
// return classes.filter(Boolean).join(' ')
// }
function BasicCard(props) {
return /*#__PURE__*/React.createElement("div", null, props.data);
}
// <dd className="self-start flex justify-between md:flex lg:flex">
// <div className="pb-6">
// <p className="text-sm font-normal text-gray-400">{data.name}</p>
// <p className="text-xl font-semibold text-gray-600">{data.stat}</p>
// </div>
// <div className="self-start inline-flex items-baseline bg-blue-100 rounded-md p-2">
// <data.icon className="h-4 w-4 text-blue-600" aria-hidden="true" />
// </div>
// </dd>
// <p className={classNames(
// data.changeType === 'increase' ? 'text-green-500' : 'text-red-600',
// 'flex items-baseline text-sm font-semibold')}
// >
// {data.changeType === 'increase' ? (
// <ArrowSmUpIcon className="self-center flex-shrink-0 h-5 w-5 text-green-500" aria-hidden="true" />
// ) : (
// <ArrowSmDownIcon className="self-center flex-shrink-0 h-5 w-5 text-red-500" aria-hidden="true" />
// )}
// <span className="sr-only">{data.changeType === 'increase' ? 'Increased' : 'Decreased'} by</span>
// {data.change}
// <span className="text-gray-400 font-normal ml-3">Since last month</span>
// </p>
// </div>

@@ -47,0 +47,0 @@ exports.BasicCard = BasicCard;

@@ -7,34 +7,34 @@ import React$1 from 'react';

function BasicCard() {
return (
/*#__PURE__*/
// <div key={data.id} className="relative bg-white pt-6 px-6 pb-8 sm:pt-6 sm:px-6 shadow rounded-lg overflow-hidden">
// <dd className="self-start flex justify-between md:flex lg:flex">
// <div className="pb-6">
// <p className="text-sm font-normal text-gray-400">{data.name}</p>
// <p className="text-xl font-semibold text-gray-600">{data.stat}</p>
// </div>
// <div className="self-start inline-flex items-baseline bg-blue-100 rounded-md p-2">
// <data.icon className="h-4 w-4 text-blue-600" aria-hidden="true" />
// </div>
// </dd>
// <p className={classNames(
// data.changeType === 'increase' ? 'text-green-500' : 'text-red-600',
// 'flex items-baseline text-sm font-semibold')}
// >
// {data.changeType === 'increase' ? (
// <ArrowSmUpIcon className="self-center flex-shrink-0 h-5 w-5 text-green-500" aria-hidden="true" />
// ) : (
// <ArrowSmDownIcon className="self-center flex-shrink-0 h-5 w-5 text-red-500" aria-hidden="true" />
// )}
// <span className="sr-only">{data.changeType === 'increase' ? 'Increased' : 'Decreased'} by</span>
// {data.change}
// <span className="text-gray-400 font-normal ml-3">Since last month</span>
// </p>
// </div>
React.createElement("div", null, "Hello Wrold")
);
// import { ArrowSmDownIcon, ArrowSmUpIcon } from '@heroicons/react/solid'
// function classNames(...classes) {
// return classes.filter(Boolean).join(' ')
// }
function BasicCard(props) {
return /*#__PURE__*/React.createElement("div", null, props.data);
}
// <dd className="self-start flex justify-between md:flex lg:flex">
// <div className="pb-6">
// <p className="text-sm font-normal text-gray-400">{data.name}</p>
// <p className="text-xl font-semibold text-gray-600">{data.stat}</p>
// </div>
// <div className="self-start inline-flex items-baseline bg-blue-100 rounded-md p-2">
// <data.icon className="h-4 w-4 text-blue-600" aria-hidden="true" />
// </div>
// </dd>
// <p className={classNames(
// data.changeType === 'increase' ? 'text-green-500' : 'text-red-600',
// 'flex items-baseline text-sm font-semibold')}
// >
// {data.changeType === 'increase' ? (
// <ArrowSmUpIcon className="self-center flex-shrink-0 h-5 w-5 text-green-500" aria-hidden="true" />
// ) : (
// <ArrowSmDownIcon className="self-center flex-shrink-0 h-5 w-5 text-red-500" aria-hidden="true" />
// )}
// <span className="sr-only">{data.changeType === 'increase' ? 'Increased' : 'Decreased'} by</span>
// {data.change}
// <span className="text-gray-400 font-normal ml-3">Since last month</span>
// </p>
// </div>
export { BasicCard, Button };
//# sourceMappingURL=index.js.map
{
"name": "inzane-test-package",
"version": "0.0.7",
"version": "0.0.8",
"description": "Inzane Test",

@@ -5,0 +5,0 @@ "repository": {

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