segmentio-facade
Advanced tools
Comparing version 3.1.0 to 3.2.0
3.2.0 / 2016-11-21 | ||
================== | ||
* track: add .shippingMethod, .paymentMethod methods | ||
3.1.0 / 2016-08-30 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -109,2 +109,10 @@ 'use strict'; | ||
Track.prototype.shippingMethod = function() { | ||
return this.proxy('properties.shipping_method') || this.proxy('properties.shippingMethod'); | ||
}; | ||
Track.prototype.paymentMethod = function() { | ||
return this.proxy('properties.payment_method') || this.proxy('properties.paymentMethod'); | ||
}; | ||
/** | ||
@@ -111,0 +119,0 @@ * Description |
{ | ||
"name": "segmentio-facade", | ||
"version": "3.1.0", | ||
"version": "3.2.0", | ||
"description": "Providing common fields for analytics integrations", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
320327
1760
0