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

@sitecore-cloudsdk/events

Package Overview
Dependencies
Maintainers
3
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sitecore-cloudsdk/events - npm Package Compare versions

Comparing version 0.1.0-rc.0 to 0.1.0-rc.2

6

dist/cjs/package.json
{
"name": "@sitecore-cloudsdk/events",
"version": "0.1.0-rc.0",
"version": "0.1.0-rc.2",
"license": "Apache-2.0",

@@ -19,4 +19,4 @@ "main": "dist/cjs/src/index.js",

"dependencies": {
"@sitecore-cloudsdk/core": "0.x",
"@sitecore-cloudsdk/utils": "0.x"
"@sitecore-cloudsdk/core": ">=0.1.0-rc.0",
"@sitecore-cloudsdk/utils": ">=0.1.0-rc.0"
},

@@ -23,0 +23,0 @@ "scripts": {

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

export { getBrowserId } from 'packages/core/src/lib/init/get-browser-id';
export { getBrowserId } from '@sitecore-cloudsdk/core';
export { init } from './lib/initializer/browser/initializer';

@@ -3,0 +3,0 @@ export type { IPageViewEventInput, ICustomEventInput, IIdentityEventAttributesInput } from './lib/events';

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

// © Sitecore Corporation A/S. All rights reserved. Sitecore® is a registered trademark of Sitecore Corporation A/S.
var get_browser_id_1 = require("packages/core/src/lib/init/get-browser-id");
Object.defineProperty(exports, "getBrowserId", { enumerable: true, get: function () { return get_browser_id_1.getBrowserId; } });
var core_1 = require("@sitecore-cloudsdk/core");
Object.defineProperty(exports, "getBrowserId", { enumerable: true, get: function () { return core_1.getBrowserId; } });
var initializer_1 = require("./lib/initializer/browser/initializer");

@@ -9,0 +9,0 @@ Object.defineProperty(exports, "init", { enumerable: true, get: function () { return initializer_1.init; } });

{
"name": "@sitecore-cloudsdk/events",
"version": "0.1.0-rc.0",
"version": "0.1.0-rc.2",
"license": "Apache-2.0",

@@ -19,4 +19,4 @@ "main": "dist/cjs/src/index.js",

"dependencies": {
"@sitecore-cloudsdk/core": "0.x",
"@sitecore-cloudsdk/utils": "0.x"
"@sitecore-cloudsdk/core": ">=0.1.0-rc.0",
"@sitecore-cloudsdk/utils": ">=0.1.0-rc.0"
},

@@ -23,0 +23,0 @@ "scripts": {

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

export { getBrowserId } from 'packages/core/src/lib/init/get-browser-id';
export { getBrowserId } from '@sitecore-cloudsdk/core';
export { init } from './lib/initializer/browser/initializer';

@@ -3,0 +3,0 @@ export type { IPageViewEventInput, ICustomEventInput, IIdentityEventAttributesInput } from './lib/events';

// © Sitecore Corporation A/S. All rights reserved. Sitecore® is a registered trademark of Sitecore Corporation A/S.
export { getBrowserId } from 'packages/core/src/lib/init/get-browser-id';
export { getBrowserId } from '@sitecore-cloudsdk/core';
export { init } from './lib/initializer/browser/initializer';

@@ -4,0 +4,0 @@ export { addToEventQueue } from './lib/eventStorage/addToEventQueue';

{
"name": "@sitecore-cloudsdk/events",
"version": "0.1.0-rc.0",
"version": "0.1.0-rc.2",
"license": "Apache-2.0",

@@ -19,4 +19,4 @@ "main": "dist/cjs/src/index.js",

"dependencies": {
"@sitecore-cloudsdk/core": "0.x",
"@sitecore-cloudsdk/utils": "0.x"
"@sitecore-cloudsdk/core": ">=0.1.0-rc.0",
"@sitecore-cloudsdk/utils": ">=0.1.0-rc.0"
},

@@ -23,0 +23,0 @@ "scripts": {

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