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 to 0.1.0-alpha-19a4ec

build/hooks/useEscToClose.d.ts

28

package.json
{
"name": "@pluralsight/react-utils",
"version": "0.0.0",
"version": "0.1.0-alpha-19a4ec",
"description": "A set of React custom hooks for Pluralsight.",

@@ -10,6 +10,5 @@ "main": "build/index.js",

".": {
"import": "build/wrapper.js",
"require": "build/index.js"
},
"./types": "build/types.d.ts"
"import": "./build/wrapper.js",
"require": "./build/index.js"
}
},

@@ -25,3 +24,3 @@ "files": [

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

@@ -31,15 +30,24 @@ "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",
"test": "echo \"'yarn test' should be run from root directory.\" && exit 1"
},
"dependencies": {
"tslib": "^2.3.1"
"tslib": "latest"
},
"devDependencies": {
"@testing-library/dom": "^8.17.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.4.3",
"@types/copyfiles": "^2",
"@types/jest": "^27.4.1",
"@types/jest": "^28.1.6",
"@types/react": "^17.0.40",
"@types/react-dom": "^18",
"@types/testing-library__jest-dom": "^5",
"copyfiles": "^2.4.1",
"identity-obj-proxy": "^3.0.0",
"react": "latest",
"typescript": "4.4.4"
"react-dom": "latest",
"renamer": "^4.0.0",
"typescript": "4.7.4"
},

@@ -75,2 +83,2 @@ "peerDependencies": {

"packageManager": "yarn@3.2.1"
}
}
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