Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@refinedev/devtools-internal

Package Overview
Dependencies
Maintainers
5
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@refinedev/devtools-internal - npm Package Compare versions

Comparing version 1.1.6 to 1.1.7

dist/clean-stack.d.cts

2

dist/get-resource-path.d.ts
import { DevtoolsEvent, DevtoolsEventPayloads, RefineHook } from "@refinedev/devtools-shared";
export declare type Activity = DevtoolsEventPayloads[DevtoolsEvent.DEVTOOLS_ACTIVITY_UPDATE]["updatedActivities"][number];
export type Activity = DevtoolsEventPayloads[DevtoolsEvent.DEVTOOLS_ACTIVITY_UPDATE]["updatedActivities"][number];
export declare const getResourcePath: (hookName: RefineHook, legacyKey: boolean) => string | null;
//# sourceMappingURL=get-resource-path.d.ts.map
import { TraceType } from "@refinedev/devtools-shared";
export declare type XRayResponse = {
export type XRayResponse = {
hookName: string;

@@ -4,0 +4,0 @@ trace: TraceType[];

{
"name": "@refinedev/devtools-internal",
"version": "1.1.6",
"version": "1.1.7",
"private": false,

@@ -14,4 +14,16 @@ "description": "refine devtools offers a set of features from monitoring to quickly prototyping a UI.",

"sideEffects": false,
"main": "dist/index.js",
"module": "dist/esm/index.js",
"exports": {
".": {
"import": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
},
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
}
},
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"typings": "dist/index.d.ts",

@@ -23,9 +35,11 @@ "files": [

"scripts": {
"build": "tsup --format esm,cjs,iife --minify --legacy-output",
"dev": "tsup --watch --format esm,cjs,iife --legacy-output",
"build": "tsup",
"dev": "tsup --watch",
"prepare": "npm run build",
"test": "jest --passWithNoTests --runInBand"
"publint": "publint --strict=true --level=suggestion",
"test": "jest --passWithNoTests --runInBand",
"types": "node ../shared/generate-declarations.js"
},
"dependencies": {
"@refinedev/devtools-shared": "1.1.4",
"@refinedev/devtools-shared": "1.1.5",
"@tanstack/react-query": "^4.10.1",

@@ -41,4 +55,4 @@ "error-stack-parser": "^2.1.4"

"react-router-dom": "^6.8.1",
"ts-jest": "^29.0.3",
"tslib": "^2.3.1",
"ts-jest": "^29.1.2",
"tslib": "^2.6.2",
"tsup": "^6.7.0"

@@ -45,0 +59,0 @@ },

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