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

keen-tracking

Package Overview
Dependencies
Maintainers
2
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

keen-tracking - npm Package Compare versions

Comparing version 1.0.5 to 1.1.0

6

CHANGELOG.md

@@ -9,3 +9,9 @@ <!--

-->
<a name="1.1.0"></a>
# 1.1.0 Global Namespace Fix
**FIXED:**
* This library will now coalesce into a shared global `Keen` namespace, rather than colliding and overwriting other modular SDKs. Check out [keen-core.js@0.1.0](https://github.com/keen/keen-core.js/blob/master/CHANGELOG.md#010-manage-modular-namespace) for details about this fix.
<a name="1.0.3"></a>

@@ -12,0 +18,0 @@ # 1.0.3

7

lib/browser.js

@@ -138,7 +138,2 @@ (function(env) {

// Global
if (env) {
env.Keen = K;
}
// CommonJS

@@ -156,2 +151,4 @@ if (typeof module !== 'undefined' && module.exports) {

env.Keen = K.extendLibrary(K);
}).call(this, typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {});
{
"name": "keen-tracking",
"version": "1.0.5",
"version": "1.1.0",
"description": "Data Collection SDK for Keen IO",

@@ -27,3 +27,3 @@ "main": "lib/server.js",

"js-cookie": "2.1.0",
"keen-core": "0.0.3"
"keen-core": "^0.1.0"
},

@@ -30,0 +30,0 @@ "devDependencies": {

@@ -133,3 +133,3 @@ # keen-tracking.js [![Build Status](https://travis-ci.org/keen/keen-tracking.js.svg?branch=master)](https://travis-ci.org/keen/keen-tracking.js)

var latest,prev=name!=='Keen'&&window.Keen?window.Keen:false;ctx[name]=ctx[name]||{ready:function(fn){var h=document.getElementsByTagName('head')[0],s=document.createElement('script'),w=window,loaded;s.onload=s.onerror=s.onreadystatechange=function(){if((s.readyState&&!(/^c|loade/.test(s.readyState)))||loaded){return}s.onload=s.onreadystatechange=null;loaded=1;latest=w.Keen;if(prev){w.Keen=prev}else{try{delete w.Keen}catch(e){w.Keen=void 0}}ctx[name]=latest;ctx[name].ready(fn)};s.async=1;s.src=path;h.parentNode.insertBefore(s,h)}}
}('Keen','https://d26b395fwzu5fz.cloudfront.net/keen-tracking-1.0.3.min.js',this);
}('Keen','https://d26b395fwzu5fz.cloudfront.net/keen-tracking-1.1.0.min.js',this);

@@ -136,0 +136,0 @@ // Executes when the library is loaded and ready

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