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

keen-core

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

keen-core - npm Package Versions

0.2.0

Diff

Changelog

Source

0.2.0 Datasets Resource

NEW:

  • Add a URL pattern for the Cached Datasets API resource (#8).

<a name="0.1.3"></a>

dustinlarimer
published 0.1.3 •

Changelog

Source

0.1.3 Fix window.navigator check for IE10

FIXED:

  • This patch fixes the way window.navigator is referenced to avoid errors in environments that expose non-standard window objects, such as React Native.

<a name="0.1.2"></a>

dustinlarimer
published 0.1.2 •

Changelog

Source

0.1.2 Update resource map

NEW:

  • This patch includes resource mappings for events and queries.

<a name="0.1.1"></a>

dustinlarimer
published 0.1.1 •

Changelog

Source

0.1.1 Exclude legacy SDKs from namespace blending

FIXED:

  • This patch improves the Keen.extendLibrary() function by excluding earlier versions of Keen.prototype methods from being blended into the global namespace of more recent SDKs.

<a name="0.1.0"></a>

dustinlarimer
published 0.1.0 •

Changelog

Source

0.1.0 Manage modular namespace

FIXED:

  • Modular SDKs containing this release will coalesce into a shared global namespace, rather than colliding and overwriting one another, and will store a reference to legacy versions of keen-js when detected. This legacy version can be referenced with Keen.legacyVersion, or returned to the Keen namespace by calling var ModularLibs = Keen.noConflict();.

<a name="0.0.2"></a>

dustinlarimer
published 0.0.3 •

dustinlarimer
published 0.0.2 •

Changelog

Source

0.0.2 RequireJS fix

FIXED:

  • Fixed RequireJS module definition name typo (#2)

<a name="0.0.1"></a>

dustinlarimer
published 0.0.1 •

Changelog

Source

0.0.1 Hello, world!

NEW:

  • Everything :)
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