Socket
Socket
Sign inDemoInstall

@amplitude/analytics-core

Package Overview
Dependencies
Maintainers
20
Versions
94
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 1.1.1 to 1.1.2

2

lib/cjs/plugins/destination.js

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

if ('body' in res) {
responseBodyString = JSON.stringify(res.body, null, 2);
responseBodyString = JSON.stringify(res.body);
}

@@ -22,0 +22,0 @@ }

@@ -17,3 +17,3 @@ import { __awaiter, __generator, __read, __rest, __spreadArray } from "tslib";

if ('body' in res) {
responseBodyString = JSON.stringify(res.body, null, 2);
responseBodyString = JSON.stringify(res.body);
}

@@ -20,0 +20,0 @@ }

{
"name": "@amplitude/analytics-core",
"version": "1.1.1",
"version": "1.1.2",
"description": "",

@@ -13,3 +13,4 @@ "author": "Amplitude Inc",

"publishConfig": {
"access": "public"
"access": "public",
"tag": "v1"
},

@@ -38,3 +39,3 @@ "repository": {

"dependencies": {
"@amplitude/analytics-types": "^1.2.0",
"@amplitude/analytics-types": "^1.2.1",
"tslib": "^2.4.1"

@@ -45,3 +46,3 @@ },

],
"gitHead": "5cfe645df26d9dc301f264ead0880dad6925a2ff"
"gitHead": "301ba1e94d67ead341bea225189d7794acdd6922"
}

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