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

@amplitude/analytics-core

Package Overview
Dependencies
Maintainers
21
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 2.1.1 to 2.1.2-beta.0

4

lib/cjs/timeline.js

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

if (e === null) {
resolve({ event: event, code: 0, message: '' });
resolve({ event: event, code: 100, message: "Event was dropped by a plugin" });
return [2 /*return*/];

@@ -150,3 +150,3 @@ }

if (e === null) {
resolve({ event: event, code: 0, message: '' });
resolve({ event: event, code: 100, message: "Event was dropped by a plugin" });
return [2 /*return*/];

@@ -153,0 +153,0 @@ }

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

if (e === null) {
resolve({ event: event, code: 0, message: '' });
resolve({ event: event, code: 100, message: "Event was dropped by a plugin" });
return [2 /*return*/];

@@ -148,3 +148,3 @@ }

if (e === null) {
resolve({ event: event, code: 0, message: '' });
resolve({ event: event, code: 100, message: "Event was dropped by a plugin" });
return [2 /*return*/];

@@ -151,0 +151,0 @@ }

{
"name": "@amplitude/analytics-core",
"version": "2.1.1",
"version": "2.1.2-beta.0",
"description": "",

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

],
"gitHead": "0d9605a8743122d897adb6bdfcb749698c98f0dc"
"gitHead": "4a4ac14f57e002b109aa090b48e20a8a4c302128"
}

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