New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

swdc-tracker

Package Overview
Dependencies
Maintainers
7
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

swdc-tracker - npm Package Compare versions

Comparing version 1.5.2 to 1.5.3

2

dist/utils/http.js

@@ -50,3 +50,3 @@ "use strict";

baseURL: url,
timeout: 30000 // timeout so we're not getting ECONNRESET
timeout: 30000
});

@@ -53,0 +53,0 @@ // set the tracker version and ID

{
"name": "swdc-tracker",
"version": "1.5.2",
"version": "1.5.3",
"description": "swdc event tracker",

@@ -25,12 +25,12 @@ "main": "dist",

"ts-node": "^10.2.1",
"typescript": "^4.4.3"
"typescript": "^4.5.5"
},
"dependencies": {
"@snowplow/node-tracker": "^3.1.5",
"@types/node": "^16.10.3",
"axios": "^0.25.0",
"@snowplow/node-tracker": "^3.3.1",
"@types/node": "^17.0.21",
"axios": "^0.26.0",
"libsodium": "^0.7.9",
"libsodium-wrappers": "^0.7.9",
"object-hash": "^2.2.0"
"object-hash": "^3.0.0"
}
}

@@ -10,3 +10,3 @@ import axios from "axios";

baseURL: url,
timeout: 30000 // timeout so we're not getting ECONNRESET
timeout: 30000
});

@@ -13,0 +13,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