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

@refinedev/nextjs-router

Package Overview
Dependencies
Maintainers
5
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@refinedev/nextjs-router - npm Package Compare versions

Comparing version 6.0.4 to 6.0.5

2

dist/app/bindings.d.ts

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

import { RouterBindings } from "@refinedev/core";
import { type RouterBindings } from "@refinedev/core";
export declare const stringifyConfig: {

@@ -3,0 +3,0 @@ addQueryPrefix: boolean;

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

/// <reference types="react" />
import React from "react";
type RefineRoutesProps = {
children?: (renderedRoute: JSX.Element | undefined, pathname: string | undefined) => JSX.Element;
};
export declare const RefineRoutes: ({ children }: RefineRoutesProps) => JSX.Element;
export declare const RefineRoutes: ({ children }: RefineRoutesProps) => React.JSX.Element;
export {};
//# sourceMappingURL=refine-routes.d.ts.map

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

import { RouterBindings } from "@refinedev/core";
import { type RouterBindings } from "@refinedev/core";
export declare const stringifyConfig: {

@@ -3,0 +3,0 @@ addQueryPrefix: boolean;

@@ -1,3 +0,3 @@

/// <reference types="react" />
import { Action, IResourceItem } from "@refinedev/core";
import React from "react";
import { type Action, type IResourceItem } from "@refinedev/core";
type Props = {

@@ -12,4 +12,4 @@ handler?: (options: {

};
export declare const DocumentTitleHandler: ({ handler }: Props) => JSX.Element;
export declare const DocumentTitleHandler: ({ handler }: Props) => React.JSX.Element;
export {};
//# sourceMappingURL=document-title-handler.d.ts.map

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

/// <reference types="react" />
import React from "react";
type RefineRoutesProps = {
children?: (renderedRoute: JSX.Element | undefined, pathname: string | undefined) => JSX.Element;
};
export declare const RefineRoutes: ({ children }: RefineRoutesProps) => JSX.Element;
export declare const RefineRoutes: ({ children }: RefineRoutesProps) => React.JSX.Element;
export {};
//# sourceMappingURL=refine-routes.d.ts.map
{
"name": "@refinedev/nextjs-router",
"version": "6.0.4",
"version": "6.0.5",
"private": false,

@@ -79,11 +79,2 @@ "description": "refine Next.js router provider. refine is a React-based framework for building internal tools, rapidly. It ships with Ant Design System, an enterprise-level UI toolkit.",

],
"scripts": {
"attw": "attw --pack .",
"build": "tsup",
"dev": "tsup --watch",
"prepare": "npm run build",
"publint": "publint --strict=true --level=suggestion",
"test": "jest --passWithNoTests --runInBand",
"types": "node ../shared/generate-declarations.js"
},
"dependencies": {

@@ -95,3 +86,3 @@ "qs": "^6.10.1",

"@esbuild-plugins/node-resolve": "^0.1.4",
"@refinedev/core": "^4.49.2",
"@refinedev/core": "^4.50.0",
"@types/qs": "^6.9.7",

@@ -103,3 +94,4 @@ "jest": "^29.3.1",

"tslib": "^2.6.2",
"tsup": "^6.7.0"
"tsup": "^6.7.0",
"typescript": "^5.4.2"
},

@@ -120,3 +112,10 @@ "peerDependencies": {

},
"gitHead": "17dd5af3e4c9f7f09e1e707362c6f5a9d1cab8a8"
}
"scripts": {
"attw": "attw --pack .",
"build": "tsup && node ../shared/generate-declarations.js",
"dev": "tsup --watch",
"publint": "publint --strict=true --level=suggestion",
"test": "jest --passWithNoTests --runInBand",
"types": "node ../shared/generate-declarations.js"
}
}

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

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

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

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

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

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

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