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

@zaibot/activitylogger-react

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zaibot/activitylogger-react - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

3

dist/activitylogger-react.js

@@ -207,4 +207,5 @@ (function webpackUniversalModuleDefinition(root, factory) {

const IconStyle = ({ align }) => ({
const IconStyle = ({ align, size }) => ({
fontFamily: '"Material Icons"',
fontSize: size,
textTransform: 'none',

@@ -211,0 +212,0 @@ verticalAlign: align ? 'text-bottom' : 'inherit',

/// <reference types="react" />
import React from 'react';
import { StyledHTMLElement } from 'styletron-react';
export declare const IconStyle: ({align}: {
export declare const IconStyle: ({align, size}: {
align?: boolean;
size?: number;
}) => React.CSSProperties;

@@ -7,0 +8,0 @@ export declare const Icon: StyledHTMLElement<{

{
"name": "@zaibot/activitylogger-react",
"version": "0.1.1",
"version": "0.1.2",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/activitylogger-react.js",

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