🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

react-object-table-viewer

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

react-object-table-viewer - npm Package Compare versions

Comparing version
1.0.5
to
1.0.6
+3
-0
CHANGELOG.md
# CHANGELOG
### v1.0.6
- fix minimal dependencies
## v1.0.5

@@ -4,0 +7,0 @@ - recursive data render

+5
-5

@@ -5,3 +5,3 @@ {

"license": "MIT",
"version": "1.0.5",
"version": "1.0.6",
"description": "react object table ui",

@@ -31,5 +31,2 @@ "main": "out/cjs",

"dependencies": {
"global": "4.4.0",
"http-server": "13.0.0",
"husky": "7.0.1",
"react": "^17.0.2",

@@ -41,3 +38,3 @@ "react-dom": "17.0.2"

"@next/eslint-plugin-next": "11.1.0",
"@types/react": "17.0.18",
"@types/react": "17.0.19",
"@types/react-dom": "17.0.9",

@@ -50,2 +47,5 @@ "@typescript-eslint/eslint-plugin": "4.29.2",

"gh-pages": "3.2.3",
"global": "4.4.0",
"http-server": "13.0.0",
"husky": "7.0.1",
"lint-staged": "11.1.2",

@@ -52,0 +52,0 @@ "next": "11.1.0",

@@ -37,1 +37,4 @@ # react-object-table-viewer

```
# License
MIT
Arguments:
/Users/jk/.nvm/versions/node/v14.17.4/bin/node /usr/local/Cellar/yarn/1.22.10/libexec/bin/yarn.js run build
PATH:
/Users/jk/.nvm/versions/node/v14.17.4/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
Yarn version:
1.22.10
Node version:
14.17.4
Platform:
darwin x64
Trace:
Invariant Violation: Script must exist
at invariant (/usr/local/Cellar/yarn/1.22.10/libexec/lib/cli.js:2314:15)
at /usr/local/Cellar/yarn/1.22.10/libexec/lib/cli.js:62387:11
at Generator.next (<anonymous>)
at step (/usr/local/Cellar/yarn/1.22.10/libexec/lib/cli.js:310:30)
at /usr/local/Cellar/yarn/1.22.10/libexec/lib/cli.js:328:14
at new Promise (<anonymous>)
at new F (/usr/local/Cellar/yarn/1.22.10/libexec/lib/cli.js:5301:28)
at /usr/local/Cellar/yarn/1.22.10/libexec/lib/cli.js:307:12
at realRunCommand (/usr/local/Cellar/yarn/1.22.10/libexec/lib/cli.js:62472:23)
at action.action (/usr/local/Cellar/yarn/1.22.10/libexec/lib/cli.js:62533:16)
npm manifest:
{
"name": "react-object-table",
"version": "1.0.0",
"description": "react object table ui",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"publish": "",
"build": "",
"dev": "",
"start": ""
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jinkwon/react-object-table.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Jinkwon/react-object-table/issues"
},
"homepage": "https://github.com/Jinkwon/react-object-table#readme",
"dependencies": {
"react": "^17.0.2"
}
}
yarn manifest:
No manifest
Lockfile:
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
"js-tokens@^3.0.0 || ^4.0.0":
version "4.0.0"
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
loose-envify@^1.1.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==
dependencies:
js-tokens "^3.0.0 || ^4.0.0"
object-assign@^4.1.1:
version "4.1.1"
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=
react@^17.0.2:
version "17.0.2"
resolved "https://registry.yarnpkg.com/react/-/react-17.0.2.tgz#d0b5cc516d29eb3eee383f75b62864cfb6800037"
integrity sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"