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

segmentio-facade

Package Overview
Dependencies
Maintainers
3
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

segmentio-facade - npm Package Compare versions

Comparing version 3.1.0 to 3.2.0

coverage/Node v4.6.2/coverage.json

5

HISTORY.md
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

2

package.json
{
"name": "segmentio-facade",
"version": "3.1.0",
"version": "3.2.0",
"description": "Providing common fields for analytics integrations",

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

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