🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@table-nav/react

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@table-nav/react - npm Package Compare versions

Comparing version

to
0.0.2

6

CHANGELOG.md
# @table-nav/react
## 0.0.1
## 0.0.2
### Patch Changes
- 4d85f4c: fix importing from src and add peer dependency in react package
- 45291de: initial testing release
- Updated dependencies [4d85f4c]
- Updated dependencies [45291de]
- @table-nav/core@0.0.2

2

lib/index.d.ts
import { KeyboardEvent } from 'react';
import { DataGridNav, Config } from '@table-nav/core/src';
import { DataGridNav, Config } from '@table-nav/core';
export declare function useTableNav(options: Config): {

@@ -4,0 +4,0 @@ listeners: {

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

import { DataGridNav } from '@table-nav/core/src';
import { DataGridNav } from '@table-nav/core';
export function useTableNav(options) {

@@ -3,0 +3,0 @@ const nav = new DataGridNav(options);

{
"name": "@table-nav/react",
"version": "0.0.1",
"version": "0.0.2",
"license": "MIT",

@@ -15,6 +15,9 @@ "main": "./lib/index.js",

"devDependencies": {
"@table-nav/core": "^0.0.1",
"@table-nav/core": "^0.0.2",
"react": "18.2.0",
"typescript": "5.1.3"
},
"peerDependencies": {
"@table-nav/core": "^0.0.2"
}
}

Sorry, the diff of this file is not supported yet