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.7.1-next-700b74 to 0.7.1-next-70bfd5

2

build/legacy/helpers/createResource.js

@@ -19,5 +19,5 @@ // src/helpers/createResource.ts

switch (status) {
case "pending":
case "error":
throw result;
case "pending":
case "success":

@@ -24,0 +24,0 @@ return result;

@@ -19,5 +19,5 @@ // src/helpers/createResource.ts

switch (status) {
case "pending":
case "error":
throw result;
case "pending":
case "success":

@@ -24,0 +24,0 @@ return result;

{
"name": "@pluralsight/react-utils",
"version": "0.7.1-next-700b74",
"version": "0.7.1-next-70bfd5",
"description": "A set of React custom hooks for Pando.",

@@ -5,0 +5,0 @@ "browserslist": "> 0.25%, not dead",

@@ -30,3 +30,3 @@ # React utils

This project uses bun so there are no setup commands needed. If you get any errors, you may need to run an initial `bun install` or ensure you are using Node >= 18.
This project uses pnPm so there are no setup commands needed. If you get any errors, you may need to run an initial `pnpm install` or ensure you are using Node >= 18.

@@ -40,3 +40,3 @@ ## Development

```bash
bun run start:sandbox
pnpm run start:sandbox
```

@@ -49,3 +49,3 @@

```bash
bun test packages/react-utils/tests
pnpm test packages/react-utils/tests
```

@@ -52,0 +52,0 @@

@@ -24,6 +24,6 @@ import { loadImage, preloadImgResource } from './loaders'

switch (status) {
case 'pending':
case 'error':
throw result
case 'pending':
case 'success':

@@ -30,0 +30,0 @@ return result

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

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