Huge News!Announcing our $40M Series B led by Abstract Ventures.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-89c601 to 0.4.1-next-8b099b

npm/browser/src/components/Badge.js

2

npm/browser/index.js
export { Admonition as unsafe_Admonition, AdmonitionHeading as unsafe_AdmonitionHeading, AdmonitionText as unsafe_AdmonitionText } from './src/components/Admonition.js';
export { Avatar as unsafe_Avatar } from './src/components/Avatar.js';
export { Badge as unsafe_Badge } from './src/components/Badge.js';
export { Button as unsafe_Button } from './src/components/Button.js';
//# sourceMappingURL=index.js.map

@@ -7,2 +7,4 @@ 'use strict';

const Avatar = require('./src/components/Avatar.js');
const Badge = require('./src/components/Badge.js');
const Button = require('./src/components/Button.js');

@@ -15,2 +17,4 @@

exports.unsafe_Avatar = Avatar.Avatar;
exports.unsafe_Badge = Badge.Badge;
exports.unsafe_Button = Button.Button;
//# sourceMappingURL=index.js.map

4

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

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

/// <reference types="react" />
import { type HTMLAttributes } from 'react';
import type { AvatarOptions, AvatarImageOptions, AvatarLabelOptions } from '@pluralsight/headless-styles/types';
interface AvatarProps extends AvatarOptions {
interface AvatarProps extends AvatarOptions, HTMLAttributes<HTMLImageElement> {
name?: AvatarLabelOptions['name'];

@@ -5,0 +5,0 @@ src?: AvatarImageOptions['src'];

export { Admonition, AdmonitionHeading, AdmonitionText, } from './components/Admonition.tsx';
export { Avatar } from './components/Avatar.tsx';
export { Badge } from './components/Badge.tsx';
export { Button } from './components/Button.tsx';
{
"name": "@pluralsight/react",
"version": "0.4.1-next-89c601",
"version": "0.4.1-next-8b099b",
"description": "A React component library for Pando.",

@@ -65,3 +65,3 @@ "main": "npm/node/index.js",

"@rollup/plugin-commonjs": "^23.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-replace": "^5.0.0",

@@ -68,0 +68,0 @@ "@testing-library/dom": "^8.17.1",

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