You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@segment/analytics.js-core

Package Overview
Dependencies
Maintainers
138
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@segment/analytics.js-core - npm Package Versions

123456

3.2.7

Diff
s
segment-admin
published 3.2.7 •

Changelog

Source

3.2.7 / 2018-02-09

  • Replace lodash deepclone with extend to lower ajs size
s
segment-admin
published 3.2.6 •

Changelog

Source

3.2.6 / 2018-02-06

  • Replace ndhoule clone with lodash clone to handle circular references in objects
s
segment-admin
published 3.2.5 •

Changelog

Source

3.2.5 / 2017-11-09

  • This release has no application changes - it's an attempt to fix release commits on CI.
s
segment-admin
published 3.2.3 •

Changelog

Source

3.2.3 / 2017-11-09

  • Add support for schema defaults (#50).
s
segment-admin
published 3.2.2 •

Changelog

Source

3.2.2 / 2017-11-05

  • Build updates on CI.
  • This release has no application changes - it's an attempt to fix release commits on CI.
s
segment-admin
published 3.1.3 •

Changelog

Source

3.1.3 / 2017-11-01

  • Adds invocation of integration.ready in initialize catch statement to ensure analytics.ready callbacks are fired.
s
segment-admin
published 3.1.2 •

Changelog

Source

3.1.2 / 2017-10-31

  • Updates try/catch logic during initializations of integrations to look for integration.name - not integration.prototype.name
  • Adds a check during analytics._invoke to check if the integration failed to initialize and if so, logs that it is passing and does not invoke it's corresponding method.
s
segment-admin
published 3.1.1 •

Changelog

Source

3.1.1 / 2017-10-31

  • Wrap initialize functions of integrations in try/catch statement.
  • Add logging of failed initializations.
  • Add a failedInitializations array to prototype to capture names of any failed integrations.
s
segment
published 3.0.0 •

Changelog

Source

3.0.0 / 2016-05-25

  • Remove Duo support, add browserify support
  • Modernize test harness