New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@react-corekit/use-where

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-corekit/use-where - npm Package Compare versions

Comparing version
1.0.0
to
1.1.0
+1
-1
package.json
{
"name": "@react-corekit/use-where",
"version": "1.0.0",
"version": "1.1.0",
"description": "Detects if the javascript is being loaded from a server (SSR) or a web client",

@@ -5,0 +5,0 @@ "author": "glongh",

@@ -5,3 +5,3 @@ # @react-corekit/use-where

[![NPM](https://img.shields.io/npm/v/use-where.svg)](https://www.npmjs.com/package/use-where) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
[![NPM](https://img.shields.io/npm/v/use-where.svg)](https://www.npmjs.com/package/@react-corekit/use-where) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

@@ -26,3 +26,3 @@ ## Install

**isBrowser\***
**isBrowser**

@@ -29,0 +29,0 @@ > A function that detects if the code is being executed in a web browser.