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

@hivem/react

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hivem/react - npm Package Compare versions

Comparing version
0.1.2
to
0.1.3
+0
-1
dist/index.d.cts
import * as react_jsx_runtime from 'react/jsx-runtime';
import React from 'react';
import * as _hivem_js from '@hivem/js';

@@ -4,0 +3,0 @@

import * as react_jsx_runtime from 'react/jsx-runtime';
import React from 'react';
import * as _hivem_js from '@hivem/js';

@@ -4,0 +3,0 @@

+5
-7
{
"name": "@hivem/react",
"version": "0.1.2",
"version": "0.1.3",
"description": "React SDK for Hivem - auth-based KV service with sync support",

@@ -21,3 +21,3 @@ "type": "module",

"scripts": {
"build": "tsup src/index.ts --format cjs,esm --dts",
"build": "tsup src/index.ts --format cjs,esm --dts --external react --external jotai",
"dev": "tsup src/index.ts --format cjs,esm --dts --watch",

@@ -39,9 +39,7 @@ "typecheck": "tsc --noEmit",

"peerDependencies": {
"jotai": "^2.0.0",
"react": "^18.0.0"
"jotai": ">=2.0.0",
"react": ">=16.8.0"
},
"dependencies": {
"@hivem/js": "^0.1.2",
"jotai": "^2.16.1",
"react": "^19.2.3"
"@hivem/js": "^0.1.2"
},

@@ -48,0 +46,0 @@ "devDependencies": {