🚨 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.3.3
to
2.3.4
+8
-0
CHANGELOG.md

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

## 2.3.4 (2021-06-29)
**Note:** Version bump only for package @itly/plugin-iteratively
## 2.3.3 (2021-06-28)

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

+2
-2

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

/* eslint-disable no-unused-vars, class-methods-use-this, no-constant-condition, no-await-in-loop, no-bitwise, no-mixed-operators */
var secure_1 = require("@lukeed/uuid/secure");
var uuid_1 = require("uuid");
var sdk_1 = require("@itly/sdk");

@@ -224,3 +224,3 @@ var TrackType;

IterativelyPlugin.prototype.getNewMessageId = function () {
return secure_1.v4();
return uuid_1.v4();
};

@@ -227,0 +227,0 @@ return IterativelyPlugin;

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

/* eslint-disable no-unused-vars, class-methods-use-this, no-constant-condition, no-await-in-loop, no-bitwise, no-mixed-operators */
import { v4 as uuid } from '@lukeed/uuid/secure';
import { v4 as uuid } from 'uuid';
import { RequestLoggerPlugin, } from '@itly/sdk';

@@ -65,0 +65,0 @@ var TrackType;

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

@@ -37,7 +37,8 @@ "main": "dist/cjs/index.js",

"dependencies": {
"@lukeed/uuid": "^2.0.0"
"uuid": "^8.3.2"
},
"devDependencies": {
"@itly/sdk": "^2.3.3",
"@itly/sdk": "^2.3.4",
"@types/jest": "^26.0.0",
"@types/uuid": "^8.3.0",
"jest": "^26.0.1",

@@ -50,3 +51,3 @@ "ts-jest": "^26.1.0",

},
"gitHead": "bb16ebf6cf978c607cd058843dbd04a90aa03345"
"gitHead": "1cd946c2ccad02b43c0f240ca826fd63a7656a17"
}