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-c44f77

npm/browser/src/components/Button.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';
export { CircularProgress as unsafe_CircularProgress } from './src/components/CircularProgress.js';
//# sourceMappingURL=index.js.map

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

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

@@ -17,2 +19,4 @@

exports.unsafe_Badge = Badge.Badge;
exports.unsafe_Button = Button.Button;
exports.unsafe_CircularProgress = CircularProgress.CircularProgress;
//# sourceMappingURL=index.js.map
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';
export { CircularProgress } from './components/CircularProgress.tsx';

10

package.json
{
"name": "@pluralsight/react",
"version": "0.4.1-next-b641b1",
"version": "0.4.1-next-c44f77",
"description": "A React component library for Pando.",

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

"dependencies": {
"@pluralsight/headless-styles": "0.4.1-next-ca5e08",
"@pluralsight/icons": "0.4.1-next-ca5e08",
"@pluralsight/react-utils": "0.4.1-next-ca5e08",
"@pluralsight/headless-styles": "0.4.1-next-635f81",
"@pluralsight/icons": "0.4.1-next-635f81",
"@pluralsight/react-utils": "0.4.1-next-635f81",
"tslib": "latest"

@@ -66,3 +66,3 @@ },

"@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",

@@ -69,0 +69,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