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 1.4.2 to 1.4.3

build.js

5

History.md
1.4.3 / 2014-08-21
==================
* address: move to facade base prototype
1.4.2 / 2014-08-19

@@ -3,0 +8,0 @@ ==================

11

lib/facade.js
var traverse = require('isodate-traverse');
var isEnabled = require('./is-enabled');
var clone = require('./utils').clone;
var type = require('./utils').type;
var isEnabled = require('./is-enabled');
var address = require('./address');
var objCase = require('obj-case');
var traverse = require('isodate-traverse');
var newDate = require('new-date');

@@ -29,2 +30,8 @@

/**
* Mixin address traits.
*/
address(Facade.prototype);
/**
* Return a proxy function for a `field` that will attempt to first use methods,

@@ -31,0 +38,0 @@ * and fallback to accessing the underlying object directly. You can specify

6

lib/group.js

@@ -39,8 +39,2 @@

/**
* Mixin address traits.
*/
address(Group.prototype);
/**
* Get the facade's action.

@@ -47,0 +41,0 @@ */

@@ -40,8 +40,2 @@

/**
* Mixin address traits.
*/
address(Identify.prototype);
/**
* Get the facade's action.

@@ -48,0 +42,0 @@ */

@@ -79,2 +79,14 @@

/**
* Description
*/
Track.prototype.description = Facade.proxy('properties.description');
/**
* Plan
*/
Track.prototype.plan = Facade.proxy('properties.plan');
/**
* Order id.

@@ -81,0 +93,0 @@ *

{
"name": "segmentio-facade",
"version": "1.4.2",
"version": "1.4.3",
"description": "Providing common fields for analytics integrations",

@@ -23,4 +23,4 @@ "keywords": [],

"devDependencies": {
"duo": "0.6.x",
"duo-test": "0.x",
"duo": "0.7.x",
"duo-test": "0.3.x",
"expect.js": "~0.2.0",

@@ -33,2 +33,2 @@ "matcha": "^0.5.0",

"main": "lib/index"
}
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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