Socket
Socket
Sign inDemoInstall

keen-js

Package Overview
Dependencies
9
Maintainers
2
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.2.0 to 4.3.0

11

CHANGELOG.md

@@ -15,2 +15,13 @@ <!--

-->
<a name="4.3.0"></a>
# 4.3.0 Module Updates
**Stream: [keen-tracking.js](https://github.com/keen/keen-tracking.js)**
[Release: Protocol Handling and Dev Setup (v1.4.0)](https://github.com/keen/keen-tracking.js/releases/tag/v1.4.0)
**Visualize: [keen-dataviz.js](https://github.com/keen/keen-dataviz.js)**
[Release: Bug Fix and PR Template (v1.2.1)](https://github.com/keen/keen-dataviz.js/releases/tag/v1.2.1)
<a name="4.2.0"></a>

@@ -17,0 +28,0 @@ # 4.2.0 Automated Event Tracking (browser-only)

6

package.json
{
"name": "keen-js",
"version": "4.2.0",
"version": "4.3.0",
"license": "MIT",

@@ -23,4 +23,4 @@ "main": "lib/index.js",

"keen-analysis": "1.3.0",
"keen-dataviz": "1.2.0",
"keen-tracking": "1.3.0"
"keen-dataviz": "1.2.1",
"keen-tracking": "1.4.0"
},

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

@@ -20,5 +20,4 @@ # Keen IO JavaScript SDK (v4)

```html
<meta charset="utf-8">
<link href="https://d26b395fwzu5fz.cloudfront.net/4.2.0/keen.min.css" rel="stylesheet" />
<script src="https://d26b395fwzu5fz.cloudfront.net/4.2.0/keen.min.js"></script>
<link href="https://d26b395fwzu5fz.cloudfront.net/4.3.0/keen.min.css" rel="stylesheet" />
<script src="https://d26b395fwzu5fz.cloudfront.net/4.3.0/keen.min.js"></script>
```

@@ -60,4 +59,4 @@

```html
<link href="https://d26b395fwzu5fz.cloudfront.net/4.2.0/keen.min.css" rel="stylesheet" />
<script src="https://d26b395fwzu5fz.cloudfront.net/4.2.0/keen.min.js"></script>
<link href="https://d26b395fwzu5fz.cloudfront.net/4.3.0/keen.min.css" rel="stylesheet" />
<script src="https://d26b395fwzu5fz.cloudfront.net/4.3.0/keen.min.js"></script>
<script>

@@ -248,5 +247,4 @@ Keen.ready(function(){

<head>
<meta charset="utf-8">
<link href="https://d26b395fwzu5fz.cloudfront.net/4.2.0/keen.min.css" rel="stylesheet" />
<script src="https://d26b395fwzu5fz.cloudfront.net/4.2.0/keen.min.js"></script>
<link href="https://d26b395fwzu5fz.cloudfront.net/4.3.0/keen.min.css" rel="stylesheet" />
<script src="https://d26b395fwzu5fz.cloudfront.net/4.3.0/keen.min.js"></script>
</head>

@@ -291,4 +289,2 @@ <body>

**Important:** the `<meta charset="utf-8">` charset encoding meta tag is required for this library to function properly.
---

@@ -295,0 +291,0 @@

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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc