New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@pluralsight/react-utils

Package Overview
Dependencies
Maintainers
1
Versions
1213
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pluralsight/react-utils - npm Package Compare versions

Comparing version 0.0.0-experimental-e7c61d-20220824 to 0.0.0-experimental-ebdadf-20220831

16

package.json
{
"name": "@pluralsight/react-utils",
"version": "0.0.0-experimental-e7c61d-20220824",
"version": "0.0.0-experimental-ebdadf-20220831",
"description": "A set of React custom hooks for Pluralsight.",

@@ -23,3 +23,3 @@ "main": "build/index.js",

"build": "yarn build:common && yarn build:es",
"build:common": "tsc --project tsconfig.cjs.json",
"build:common": "tsc --project tsconfig.build.json",
"build:es": "yarn build:wrapper && yarn rename:wrapper && yarn copy:es",

@@ -29,13 +29,13 @@ "build:wrapper": "renamer --path-element name src/index.ts --find 'index' --replace 'wrapper'",

"rename:wrapper": "renamer --path-element ext src/wrapper.ts --find '.ts' --replace '.js'",
"lint:ts": "tsc --project tsconfig.json --noEmit",
"lint:ts": "tsc --project tsconfig.json",
"test": "echo \"'yarn test' should be run from root directory.\" && exit 1"
},
"dependencies": {
"tslib": "^2.3.1"
"tslib": "latest"
},
"devDependencies": {
"@testing-library/dom": "^8.16.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/dom": "^8.17.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.3.0",
"@testing-library/user-event": "^14.4.3",
"@types/copyfiles": "^2",

@@ -51,3 +51,3 @@ "@types/jest": "^28.1.6",

"renamer": "^4.0.0",
"typescript": "4.4.4"
"typescript": "4.7.4"
},

@@ -54,0 +54,0 @@ "peerDependencies": {

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