@senx/warp10
Advanced tools
Comparing version 1.1.2 to 1.1.4
{ | ||
"name": "@senx/warp10", | ||
"version": "1.1.2", | ||
"version": "1.1.4", | ||
"private": false, | ||
"keywords": [ | ||
"web", | ||
"dataviz", | ||
"web components", | ||
@@ -30,5 +29,6 @@ "time series", | ||
"scripts": { | ||
"prepublishOnly": "yarn test && yarn build", | ||
"build": "tsc", | ||
"test": "mocha --require ts-node/register --ui bdd ./tests/unitTest1.ts" | ||
"typedoc": "typedoc --options typedoc.json --plugin typedoc-plugin-markdown --hideGenerator src/*/*", | ||
"test": "mocha --require ts-node/register --ui bdd ./tests/unitTest1.ts", | ||
"eslint": "eslint -c .eslintrc.js --format html -o ./out/lint/eslint.html src/**/*.ts" | ||
}, | ||
@@ -38,13 +38,21 @@ "homepage": "https://www.warp10.io", | ||
"devDependencies": { | ||
"@types/chai": "^4.2.18", | ||
"@types/mocha": "^8.2.2", | ||
"@types/node": "^15.6.1", | ||
"chai": "^4.3.4", | ||
"mocha": "^8.2.2", | ||
"ts-node": "^10.0.0", | ||
"typescript": "^4.3.2" | ||
"@microsoft/tsdoc": "^0.14.2", | ||
"@microsoft/tsdoc-config": "^0.16.2", | ||
"@types/chai": "^4.3.9", | ||
"@types/mocha": "^10.0.3", | ||
"@types/node": "^20.8.7", | ||
"@typescript-eslint/eslint-plugin": "^6.8.0", | ||
"@typescript-eslint/parser": "^6.8.0", | ||
"chai": "^4.3.10", | ||
"eslint": "^8.52.0", | ||
"eslint-plugin-tsdoc": "^0.2.17", | ||
"mocha": "^10.2.0", | ||
"ts-node": "^10.9.1", | ||
"typedoc": "^0.25.2", | ||
"typedoc-plugin-markdown": "^3.16.0", | ||
"typescript": "^5.2.2" | ||
}, | ||
"dependencies": { | ||
"dayjs": "^1.10.5" | ||
"dayjs": "^1.11.10" | ||
} | ||
} |
[![npm version](https://badge.fury.io/js/%40senx%2Fwarp10.svg)](https://badge.fury.io/js/%40senx%2Fwarp10) | ||
# Warp 10™ Node lib | ||
# Warp 10 Node lib | ||
NodeJS library that helps to interact with Warp 10™ | ||
Node.js library that helps to interact with Warp 10. | ||
[APIDoc](./docs/classes/warp10.Warp10.md) | ||
## Installation | ||
@@ -18,4 +20,4 @@ | ||
- text | ||
- fulltext (default) | ||
- json | ||
- fulltext | ||
- json (default) | ||
- tsv | ||
@@ -35,3 +37,3 @@ - fulltsv | ||
const readToken = 'xxxx'; | ||
const w10 = new Warp10('https://warp.senx.io'); | ||
const w10 = new Warp10('https://sandbox.senx.io'); | ||
@@ -38,0 +40,0 @@ const test = async () => { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
74
0
3428
15
2
0
Updateddayjs@^1.11.10