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

@xyzproject/activity-tile

Package Overview
Dependencies
Maintainers
4
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xyzproject/activity-tile - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

dist/index.js
import { jsxs, jsx } from 'react/jsx-runtime';
var n=({time:i="",name:s="",status:t="",message:a="",className:r="w-full flex flex-col text-xs border-t border-grey-70"})=>jsxs("div",{className:r,children:[jsxs("div",{className:"w-full flex justify-between p-2",children:[jsx("span",{className:"text-[--coolgrey-50]",children:i}),!!s&&jsx("span",{className:"ml-4",children:s}),!!t&&jsx("span",{className:"flex-1 text-end",children:t})]}),!!a&&jsx("p",{className:"p-2",children:a})]}),p=n;
var n=({time:i="",name:s="",status:t="",message:a="",className:r="w-full flex flex-col text-xs border-t border-grey-70"})=>jsxs("div",{className:r,children:[jsxs("div",{className:"w-full flex justify-between p-2",children:[jsx("span",{className:"text-basic-grey-50",children:i}),!!s&&jsx("span",{className:"ml-4",children:s}),!!t&&jsx("span",{className:"flex-1 text-end",children:t})]}),!!a&&jsx("p",{className:"p-2",children:a})]}),p=n;
export { p as default };
{
"name": "@xyzproject/activity-tile",
"version": "0.1.1",
"version": "0.1.2",
"description": "ActivityTile component",

@@ -5,0 +5,0 @@ "license": "MIT",

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