🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

@itly/plugin-iteratively

Package Overview
Dependencies
Maintainers
3
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@itly/plugin-iteratively - npm Package Compare versions

Comparing version
2.2.0
to
2.2.1
+8
-0
CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [2.2.1](https://github.com/iterativelyhq/itly-sdk/compare/v2.2.0...v2.2.1) (2021-04-24)
**Note:** Version bump only for package @itly/plugin-iteratively
# [2.2.0](https://github.com/iterativelyhq/itly-sdk/compare/v2.1.0...v2.2.0) (2021-04-08)

@@ -8,0 +16,0 @@

+1
-1

@@ -5,3 +5,3 @@ import { Environment, Event, Properties, RequestLoggerPlugin, ValidationResponse, PluginLoadOptions } from '@itly/sdk';

* The server endpoint to send messages.
* @default: https://data-us-east1.iterative.ly/t
* @default: https://data.us-east-2.iterative.ly/t
*/

@@ -8,0 +8,0 @@ url?: string;

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

_this.config = {
url: 'https://data-us-east1.iterative.ly/t',
url: 'https://data.us-east-2.iterative.ly/t',
omitValues: false,

@@ -88,0 +88,0 @@ batchSize: 100,

@@ -5,3 +5,3 @@ import { Environment, Event, Properties, RequestLoggerPlugin, ValidationResponse, PluginLoadOptions } from '@itly/sdk';

* The server endpoint to send messages.
* @default: https://data-us-east1.iterative.ly/t
* @default: https://data.us-east-2.iterative.ly/t
*/

@@ -8,0 +8,0 @@ url?: string;

@@ -82,3 +82,3 @@ var __extends = (this && this.__extends) || (function () {

_this.config = {
url: 'https://data-us-east1.iterative.ly/t',
url: 'https://data.us-east-2.iterative.ly/t',
omitValues: false,

@@ -85,0 +85,0 @@ batchSize: 100,

{
"name": "@itly/plugin-iteratively",
"version": "2.2.0",
"version": "2.2.1",
"description": "Iteratively Browser Plugin for Iteratively SDK",

@@ -40,3 +40,3 @@ "main": "dist/cjs/index.js",

"devDependencies": {
"@itly/sdk": "^2.0.9",
"@itly/sdk": "^2.2.1",
"@types/jest": "^26.0.0",

@@ -50,3 +50,3 @@ "jest": "^26.0.1",

},
"gitHead": "54d2a5a00856f7f69d28cbce893a4dbd40c662fc"
"gitHead": "e0b619643314bac10933f4df39adaf07d4503346"
}