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

@senx/warp10

Package Overview
Dependencies
Maintainers
2
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.0.14 to 1.1.0

index.ts

25

package.json
{
"name": "@senx/warp10",
"version": "1.0.14",
"version": "1.1.0",
"private": false,

@@ -16,3 +16,3 @@ "keywords": [

],
"description": "Warp 10™ NodeJS library",
"description": "Warp 10 NodeJS library",
"repository": {

@@ -28,5 +28,5 @@ "type": "git",

"scripts": {
"prepublishOnly": "yarn build",
"prepublishOnly": "yarn test && yarn build",
"build": "tsc",
"test": "yarn build && mocha dist/tests/unitTest1.js"
"test": "mocha --require ts-node/register --ui bdd ./tests/unitTest1.ts"
},

@@ -36,14 +36,13 @@ "homepage": "https://www.warp10.io",

"devDependencies": {
"@types/chai": "^4.2.14",
"@types/mocha": "^8.2.0",
"@types/node": "^14.14.20",
"chai": "^4.2.0",
"mocha": "^8.2.1",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
"@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"
},
"dependencies": {
"dayjs": "^1.10.1",
"got": "^11.8.1"
"dayjs": "^1.10.5"
}
}
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