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.2.0 to 6.3.0

dist/src/alignString.js

58

package.json

@@ -20,11 +20,13 @@ {

"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/plugin-transform-flow-strip-types": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/register": "^7.12.10",
"@types/chai": "^4.2.16",
"@types/lodash.clonedeep": "^4.5.6",
"@types/lodash.flatten": "^4.4.6",
"@types/lodash.mapvalues": "^4.6.6",
"@types/lodash.truncate": "^4.4.6",
"@types/mocha": "^8.2.2",
"@types/node": "^14.14.37",
"@types/sinon": "^10.0.0",
"@types/slice-ansi": "^4.0.0",
"ajv-cli": "^5.0.0",
"ajv-keywords": "^5.0.0",
"babel-plugin-istanbul": "^6.0.0",
"babel-plugin-transform-export-default-name": "^2.1.0",
"chai": "^4.2.0",

@@ -35,4 +37,2 @@ "chalk": "^4.1.0",

"eslint-config-canonical": "^25.0.0",
"flow-bin": "^0.141.0",
"flow-copy-source": "^2.0.9",
"gitdown": "^3.1.3",

@@ -44,6 +44,8 @@ "husky": "^4.3.6",

"lodash.sample": "^4.2.1",
"mkdirp": "^1.0.4",
"mocha": "^8.2.1",
"nyc": "^15.1.0",
"semantic-release": "^17.3.1",
"sinon": "^9.2.2"
"sinon": "^9.2.2",
"typescript": "4.2.4"
},

@@ -56,3 +58,3 @@ "engines": {

"post-commit": "npm run create-readme && git add README.md && git commit -m 'docs: generate docs' --no-verify",
"pre-commit": "npm run lint && npm run test && npm run build"
"pre-commit": "npm run build && npm run lint && npm run test"
}

@@ -68,16 +70,20 @@ },

"license": "BSD-3-Clause",
"main": "./dist/index.js",
"main": "./dist/src/index.js",
"files": [
"dist/src/**/*.js",
"dist/src/types/api.d.ts",
"dist/src/index.d.ts"
],
"name": "table",
"nyc": {
"include": [
"src/**/*.js"
"extensions": [
".ts"
],
"instrument": false,
"exclude": [
"dist/src/validators.js",
"test/**/*.ts"
],
"reporter": [
"text-lcov"
],
"require": [
"@babel/register"
],
"sourceMap": false
]
},

@@ -89,9 +95,11 @@ "repository": {

"scripts": {
"build": "rm -fr ./dist && NODE_ENV=production babel ./src --out-dir ./dist --copy-files && npm run create-validators && flow-copy-source src dist",
"compile": "tsc",
"prebuild": "rm -fr ./dist && mkdirp dist/src",
"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/validators.js",
"lint": "npm run build && eslint ./src ./test && flow",
"test": "mocha --require @babel/register"
"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"
},
"version": "6.2.0"
"version": "6.3.0"
}

@@ -702,3 +702,3 @@ <a name="table"></a>

║ sellus pulvinar nibh ║
║ sed mauris conva... ║
║ sed mauris convall… ║
╚══════════════════════╝

@@ -705,0 +705,0 @@ ```

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