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

@segment/analytics.js-integration-fullstory

Package Overview
Dependencies
Maintainers
33
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@segment/analytics.js-integration-fullstory - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

5

HISTORY.md

@@ -0,1 +1,6 @@

2.1.2 / 2017-01-24
==================
* Fix error when null is passed as a trait value
2.1.1 / 2017-01-03

@@ -2,0 +7,0 @@ ==================

2

lib/index.js

@@ -70,3 +70,3 @@ 'use strict';

var newTraits = foldl(function(results, value, key) {
if (typeof value === 'object' && value.constructor !== Date) {
if (value !== null && typeof value === 'object' && value.constructor !== Date) {
return results;

@@ -73,0 +73,0 @@ }

{
"name": "@segment/analytics.js-integration-fullstory",
"description": "The Fullstory analytics.js integration.",
"version": "2.1.1",
"version": "2.1.2",
"keywords": [

@@ -6,0 +6,0 @@ "analytics.js",

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