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

to
0.4.1-next-9022e9

npm/browser/src/components/Label.js

2

npm/browser/index.js

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

export { IconButton as unsafe_IconButton } from './src/components/IconButton.js';
export { Label as unsafe_Label } from './src/components/Label.js';
export { ProgressBar as unsafe_ProgressBar } from './src/components/ProgressBar.js';
export { Show as unsafe_Show } from './src/components/Show.js';
export { Skeleton as unsafe_Skeleton } from './src/components/Skeleton.js';

@@ -14,0 +16,0 @@ export { Caption as unsafe_Caption, TBody as unsafe_TBody, TD as unsafe_TD, TH as unsafe_TH, THead as unsafe_THead, TR as unsafe_TR, Table as unsafe_Table } from './src/components/Table.js';

@@ -15,3 +15,5 @@ 'use strict';

const IconButton = require('./src/components/IconButton.js');
const Label = require('./src/components/Label.js');
const ProgressBar = require('./src/components/ProgressBar.js');
const Show = require('./src/components/Show.js');
const Skeleton = require('./src/components/Skeleton.js');

@@ -39,3 +41,5 @@ const Table = require('./src/components/Table.js');

exports.unsafe_IconButton = IconButton.IconButton;
exports.unsafe_Label = Label.Label;
exports.unsafe_ProgressBar = ProgressBar.ProgressBar;
exports.unsafe_Show = Show.Show;
exports.unsafe_Skeleton = Skeleton.Skeleton;

@@ -42,0 +46,0 @@ exports.unsafe_Caption = Table.Caption;

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

export { IconButton } from './components/IconButton.tsx';
export { Label } from './components/Label.tsx';
export { ProgressBar } from './components/ProgressBar.tsx';
export { Show } from './components/Show.tsx';
export { Skeleton } from './components/Skeleton.tsx';

@@ -14,0 +16,0 @@ export { Table, TBody, Caption, THead, TH, TR, TD, } from './components/Table.tsx';

21

package.json
{
"name": "@pluralsight/react",
"version": "0.4.1-next-8fa40f",
"version": "0.4.1-next-9022e9",
"description": "A React component library for Pando.",

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

"import": "./src/index.ts",
"types": "./src/types/src/index.d.ts"
"types": "./src/types.d.ts"
}

@@ -52,6 +52,11 @@ },

"dependencies": {
"@pluralsight/headless-styles": "0.4.1-next-bd2e6b",
"@pluralsight/react-utils": "0.4.1-next-bd2e6b",
"@pluralsight/react-utils": "0.4.1-next-f09736",
"tslib": "latest"
},
"peerDependencies": {
"@pluralsight/headless-styles": "*",
"@pluralsight/icons": "*",
"react": "*",
"react-dom": "*"
},
"devDependencies": {

@@ -63,3 +68,4 @@ "@babel/core": "^7.21.5",

"@babel/runtime": "^7.20.13",
"@pluralsight/icons": "0.4.1-next-bd2e6b",
"@pluralsight/headless-styles": "0.4.1-next-f09736",
"@pluralsight/icons": "0.4.1-next-f09736",
"@rollup/plugin-alias": "^5.0.0",

@@ -102,7 +108,2 @@ "@rollup/plugin-babel": "^6.0.3",

},
"peerDependencies": {
"@pluralsight/icons": "*",
"react": "*",
"react-dom": "*"
},
"keywords": [

@@ -109,0 +110,0 @@ "pluralsight",

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