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

geartrack

Package Overview
Dependencies
Maintainers
2
Versions
106
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

geartrack - npm Package Compare versions

Comparing version

to
2.7.17

2

package.json
{
"name": "geartrack",
"version": "2.7.16",
"version": "2.7.17",
"description": "Tracking providers for Gearbest and AliExpress Orders.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -26,3 +26,3 @@ 'use strict';

exportModule.getInfoProxy = function (id, proxyUrl, callback) {
obtainInfo(proxyUrl + URL_BASE, id, callback)
obtainInfo(proxyUrl + URL_PATH, id, callback)
}

@@ -29,0 +29,0 @@