Socket
Socket
Sign inDemoInstall

@amplitude/analytics-node

Package Overview
Dependencies
3
Maintainers
21
Versions
47
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.5 to 1.3.6

3

lib/cjs/transports/http.js

@@ -51,6 +51,5 @@ Object.defineProperty(exports, "__esModule", { value: true });

resolve(result);
return;
}
catch (_a) {
resolve(null);
resolve(_this.buildResponse({ code: res.statusCode }));
}

@@ -57,0 +56,0 @@ }

@@ -1,2 +0,2 @@

export declare const VERSION = "1.3.5";
export declare const VERSION = "1.3.6";
//# sourceMappingURL=version.d.ts.map
Object.defineProperty(exports, "__esModule", { value: true });
exports.VERSION = void 0;
exports.VERSION = '1.3.5';
exports.VERSION = '1.3.6';
//# sourceMappingURL=version.js.map

@@ -49,6 +49,5 @@ import { __extends } from "tslib";

resolve(result);
return;
}
catch (_a) {
resolve(null);
resolve(_this.buildResponse({ code: res.statusCode }));
}

@@ -55,0 +54,0 @@ }

@@ -1,2 +0,2 @@

export declare const VERSION = "1.3.5";
export declare const VERSION = "1.3.6";
//# sourceMappingURL=version.d.ts.map

@@ -1,2 +0,2 @@

export var VERSION = '1.3.5';
export var VERSION = '1.3.6';
//# sourceMappingURL=version.js.map
{
"name": "@amplitude/analytics-node",
"version": "1.3.5",
"version": "1.3.6",
"description": "Official Amplitude SDK for NodeJS",

@@ -47,3 +47,3 @@ "author": "Amplitude Inc",

],
"gitHead": "143b22ce7063d7a630a9a8e3e20af4c8d261dd64"
"gitHead": "4add89f329257829f0fa50c2b4a38b1877a0325f"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc