Huge News!Announcing our $40M Series B led by Abstract Ventures.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-103a15-20220722 to 0.0.0-experimental-168eb8-20220726

build/hooks/useFocusTrap.d.ts

3

build/index.d.ts

@@ -1,2 +0,1 @@

declare function helloWorld(): void;
export { helloWorld };
export { useFocusTrap } from './hooks/useFocusTrap';
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.helloWorld = void 0;
function helloWorld() {
console.log('Welcome to @pluralsight/react-utils! The official library is coming soon.');
}
exports.helloWorld = helloWorld;
exports.useFocusTrap = void 0;
var useFocusTrap_1 = require("./hooks/useFocusTrap");
Object.defineProperty(exports, "useFocusTrap", { enumerable: true, get: function () { return useFocusTrap_1.useFocusTrap; } });

@@ -1,7 +0,1 @@

function helloWorld() {
console.log(
'Welcome to @pluralsight/react-utils! The official library is coming soon.'
)
}
export { helloWorld }
export { useFocusTrap } from './hooks/useFocusTrap'
{
"name": "@pluralsight/react-utils",
"version": "0.0.0-experimental-103a15-20220722",
"version": "0.0.0-experimental-168eb8-20220726",
"description": "A set of React custom hooks for Pluralsight.",

@@ -35,8 +35,11 @@ "main": "build/index.js",

"devDependencies": {
"@testing-library/react": "^13.3.0",
"@types/copyfiles": "^2",
"@types/jest": "^27.4.1",
"@types/jest": "^28.1.6",
"@types/react": "^17.0.40",
"@types/react-dom": "^18",
"copyfiles": "^2.4.1",
"identity-obj-proxy": "^3.0.0",
"react": "latest",
"react-dom": "latest",
"renamer": "^4.0.0",

@@ -43,0 +46,0 @@ "typescript": "4.4.4"

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