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

@table-library/react-table-library

Package Overview
Dependencies
Maintainers
1
Versions
487
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@table-library/react-table-library - npm Package Compare versions

Comparing version

to
0.0.71

9

package.json
{
"name": "@table-library/react-table-library",
"version": "0.0.69",
"version": "0.0.71",
"description": "react-table-library",

@@ -91,4 +91,7 @@ "main": "src/index.js",

"storybook:build": "build-storybook --docs -s ./static -c .storybook -o dist",
"library:build": "rollup -c",
"prepublishOnly": "npm run test && npm run prettier:check && npm run lint:check && npm run library:build"
"library:build": "rollup -c && npm run copypackage",
"check": "npm run test && npm run prettier:check && npm run lint:check",
"copypackage": "cp -rf package.json lib",
"dist": "npm run check && npm run library:build && cd lib && npm publish",
"prepublishOnly": "echo \"Error: Don't run 'npm publish' in root. Use 'npm run dist' instead.\" && exit 0"
},

@@ -95,0 +98,0 @@ "husky": {