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-experimental-0c2d86-20230503 to 0.4.1-experimental-10a5d3-20230504

14

package.json
{
"name": "@pluralsight/react",
"version": "0.4.1-experimental-0c2d86-20230503",
"version": "0.4.1-experimental-10a5d3-20230504",
"description": "A React component library for Pando.",
"main": "npm/node/index.js",
"module": "npm/browser/index.js",
"types": "npm/types/index.d.ts",
"types": "npm/types/src/index.d.ts",
"exports": {
".": {
"import": "./npm/browser/index.js",
"require": "./npm/node/index.js"
"require": "./npm/node/index.js",
"types": "./npm/types/src/index.d.ts"
},
"./types": {
"types": "./npm/types/types.d.ts"
"types": "./npm/types/src/types.d.ts"
},
"./dev": {
"import": "./src/index.ts"
"import": "./src/index.ts",
"types": "./src/types/src/index.d.ts"
}

@@ -23,3 +25,3 @@ },

"types": [
"npm/types/types.d.ts"
"npm/types/src/types.d.ts"
]

@@ -26,0 +28,0 @@ }

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