Socket
Socket
Sign inDemoInstall

table

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

table - npm Package Compare versions

Comparing version 6.3.1 to 6.3.2

dist/alignString.d.ts

19

package.json

@@ -47,2 +47,3 @@ {

"sinon": "^9.2.2",
"ts-node": "^9.1.1",
"typescript": "4.2.4"

@@ -67,6 +68,6 @@ },

"license": "BSD-3-Clause",
"main": "./dist/src/index.js",
"main": "./dist/index.js",
"files": [
"dist/src/**/*.js",
"dist/src/**/*.d.ts"
"dist/**/*.js",
"dist/**/*.d.ts"
],

@@ -79,3 +80,3 @@ "name": "table",

"exclude": [
"dist/src/validators.js",
"src/generated/validators.js",
"test/**/*.ts"

@@ -93,10 +94,10 @@ ],

"compile": "tsc",
"prebuild": "rm -fr ./dist && mkdirp dist/src",
"prebuild": "rm -fr ./dist && mkdirp dist",
"build": "npm run create-validators && npm run compile",
"create-readme": "gitdown ./.README/README.md --output-file ./README.md",
"create-validators": "ajv compile --all-errors --inline-refs=false -s src/schemas/config -s src/schemas/streamConfig -r src/schemas/shared -c ajv-keywords/dist/keywords/typeof -o | js-beautify > dist/src/validators.js",
"lint": "eslint ./src ./test",
"test": "mocha ./dist/test/**/*.js"
"create-validators": "rm -fr ./src/generated && mkdirp ./src/generated && ajv compile --all-errors --inline-refs=false -s src/schemas/config -s src/schemas/streamConfig -r src/schemas/shared -c ajv-keywords/dist/keywords/typeof -o | js-beautify > ./src/generated/validators.js",
"lint": "eslint --ignore-path .gitignore ./src ./test",
"test": "npm run create-validators && mocha --require ts-node/register ./test/**/*.ts"
},
"version": "6.3.1"
"version": "6.3.2"
}
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