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

@amplitude/analytics-core

Package Overview
Dependencies
Maintainers
20
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@amplitude/analytics-core - npm Package Compare versions

Comparing version 0.12.1 to 0.13.0

20

lib/cjs/timeline.js

@@ -61,3 +61,3 @@ Object.defineProperty(exports, "__esModule", { value: true });

return tslib_1.__awaiter(this, void 0, void 0, function () {
var _a, event, _b, resolve, before, before_1, before_1_1, plugin, e_1_1, enrichment, enrichment_1, enrichment_1_1, plugin, e_2_1, destination, executeDestinations;
var _a, event, _b, resolve, before, before_1, before_1_1, plugin, e, e_1_1, enrichment, enrichment_1, enrichment_1_1, plugin, e, e_2_1, destination, executeDestinations;
var e_1, _c, e_2, _d;

@@ -83,3 +83,10 @@ return tslib_1.__generator(this, function (_e) {

case 3:
event = _e.sent();
e = _e.sent();
if (e === null) {
resolve({ event: event, code: 0, message: '' });
return [2 /*return*/];
}
else {
event = e;
}
_e.label = 4;

@@ -112,3 +119,10 @@ case 4:

case 11:
event = _e.sent();
e = _e.sent();
if (e === null) {
resolve({ event: event, code: 0, message: '' });
return [2 /*return*/];
}
else {
event = e;
}
_e.label = 12;

@@ -115,0 +129,0 @@ case 12:

@@ -59,3 +59,3 @@ import { __assign, __awaiter, __generator, __read, __values } from "tslib";

return __awaiter(this, void 0, void 0, function () {
var _a, event, _b, resolve, before, before_1, before_1_1, plugin, e_1_1, enrichment, enrichment_1, enrichment_1_1, plugin, e_2_1, destination, executeDestinations;
var _a, event, _b, resolve, before, before_1, before_1_1, plugin, e, e_1_1, enrichment, enrichment_1, enrichment_1_1, plugin, e, e_2_1, destination, executeDestinations;
var e_1, _c, e_2, _d;

@@ -81,3 +81,10 @@ return __generator(this, function (_e) {

case 3:
event = _e.sent();
e = _e.sent();
if (e === null) {
resolve({ event: event, code: 0, message: '' });
return [2 /*return*/];
}
else {
event = e;
}
_e.label = 4;

@@ -110,3 +117,10 @@ case 4:

case 11:
event = _e.sent();
e = _e.sent();
if (e === null) {
resolve({ event: event, code: 0, message: '' });
return [2 /*return*/];
}
else {
event = e;
}
_e.label = 12;

@@ -113,0 +127,0 @@ case 12:

6

package.json
{
"name": "@amplitude/analytics-core",
"version": "0.12.1",
"version": "0.13.0",
"description": "",

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

"dependencies": {
"@amplitude/analytics-types": "^0.17.1",
"@amplitude/analytics-types": "^0.18.0",
"tslib": "^2.4.1"

@@ -44,3 +44,3 @@ },

],
"gitHead": "cc2a4e2bbad0093b2f8c7667c9eadf7428ce548e"
"gitHead": "5873e5d604445490dd9fcbfe80dc3cbb19a17c2d"
}

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc