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-2a48e5 to 0.4.1-next-2afb32

npm/browser/src/components/TextLink.js

1

npm/browser/index.js

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

export { Tag as unsafe_Tag } from './src/components/Tag.js';
export { TextLink as unsafe_TextLink } from './src/components/TextLink.js';
export { useTheme } from '@pluralsight/react-utils';
//# sourceMappingURL=index.js.map

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

const Tag = require('./src/components/Tag.js');
const TextLink = require('./src/components/TextLink.js');
const reactUtils = require('@pluralsight/react-utils');

@@ -36,2 +37,3 @@

exports.unsafe_Tag = Tag.Tag;
exports.unsafe_TextLink = TextLink.TextLink;
Object.defineProperty(exports, 'useTheme', {

@@ -38,0 +40,0 @@ enumerable: true,

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

export { Tag } from './components/Tag.tsx';
export { TextLink } from './components/TextLink.tsx';
export { useTheme } from '@pluralsight/react-utils';

10

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

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

"dependencies": {
"@pluralsight/headless-styles": "0.4.1-next-431c05",
"@pluralsight/react-utils": "0.4.1-next-431c05",
"@pluralsight/headless-styles": "0.4.1-next-4db90e",
"@pluralsight/react-utils": "0.4.1-next-4db90e",
"tslib": "latest"

@@ -62,3 +62,3 @@ },

"@babel/runtime": "^7.20.13",
"@pluralsight/icons": "0.4.1-next-431c05",
"@pluralsight/icons": "0.4.1-next-4db90e",
"@rollup/plugin-alias": "^5.0.0",

@@ -77,3 +77,3 @@ "@rollup/plugin-babel": "^6.0.3",

"@types/jest": "^29.2.5",
"@types/node": "^18.11.18",
"@types/node": "^20.1.7",
"@types/react": "latest",

@@ -80,0 +80,0 @@ "@types/react-dom": "latest",

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