Socket
Socket
Sign inDemoInstall

@segment/analytics-node

Package Overview
Dependencies
Maintainers
287
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@segment/analytics-node - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

dist/cjs/generated/version.js

@@ -5,3 +5,3 @@ "use strict";

// This file is generated.
exports.version = '1.1.0';
exports.version = '1.1.1';
//# sourceMappingURL=version.js.map

@@ -142,3 +142,3 @@ "use strict";

},
data: { batch: events },
data: { batch: events, sentAt: new Date() },
httpRequestTimeout: this._httpRequestTimeout,

@@ -145,0 +145,0 @@ };

// This file is generated.
export const version = '1.1.0';
export const version = '1.1.1';
//# sourceMappingURL=version.js.map

@@ -139,3 +139,3 @@ import { backoff } from '@segment/analytics-core';

},
data: { batch: events },
data: { batch: events, sentAt: new Date() },
httpRequestTimeout: this._httpRequestTimeout,

@@ -142,0 +142,0 @@ };

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

export declare const version = "1.1.0";
export declare const version = "1.1.1";
//# sourceMappingURL=version.d.ts.map
{
"name": "@segment/analytics-node",
"version": "1.1.0",
"version": "1.1.1",
"main": "./dist/cjs/index.js",

@@ -23,2 +23,3 @@ "module": "./dist/esm/index.js",

"scripts": {
".": "yarn run -T turbo run --filter=@segment/analytics-node",
"test": "yarn jest",

@@ -39,3 +40,3 @@ "lint": "yarn concurrently 'yarn:eslint .' 'yarn:tsc --noEmit'",

"@lukeed/uuid": "^2.0.0",
"@segment/analytics-core": "1.3.0",
"@segment/analytics-core": "1.3.1",
"buffer": "^6.0.3",

@@ -42,0 +43,0 @@ "node-fetch": "^2.6.7",

// This file is generated.
export const version = '1.1.0'
export const version = '1.1.1'

@@ -209,3 +209,3 @@ import { backoff } from '@segment/analytics-core'

},
data: { batch: events },
data: { batch: events, sentAt: new Date() },
httpRequestTimeout: this._httpRequestTimeout,

@@ -212,0 +212,0 @@ }

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