New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@snowplow/tracker-core

Package Overview
Dependencies
Maintainers
3
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@snowplow/tracker-core - npm Package Compare versions

Comparing version 3.0.0-beta.1 to 3.0.0-beta.2

8

dist/index.d.ts

@@ -684,3 +684,3 @@ /**

/** The number added to the cart */
quantity: string;
quantity: number;
/** The name of the product */

@@ -691,3 +691,3 @@ name?: string;

/** The price of the product */
unitPrice?: string;
unitPrice?: number;
/** The currency of the product */

@@ -714,3 +714,3 @@ currency?: string;

/** The number removed from the cart */
quantity: string;
quantity: number;
/** The name of the product */

@@ -721,3 +721,3 @@ name?: string;

/** The price of the product */
unitPrice?: string;
unitPrice?: number;
/** The currency of the product */

@@ -724,0 +724,0 @@ currency?: string;

/*!
* Core functionality for Snowplow JavaScript trackers v3.0.0-beta.1 (http://bit.ly/sp-js)
* Core functionality for Snowplow JavaScript trackers v3.0.0-beta.2 (http://bit.ly/sp-js)
* Copyright 2021 Snowplow Analytics Ltd, 2010 Anthon Pang

@@ -4,0 +4,0 @@ * Licensed under BSD-3-Clause

@@ -684,3 +684,3 @@ /**

/** The number added to the cart */
quantity: string;
quantity: number;
/** The name of the product */

@@ -691,3 +691,3 @@ name?: string;

/** The price of the product */
unitPrice?: string;
unitPrice?: number;
/** The currency of the product */

@@ -714,3 +714,3 @@ currency?: string;

/** The number removed from the cart */
quantity: string;
quantity: number;
/** The name of the product */

@@ -721,3 +721,3 @@ name?: string;

/** The price of the product */
unitPrice?: string;
unitPrice?: number;
/** The currency of the product */

@@ -724,0 +724,0 @@ currency?: string;

/*!
* Core functionality for Snowplow JavaScript trackers v3.0.0-beta.1 (http://bit.ly/sp-js)
* Core functionality for Snowplow JavaScript trackers v3.0.0-beta.2 (http://bit.ly/sp-js)
* Copyright 2021 Snowplow Analytics Ltd, 2010 Anthon Pang

@@ -4,0 +4,0 @@ * Licensed under BSD-3-Clause

@@ -684,3 +684,3 @@ /**

/** The number added to the cart */
quantity: string;
quantity: number;
/** The name of the product */

@@ -691,3 +691,3 @@ name?: string;

/** The price of the product */
unitPrice?: string;
unitPrice?: number;
/** The currency of the product */

@@ -714,3 +714,3 @@ currency?: string;

/** The number removed from the cart */
quantity: string;
quantity: number;
/** The name of the product */

@@ -721,3 +721,3 @@ name?: string;

/** The price of the product */
unitPrice?: string;
unitPrice?: number;
/** The currency of the product */

@@ -724,0 +724,0 @@ currency?: string;

/*!
* Core functionality for Snowplow JavaScript trackers v3.0.0-beta.1 (http://bit.ly/sp-js)
* Core functionality for Snowplow JavaScript trackers v3.0.0-beta.2 (http://bit.ly/sp-js)
* Copyright 2021 Snowplow Analytics Ltd, 2010 Anthon Pang

@@ -4,0 +4,0 @@ * Licensed under BSD-3-Clause

{
"name": "@snowplow/tracker-core",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"description": "Core functionality for Snowplow JavaScript trackers",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

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