New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.4.2 to 1.4.3

1

lib/record-events-browser.js

@@ -296,2 +296,3 @@ var Keen = require('./index');

xhr.setRequestHeader('Content-Type', 'application/json');
xhr.setRequestHeader('keen-sdk', 'javascript-1.4.3');

@@ -298,0 +299,0 @@ if (data) {

@@ -198,2 +198,3 @@ var Keen = require('./index');

'Content-Type': 'application/json',
'keen-sdk', 'javascript-1.4.3',
'Content-Length': Buffer.byteLength(data)

@@ -200,0 +201,0 @@ }

74

package.json
{
"name": "keen-tracking",
"version": "1.4.2",
"description": "Data Collection SDK for Keen IO",
"main": "lib/server.js",
"author": {
"name": "Keen IO",
"email": "team@keen.io",
"url": "https://keen.io/"
},
"browser": "lib/browser.js",
"repository": {
"type": "git",
"url": "https://github.com/keen/keen-tracking.js.git"
"bugs": {
"url": "https://github.com/keen/keen-tracking.js/issues"
},
"scripts": {
"start": "gulp with-tests",
"test": "gulp test:cli",
"preversion": "gulp build && npm run test",
"version": "git add .",
"postversion": "git push && git push --tags"
},
"bugs": "https://github.com/keen/keen-tracking.js/issues",
"author": "Keen IO <team@keen.io> (https://keen.io/)",
"contributors": [
"Dustin Larimer <dustin@keen.io> (https://github.com/dustinlarimer)",
"Eric Anderson <eric@keen.io> (https://github.com/aroc)",
"Joe Wegner <joe@keen.io> (http://www.wegnerdesign.com)",
"Alex Kleissner <alex@keen.io> (https://github.com/hex337)",
"Adam Kasprowicz <adam.kasprowicz@keen.io> (https://github.com/adamkasprowicz)"
{
"name": "Dustin Larimer",
"email": "dustin@keen.io",
"url": "https://github.com/dustinlarimer"
},
{
"name": "Eric Anderson",
"email": "eric@keen.io",
"url": "https://github.com/aroc"
},
{
"name": "Joe Wegner",
"email": "joe@keen.io",
"url": "http://www.wegnerdesign.com"
},
{
"name": "Alex Kleissner",
"email": "alex@keen.io",
"url": "https://github.com/hex337"
},
{
"name": "Adam Kasprowicz",
"email": "adam.kasprowicz@keen.io",
"url": "https://github.com/adamkasprowicz"
}
],
"license": "MIT",
"dependencies": {

@@ -33,2 +43,4 @@ "component-emitter": "^1.2.0",

},
"deprecated": "deprecated",
"description": "Data Collection SDK for Keen IO",
"devDependencies": {

@@ -69,3 +81,19 @@ "aws-sdk": "^2.229.1",

"vinyl-source-stream": "^1.1.0"
}
},
"homepage": "https://github.com/keen/keen-tracking.js#readme",
"license": "MIT",
"main": "lib/server.js",
"name": "keen-tracking",
"repository": {
"type": "git",
"url": "git+https://github.com/keen/keen-tracking.js.git"
},
"scripts": {
"postversion": "git push && git push --tags",
"preversion": "gulp build && npm run test",
"start": "gulp with-tests",
"test": "gulp test:cli",
"version": "git add ."
},
"version": "1.4.3"
}
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