Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@senx/warp10

Package Overview
Dependencies
Maintainers
3
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@senx/warp10 - npm Package Compare versions

Comparing version 1.1.2 to 1.1.4

32

package.json
{
"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 () => {

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