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

@pluralsight/react

Package Overview
Dependencies
Maintainers
1
Versions
630
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pluralsight/react - npm Package Compare versions

Comparing version 0.4.1-next-2f50a7 to 0.4.1-next-359ae1

npm/browser/src/components/Icon.js

1

npm/browser/index.js

@@ -6,2 +6,3 @@ export { Admonition as unsafe_Admonition, AdmonitionHeading as unsafe_AdmonitionHeading, AdmonitionText as unsafe_AdmonitionText } from './src/components/Admonition.js';

export { CircularProgress as unsafe_CircularProgress } from './src/components/CircularProgress.js';
export { Icon as unsafe_Icon } from './src/components/Icon.js';
export { IconButton as unsafe_IconButton } from './src/components/IconButton.js';

@@ -8,0 +9,0 @@ export { ProgressBar as unsafe_ProgressBar } from './src/components/ProgressBar.js';

@@ -10,2 +10,3 @@ 'use strict';

const CircularProgress = require('./src/components/CircularProgress.js');
const Icon = require('./src/components/Icon.js');
const IconButton = require('./src/components/IconButton.js');

@@ -28,2 +29,3 @@ const ProgressBar = require('./src/components/ProgressBar.js');

exports.unsafe_CircularProgress = CircularProgress.CircularProgress;
exports.unsafe_Icon = Icon.Icon;
exports.unsafe_IconButton = IconButton.IconButton;

@@ -30,0 +32,0 @@ exports.unsafe_ProgressBar = ProgressBar.ProgressBar;

6

npm/types/src/components/Badge.d.ts

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

import { type HTMLAttributes, type ElementType } from 'react';
import { type HTMLAttributes } from 'react';
import type { BadgeOptions } from '@pluralsight/headless-styles/types';
interface BadgeProps extends BadgeOptions, HTMLAttributes<HTMLSpanElement> {
icon?: ElementType;
import type { UsesIconProps } from './shared/types.ts';
interface BadgeProps extends BadgeOptions, UsesIconProps, HTMLAttributes<HTMLSpanElement> {
}
export declare const Badge: import("react").ForwardRefExoticComponent<BadgeProps & import("react").RefAttributes<HTMLSpanElement>>;
export {};

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

import { type ButtonHTMLAttributes, type ElementType } from 'react';
import { type ButtonHTMLAttributes } from 'react';
import type { IconButtonOptions } from '@pluralsight/headless-styles/types';
interface IconButtonProps extends IconButtonOptions, ButtonHTMLAttributes<HTMLButtonElement> {
icon: ElementType;
import type { UsesIconProps } from './shared/types.ts';
interface IconButtonProps extends IconButtonOptions, Required<UsesIconProps>, ButtonHTMLAttributes<HTMLButtonElement> {
}
export declare const IconButton: import("react").ForwardRefExoticComponent<IconButtonProps & import("react").RefAttributes<HTMLButtonElement>>;
export {};

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

import { type ElementType, type AnchorHTMLAttributes } from 'react';
import { type AnchorHTMLAttributes } from 'react';
import type { TagOptions } from '@pluralsight/headless-styles/types';
interface TagProps extends TagOptions, AnchorHTMLAttributes<HTMLAnchorElement> {
icon?: ElementType;
import type { UsesIconProps } from './shared/types.ts';
interface TagProps extends TagOptions, UsesIconProps, AnchorHTMLAttributes<HTMLAnchorElement> {
}
export declare const Tag: import("react").ForwardRefExoticComponent<TagProps & import("react").RefAttributes<HTMLAnchorElement>>;
export {};

@@ -6,2 +6,3 @@ export { Admonition, AdmonitionHeading, AdmonitionText, } from './components/Admonition.tsx';

export { CircularProgress } from './components/CircularProgress.tsx';
export { Icon } from './components/Icon.tsx';
export { IconButton } from './components/IconButton.tsx';

@@ -8,0 +9,0 @@ export { ProgressBar } from './components/ProgressBar.tsx';

{
"name": "@pluralsight/react",
"version": "0.4.1-next-2f50a7",
"version": "0.4.1-next-359ae1",
"description": "A React component library for Pando.",

@@ -5,0 +5,0 @@ "main": "npm/node/index.js",

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

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

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

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